The Problem It Solves
Without Biconomy, a cross-chain swap requires:- Approve token on source chain (signature 1)
- Swap to bridge-compatible token (signature 2)
- Bridge to destination chain (wait, signature 3)
- Swap to desired token (signature 4)
- Hope nothing fails in between
How It Works
The/instructions/intent-simple endpoint handles cross-chain swaps automatically:
- Same-chain? Routes through DEXs (Uniswap, Curve, etc.)
- Cross-chain? Combines bridges (Across, LiFi) with DEX swaps
- Complex routes? Handles multi-hop paths automatically
Complete Example
Swap 500 USDC on Base → ETH on Arbitrum:Understanding Route Data
The API returns detailed routing information:Supported Chains
See the full supported chains list for all 35+ networks.
Provider Control
Control which bridges and DEXs are used:Handling Slippage
Cross-chain swaps have more price uncertainty. Set slippage appropriately:Error Handling
Next Steps
Gasless Swaps
Remove gas friction from swaps
Supertransaction API
Full API tutorial with all options