Skip to main content

Network Info

Always call GET /api/v1/config on startup to get the authoritative contract addresses for the current deployment. Cache the result for your session.

Live Config Endpoint

Contract Addresses (BSC Testnet)

ABI Files

ABI JSON files live at:
Deployment addresses:
Pass the abi field directly to ethers.js, wagmi, or viem:

USDC Decimal Handling

All USDC amounts in contracts use 6 decimals:
All USDC amounts returned by the REST API are Decimal(36,6) strings — divide by 1e6 for display.