Deployed Addresses

Live deployment addresses for taurusSwap on Algorand testnet and mainnet.

Testnet Deployment

ComponentID / AddressExplorer
Pool App ID758284478View on AlgoExplorer →

Pool Tokens (Testnet)

TokenASA IDDecimalsExplorer
USDC104589416View →
USDT673958626View →
USDD844361226View →
BUSD844363296View →
TUSD844372366View →

Testnet Faucet

Get test tokens for the taurusSwap pool:

Mainnet Deployment

⚠️ Not Yet Deployed

Mainnet deployment is planned for Q2 2026. Addresses will be updated here and announced on Twitter/GitHub.

Contract URLs

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.