Reserve Assets
While any liquid token can be traded, the settlement between chains always happens in a small set of reserve assets. This design minimizes the capital management burden on solvers — they only need to maintain liquidity in these core assets rather than hundreds of different tokens.Reserve Assets by Chain
To reduce operational complexity, deBridge is designed in such a way that solvers only need to maintain liquidity in a small set of reserve assets. These assets currently include:- ETH on Ethereum, Arbitrum, Base, and Linea
- wETH on Avalanche, BNB Chain, and Polygon
- USDC (issued by Circle Inc.) on all supported chains
- USDT on TRON
When USDC is available on both chains, it is prioritized as the settlement asset for optimal efficiency.
How Token Support Works
Token support in deBridge is determined by market dynamics, not a whitelist:- Liquidity determines availability — If a token has sufficient liquidity on DEXs, solvers can profitably fulfill orders involving it
- Automatic indexing — Once a token is indexed by an aggregator (like 1inch or Jupiter), it becomes tradable
- No listing required — There’s no approval process or listing fee for new tokens
Fetching Supported Tokens
You can retrieve the full list of supported tokens via the API.Get Token List
Returns all tokens available for trading on each chain
Specifying Tokens in API Requests
When making API calls, specify tokens using their contract addresses and chain IDs. For native tokens (ETH, POL, BNB, etc.), use the zero address:- EVM chains:
0x0000000000000000000000000000000000000000
- SOL:
11111111111111111111111111111111 - Wrapped SOL:
So11111111111111111111111111111111111111112
Documentation
Reserve Assets
Technical details on reserve asset mechanics
Specifying Assets
Complete guide to token specification in API
Supported Chains
All networks supported by deBridge
Fees by Chain
Operating costs and fee structure