Deployed Addresses
Live deployment addresses for taurusSwap on Algorand testnet and mainnet.
Testnet Deployment
| Component | ID / Address | Explorer |
|---|---|---|
| Pool App ID | 758284478 | View on AlgoExplorer → |
Pool Tokens (Testnet)
| Token | ASA ID | Decimals | Explorer |
|---|---|---|---|
| USDC | 10458941 | 6 | View → |
| USDT | 67395862 | 6 | View → |
| USDD | 84436122 | 6 | View → |
| BUSD | 84436329 | 6 | View → |
| TUSD | 84437236 | 6 | View → |
Testnet Faucet
Get test tokens for the taurusSwap pool:
- Faucet URL: /faucet (built into the app)
- Algorand Faucet: https://bank.testnet.algorand.network
Mainnet Deployment
⚠️ Not Yet Deployed
Mainnet deployment is planned for Q2 2026. Addresses will be updated here and announced on Twitter/GitHub.
Contract URLs
- GitHub: github.com/Kaushik2003/taurusSwap
- AlgoExplorer (Testnet): Application 758284478
Verifying Deployment
To verify you're interacting with the correct contract:
# Get app info via goal
goal app info --app-id 758284478
# Or via Python SDK
python3 -c "
import algosdk
client = algosdk.AlgodClient('TOKEN', 'https://testnet-api.algonode.cloud', '')
info = client.application(758284478)
print('Approval hash:', info['params']['approval-program'])
"Security note: Always verify the app ID before signing transactions. Phishing sites may deploy fake contracts.