Skip to main content
Move tokens between any supported chains in one transaction. Biconomy automatically finds the best route through bridges and DEXs—your users just sign once.

The Problem It Solves

Without Biconomy, a cross-chain swap requires:
  1. Approve token on source chain (signature 1)
  2. Swap to bridge-compatible token (signature 2)
  3. Bridge to destination chain (wait, signature 3)
  4. Swap to desired token (signature 4)
  5. Hope nothing fails in between
With Biconomy: One signature. Biconomy orchestrates everything.

How It Works

The /instructions/intent-simple endpoint handles cross-chain swaps automatically:
Biconomy figures out the optimal path:
  • 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:
Always check minOutputAmount before executing. If it’s below your user’s acceptable minimum, show a warning or reject the trade.

Error Handling

Next Steps

Gasless Swaps

Remove gas friction from swaps

Supertransaction API

Full API tutorial with all options