Overview
Daya supports a defined set of blockchain networks for stablecoin settlement. Supported chains differ between Sandbox and Production environments. Support is directional. A token can be enabled for deposits on a chain without being enabled for withdrawals on that same chain.Environment Support
- Sandbox
- Production
Sandbox is designed for testing and integration.
It supports a limited set of chains with test behavior that mirrors production.
It supports a limited set of chains with test behavior that mirrors production.
Supported Assets
| Chain | USDC Deposit | USDC Withdraw | USDT Deposit | USDT Withdraw |
|---|---|---|---|---|
| Ethereum | Yes | Yes | Yes | No |
Sandbox uses Ethereum only.
Important Notes
How Chains Are Used
Chains are specified when configuring ONCHAIN settlement for an NGN funding account, creating a crypto funding account address, or withdrawing merchant balance onchain. Use the endpoint flags this way:| Flag | Use it for |
|---|---|
deposit_enabled | Crypto funding account receive addresses and crypto-to-NGN offramp deposits. |
withdraw_enabled | ONCHAIN settlement for NGN funding accounts and merchant balance withdrawals to wallets. |
- Chain selection is per funding account.
- Different funding accounts may use different chains.
- Merchant balance settlement does not require a chain until withdrawal.
- A chain name appearing in an older guide, enum, or conversation does not mean it is available for every flow. The asset, chain, environment, and direction must all be enabled by
/v1/supported-chains.
Adding New Chains
Support for additional networks may be added over time. If you require a chain not listed here, contact support@daya.co.Next Steps
Funding Accounts
Learn how on-chain settlement works
Create Funding Account API
Configure settlement via the API
Supported Chains API
Fetch the latest chain support in your integration