Skip to main content

Execute Multi-Chain Transactions with One Signature

Multi-chain execution allows you to perform operations across multiple blockchains in a single, coordinated flow. Instead of manually switching networks, bridging assets, and executing separate transactions, everything happens with one signature.
Biconomy’s Multi-chain Execution Environment (MEE) orchestrates cross-chain operations:
The process:
  1. Build: Define operations across chains
  2. Quote: Get execution cost and timing estimates
  3. Sign: User signs once for entire flow
  4. Execute: Biconomy handles coordination
  5. Track: Monitor progress across all chains
Biconomy supports 70+ EVM chains including:See supported chains for the complete list.Cross-chain routes are supported between any combination of these chains via integrated bridge providers.
Using AbstractJS SDK:
Using Supertransaction API:
Biconomy aggregates multiple bridge providers to find optimal routes:Route selection criteria:
  • Speed: How quickly funds arrive
  • Cost: Bridge fees + gas on destination
  • Reliability: Historical success rate
  • Liquidity: Available for transaction size
Multi-chain execution requires gas on each destination chain. Biconomy handles this automatically:Option 1: Pay from source chain (Recommended)
Option 2: Sponsored gas
Option 3: Pre-funded on each chain
Multi-chain transactions have multiple stages. Track progress with:
Webhook notifications:
Biconomy implements safeguards for cross-chain failures:Before bridging:
  • Transaction reverts atomically
  • No funds leave source chain
  • User can retry immediately
After bridging (during destination execution):
  • Funds arrive on destination chain safely
  • Destination execution is retried automatically
  • If retries fail, funds remain in user’s destination account
Execution time depends on the chains and bridge used:Speed vs. cost tradeoffs:
Example 1: Cross-Chain Yield Farming
Example 2: Cross-Chain NFT Purchase
Example 3: Multi-Chain Portfolio Rebalancing

Continue learning

Onchain Orchestration

Deep dive into orchestration

Batched Transactions

Combine operations efficiently