Bridge Fee Calculator
Bridging tokens between blockchains involves multiple layers of cost. Most bridges charge a percentage of the amount transferred, plus a flat fee denominated in the native token, plus the gas cost to execute the transaction on the destination chain. This calculator adds all three components to give you the total cost in USD and the effective fee percentage. Understanding the full cost before bridging helps you decide whether to aggregate multiple transfers into one, or to wait for lower gas prices on the destination chain.
Bridge fee formula
Total Bridge Cost = Amount * (Bridge % / 100) + Fixed Fee + Destination Gas
Effective Fee % = Total Bridge Cost / Amount * 100
Example: $5,000 transfer, 0.05% fee, $2 fixed, $5 gas: Cost = $5,000 * 0.0005 + $2 + $5 = $2.50 + $2 + $5 = $9.50. Effective rate = $9.50 / $5,000 * 100 = 0.19%.
Bridge fee structure overview
- Canonical rollup bridges (Optimism, Arbitrum): typically charge only the source chain gas for the deposit and destination chain gas for withdrawal. No percentage fee, but optimistic rollup exits take 7 days unless using a fast bridge.
- Liquidity-based bridges (Stargate, Across): charge a percentage fee that goes to liquidity providers plus the destination chain gas. Generally complete in minutes.
- Validator-based bridges: charge a protocol fee plus gas on both chains. Speed and fee structure vary widely by protocol.
Bridge fees: frequently asked questions
What fees do cross-chain bridges charge?
Most bridges charge a combination of: (1) a percentage fee on the bridged amount, (2) a fixed fee in the source token, and (3) a destination chain gas fee to pay for the mint or unlock transaction. Some bridges subsidize gas; others pass it through.
What is a bridge in DeFi?
A cross-chain bridge is a protocol that allows tokens to move from one blockchain to another. You lock tokens on the source chain, and the bridge mints an equivalent wrapped token on the destination chain. Popular bridges include Stargate, Synapse, and Across Protocol.
Why does the bridge fee percentage matter for large amounts?
For large transfers, the percentage fee dominates. For a $100,000 transfer with a 0.05% bridge fee, the fee alone is $50. Adding a $10 fixed fee and $5 gas, total cost is $65, or 0.065% of the amount. For small amounts, fixed fees and gas dominate.
What is a canonical bridge vs. a third-party bridge?
A canonical bridge is operated by the rollup or chain itself (e.g., Optimism Gateway, Arbitrum Bridge). They are considered more secure but often slower (7-day fraud proof window for optimistic rollups). Third-party bridges trade some security assumptions for speed.
How do I minimize bridge costs?
Bridge larger amounts less frequently to amortize fixed fees. Choose bridges with lower percentage fees for large transfers. Bridge during low gas periods on both source and destination chains. Some bridges offer fee rebates or zero-fee promotions.
Official sources
- Ethereum Foundation: Bridges: Moving assets across chains.
- Ethereum Foundation: Layer 2 scaling.
Reviewed by the CalculatorHub team, edited by James Graham, 15 June 2026. See our methodology.