Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Bridge Quote endpoint returns a ready-to-sign deposit transaction for cross-chain token transfers. The Mobula solver detects deposits in real-time (via flash blocks on Base, gRPC on Solana) and fills on the destination chain. Typical latency: ~500ms for Base and Solana, ~1-3s for other chains.Supported Chains
| Chain | Chain ID | Bridge Contract |
|---|---|---|
| Base | evm:8453 | 0x867A784039D4842A32Ddd1277729Ad1373301458 |
| BSC | evm:56 | 0x7C57e0c67dE10cF1697326795326f5c8b073072c |
| Arbitrum | evm:42161 | 0x7A0B2640E20a2e21c00E12925BEBD4a791082826 |
| Polygon | evm:137 | 0xA28B4FFA97E475a1c584B388351092f4554C0DCC |
| Solana | solana:solana | Solver address (memo-based) |
| HyperLiquid | hl:mainnet | L1 bridge protocol |
Token Support
- Native tokens: ETH, BNB, SOL, MATIC, USDH — use
0x0000000000000000000000000000000000000000or omitoriginToken/destinationToken - ERC-20 / SPL tokens: Any token with liquidity. For ERC-20 origins on Base, the quote uses an atomic swap+bridge via SwapBridgeHelper (single TX after approval)
Limits
- Max trade: $10,000 USD per transaction
- Slippage: Default 1%, configurable up to 50%
Integration Flow
- Call
GET /2/bridge/quotewith origin/destination chains, token, amount, and wallet - If
stepscontains anapprovestep, send the approval TX first - Send the deposit transaction from
deposit.evmordeposit.solana - Poll
GET /2/bridge/status/{txHash}until status isfilledorsettled