An Optimism bridge moves value between OP Mainnet and another chain, either through the canonical rollup contracts that secure the L2, or through a third-party route that fronts liquidity to skip the seven-day withdrawal window. OP Mainnet holds hundreds of millions in TVL as of Q2 2026 and sits at the center of the OP Superchain, a network of more than a dozen production chains that share the OP Stack. Route choice depends on asset, speed, and whether the destination is inside the Superchain.
This guide enumerates the canonical bridge routes to OP Mainnet, the mechanism each uses, and the trade-off each accepts.
What is an Optimism bridge?
An Optimism bridge transfers assets between OP Mainnet and another chain. The native Optimism Gateway uses the rollup's canonical deposit and withdrawal contracts, secured by Ethereum proofs. Third-party bridges like Across, Hyperlane, Circle CCTP, and LayerZero front liquidity or pass messages to settle in seconds instead of days.
The split between native and third-party routes is the structural fact every Optimism user runs into. Deposits from Ethereum to OP Mainnet via the native gateway clear in roughly one to three minutes. Withdrawals back to Ethereum through the same gateway require a seven-day finalization window. The challenge period gives validators time to dispute fraudulent withdrawal proofs, as the Optimism team documents in its two-step withdrawal architecture.
Third-party bridges absorb that wait. They post liquidity on the destination chain and reclaim funds later through the native bridge themselves. Users pay a small fee in exchange for near-instant settlement.
OP Mainnet versus the OP Superchain
OP Mainnet is the original Optimism rollup, launched December 2021. The OP Superchain is a network of independent L2 chains sharing the OP Stack and a planned interop layer. Members include Base, World Chain, Unichain, Mode, Zora, Ink, and Soneium, with Base running the highest transaction volume.
Today, bridging from OP Mainnet to Base still routes through Ethereum or a third-party messaging layer. Once the OP Stack interop upgrade ships to production, native messaging between Superchain chains will use SuperchainERC20, a token standard that burns supply on the source chain and mints it on the destination, as the Optimism docs describe. The standard is live in testnet as of Q1 2026.
Until then, moving USDC from OP Mainnet to Base uses Circle's CCTP, an aggregator like Across or Squid, or a Hyperlane warp route for non-stablecoin ERC-20s.
The canonical routes to OP Mainnet
Seven canonical routes cover most volume into OP Mainnet in 2026: the native Optimism Gateway, Circle CCTP for native USDC, Hyperlane warp routes for ERC-20s, LayerZero and Stargate for USDT and omnichain assets, Across for intent-based settlement, and aggregators like LI.FI, Squid, and Jumper that route across the others. The table below summarizes mechanism, fee, and speed for transfers between $100 and $10,000.
Route | Mechanism | Typical fee | Deposit speed | Withdrawal speed |
Native Optimism Gateway | Canonical rollup lock-and-mint | Gas only | ~1-3 minutes | ~7 days |
Circle CCTP V2 | Burn-and-mint for native USDC | Gas plus small protocol fee | ~8-20 seconds (Fast Transfer) | ~8-20 seconds |
Hyperlane warp routes | Lock-and-mint or burn-and-mint via permissionless ISMs | Gas plus relayer fee | Seconds to minutes | Seconds to minutes |
LayerZero (USDT0, OFT) | Omnichain fungible token, burn-and-mint via DVN attestations | Gas plus messaging fee | Seconds to minutes | Seconds to minutes |
Stargate (LayerZero-based) | Unified pool with delta rebalancing | ~0.06% LP fee plus gas | Under 1 minute | Under 1 minute |
Across | Intent-based, relayers front liquidity | Sub-dollar on small transfers, scales with size | Often under 60 seconds | Often under 60 seconds |
Aggregators (LI.FI, Squid, Jumper) | Route across multiple bridges | Pass-through plus small aggregator fee | Depends on selected bridge | Depends on selected bridge |
Eco Routes sits one layer above this list as an intent-based router. It accepts a single transfer intent and resolves it across CCTP, Hyperlane, and other rails based on which gives the cheapest fill at execution. See how Eco Routes works.
Native rollup bridge mechanics
The native Optimism bridge is a pair of contracts that lock or burn assets on one side and mint or release them on the other, secured by Ethereum's settlement layer. Deposits from Ethereum to OP Mainnet finalize in one to three minutes after L1 inclusion. Withdrawals require submitting a proof, then waiting seven days through the challenge period before finalization.
The two-step withdrawal works as follows. A user initiates a withdrawal on OP Mainnet. About an hour later, the L2 output posts to L1, and the user submits a proof to the OptimismPortal contract. That starts the seven-day finalization window. Once it elapses, the user submits a second transaction to finalize, per the Optimism Standard Bridge docs.
The fee for native bridging is gas only. No protocol take, no relayer cut, no LP slippage. That makes it the cheapest route for users who can hold a position locked for a week. It is also the only route that inherits OP Mainnet's full security model.
Deposits do not face the same constraint. The deposit path locks ETH or ERC-20 in the L1 bridge contract and credits the user on L2 once the next L2 block batch includes the transaction. Users moving ETH into OP Mainnet through the native gateway typically pay a few dollars in Ethereum gas with no other fees layered on top.
CCTP and Hyperlane for stablecoins and ERC-20s
Circle CCTP is the canonical native-USDC route to OP Mainnet, using burn-and-mint to keep supply constant. Hyperlane warp routes serve the same purpose for other ERC-20s. Both bypass the seven-day withdrawal window because they do not depend on the native rollup bridge for finality.
OP Mainnet is one of the 13-plus chains running CCTP V2 as of 2026, alongside Ethereum, Arbitrum, Base, Polygon PoS, Avalanche, Unichain, Linea, World Chain, and others, as listed in Circle's developer documentation. V2 added a Fast Transfer path with roughly 8 to 20 second finality and programmable post-transfer hooks. Fees are gas plus a small protocol take, generally below $1 all-in for transfers under $10,000.
The burn-and-mint mechanism means USDC arriving on OP Mainnet through CCTP is native Circle-issued USDC, not a wrapped representation. That removes wrapped-token risk and simplifies redemption with Circle.
Hyperlane covers the ERC-20 gap. Tokens that are not USDC and not LayerZero OFTs typically lack a native canonical bridge to OP Mainnet, so issuers deploy a Hyperlane warp route. As of April 2026, more than 200 warp routes are listed in the hyperlane-registry. Hyperlane Warp Routes 2.0 launched on Optimism with native-token bridging in seconds and no slippage, with the issuer in control of which Interchain Security Module verifies messages.
Aggregator routes and fast bridges
Bridge aggregators route a transfer across multiple bridges to find the best quote at execution. LI.FI, Squid, Jumper, and deBridge support OP Mainnet. Across operates as an intent-based fast bridge whose Optimism volume scales with its peer-L2 routes.
Across uses a relayer network that fronts liquidity to the user the moment an intent is signed. Most Across transfers to OP Mainnet land in under 60 seconds. Fee scales with transfer size. On a $500 USDC hop between OP Mainnet and a peer L2, Across typically charges in the low cents, while the same path through the native bridge would cost several dollars in Ethereum gas if it had to settle through L1. Comparison data from L2 native versus third-party fee analysis shows the spread widens further on small transfers.
LI.FI, Squid, and Jumper sit above Across, CCTP, Hyperlane, Stargate, and other underlying rails. They quote across all of them and route to whichever combination is cheapest. Users pay a small aggregator fee on top of the underlying bridge cost.
LayerZero and Stargate cover USDT and other omnichain assets. Tether's USDT0 deployment uses LayerZero's OFT standard to bridge USDT to OP Mainnet alongside Arbitrum, Base, BNB Chain, Avalanche, Polygon, and Tron. Stargate adds a unified-liquidity pool model with a 0.06% LP fee, roughly $0.60 on a $1,000 transfer.
How does Superchain-internal bridging differ from cross-Superchain?
Superchain-internal bridging refers to transfers between OP Stack chains, such as OP Mainnet to Base or Mode to Zora. Cross-Superchain bridging is everything else, including OP Mainnet to Ethereum, Arbitrum, Polygon, or any non-OP-Stack chain. The two will use different rails once the Superchain interop layer reaches production.
Today, both categories use the same third-party rails. A USDC move from OP Mainnet to Base or Arbitrum both go through CCTP. SuperchainERC20 contracts can be deployed, but cross-chain mint and burn functions depend on the interop upgrade still rolling out, per the Optimism interop docs.
For a token issuer, deploying as SuperchainERC20 today positions the asset to move natively between Superchain chains the moment interop ships, with a single canonical contract address. For a user bridging today, the practical choice is the same whether the destination is a Superchain chain or not: CCTP for USDC, Hyperlane or LayerZero for other tokens, Across or an aggregator for speed.
Which route fits which use case
Route selection on OP Mainnet comes down to four variables: asset type, transfer size, time tolerance, and direction. Native USDC favors CCTP. Long-tail ERC-20s favor Hyperlane. USDT favors LayerZero or Stargate. Patient deposits favor the native gateway. Hurried withdrawals favor Across or an aggregator that fronts liquidity.
A few common patterns:
USDC from Ethereum to OP Mainnet for DeFi use. CCTP V2 Fast Transfer settles in under a minute and avoids wrapped-token risk.
ETH from OP Mainnet to Ethereum for cold storage or off-ramp. Native gateway is fee-free apart from gas, with a seven-day wait. If the wait is unacceptable, Across or an aggregator completes the withdrawal in under a minute for a small fee.
ERC-20 governance tokens with a Hyperlane warp route. The warp route is the direct path and avoids wrapped tokens.
USDT between Ethereum and OP Mainnet. Stargate offers a flat LP fee. LayerZero's USDT0 keeps a single canonical supply. Both clear in under a minute.
Between two Superchain chains today. CCTP for USDC, Hyperlane for ERC-20s, or an aggregator. SuperchainERC20-native moves arrive once interop ships.
Intent-based routers like Eco Routes accept a single transfer intent and resolve it across rails at execution time, giving the same UX whether the destination is a Superchain chain or any other supported network.
Sources and methodology. OP Mainnet TVL pulled from DeFiLlama in Q2 2026. Bridge mechanisms verified against Optimism Standard Bridge docs, Circle CCTP docs, and Hyperlane and LayerZero protocol pages. Fees and speeds describe typical conditions for transfers between $100 and $10,000.

