Metis Bridge Protocol Architecture & Route Overview
Metis Bridge is the canonical gateway between Ethereum mainnet and the Metis Andromeda Layer 2: assets are escrowed in bridge contracts on one side and credited on the other, with no liquidity pool or custodian in the middle.
Read more
The practical work is choosing a route and asset, signing an approval plus a deposit, and — on the way back — waiting out the finalization window. This page is an independent, non-custodial reference; it never touches your wallet, keys, or funds. Always start from the official Metis bridge interface rather than a search ad or a link someone sent you.

What is Metis Bridge?
Metis Bridge is the canonical message-passing route between Ethereum (chain ID 1) and Metis Andromeda (chain ID 1088). A deposit locks the asset in the L1 Standard Bridge contract — proxy 0x3980c9ed79d2c191A89E02Fa3529C60eD6e9c04b — then a cross-domain message credits the same address on Andromeda. This is a bridge rather than a swap: there is no counterparty pool, and the same asset moves from one chain to the other. The Metis Andromeda documentation lists METIS, ETH, WBTC, USDC, USDT, and DAI among canonical-route assets; the interface controls live availability.
Third-party bridges are separate products that use liquidity-based transfers to cover additional chains or provide faster movement. Their contracts, fees, and trust models are distinct from the canonical route. Use the canonical route for standard Ethereum-to-Metis movement of a supported major asset; consider a third-party route when you need a faster exit or a chain the canonical bridge does not serve.
How bridging works
Bridging works by having your self-custody EVM wallet authorize a route, asset, amount, and recipient, then submit the required on-chain transactions. For an ERC-20 deposit, you sign two transactions: an approval that gives the bridge contract an allowance, followed by the deposit; the ERC-20 token standard defines the approval and transferFrom functions used for this pattern.
On deposit, the L1 bridge escrows the asset and emits a cross-domain message; Metis sequencers process it, credit the destination address, and batch network data back to Ethereum. A withdrawal reverses the flow: the Metis-side asset is debited, the L2 state is committed and must pass its challenge window, then the Ethereum-side asset is released, sometimes through a separate claim or relay transaction. Keep the first transaction hash as the receipt for the later steps.
Depositing to the destination
To deposit, switch your wallet to Ethereum mainnet, hold enough ETH for the approval plus the deposit gas, and submit both transactions. After L1 confirmation and sequencer processing, the funds appear at the same address on Andromeda, typically within minutes; METIS is not required beforehand because the credit happens automatically.
METIS is required for activity after the deposit because every Andromeda transaction — including swaps, transfers, and the withdrawal — pays gas in METIS. Bridge a small amount of METIS first or alongside the main asset so the received funds can be moved immediately.
Withdrawing back
A canonical withdrawal from Andromeda to Ethereum takes about seven days because the optimistic-rollup state commitment remains open to fraud proofs during its challenge window; this is finalization time, not a transaction queue. The funds remain pending until the L2 state is treated as final.
Third-party liquidity bridges can return funds to Ethereum faster by fronting L1 liquidity for a fee, while the canonical route keeps the challenge-window model. For a canonical withdrawal, track the status in the interface and complete any final claim or relay transaction after the window closes. The optimistic rollup documentation explains why the challenge period exists.
Time and fees
Depositing costs Ethereum mainnet Ethereum gas fees for the approval on ERC-20 assets and for the deposit transaction, with the total varying with L1 congestion. ETH deposits skip the approval step. On Andromeda, gas is paid in METIS and is inexpensive relative to mainnet.
A canonical withdrawal costs L2 gas to initiate and may also require L1 gas for a final claim or relay transaction after the challenge window. Third-party bridges add a provider fee to gas in exchange for fast liquidity. The canonical route has no bridge protocol commission beyond the gas described above.
Is Metis Bridge safe?
Metis Bridge has published audits and inspectable on-chain contracts, but its trust model still includes smart-contract, upgrade, validation, and operational risk. The design inherits Ethereum data availability and uses fraud proofs to secure the L2 state; permissioned Metis actors hold upgrade and validation powers. L2BEAT's Metis analysis details those assumptions.
The practical checks are specific: use the official interface, verify that the contract address you approve matches the documented L1 Standard Bridge proxy 0x3980c9ed79d2c191A89E02Fa3529C60eD6e9c04b, and start with a small test amount. Your keys remain in your wallet, while bridge contracts hold deposited assets in transit; for an ERC-20, an unlimited approval also gives the spender allowance beyond the intended deposit.
Problems and fixes
Wrong network selected. Deposits start from Ethereum (chain ID 1), and withdrawals start from Andromeda (chain ID 1088); switching the wallet to the route's source chain fixes a session that shows no route or fails immediately.
Funds arrived but you cannot transact. Andromeda transactions require METIS for gas, so bridge a small amount of METIS or acquire it before using the received asset.
Withdrawal pending for days. The canonical route's ~7-day challenge window is the expected wait; check the withdrawal status and complete any final claim transaction after finalization.
Metis FAQ
Is this the official Metis Bridge site?
No. This is an independent, non-custodial reference page; it does not handle wallets, keys, or funds. The live bridge is a separate interface that your wallet connects to.
How long does Metis Bridge take?
Ethereum-to-Metis deposits typically complete within minutes, after L1 confirmation plus sequencer processing. Canonical Metis-to-Ethereum withdrawals take about seven days because of the fraud-proof challenge window; third-party liquidity bridges are faster but charge a fee and carry their own trust assumptions.
How do I bridge to Metis Andromeda?
Connect a self-custody EVM wallet on Ethereum mainnet, select the asset and amount, approve the token if it is an ERC-20, then sign the deposit. Funds arrive at the same address on Andromeda after L1 confirmation and L2 processing.
Do I need METIS before bridging?
Not to receive a deposit — the credit happens automatically. But every action on Andromeda pays gas in METIS, so bridge a small amount of METIS alongside your main assets or you will hold funds you cannot move.
Is Metis Bridge safe?
It has published audits and on-chain contracts, while the trust model includes permissioned Metis actors with upgrade and validation powers; the full design and trust assumptions are set out in the safety section.
Canonical bridge vs third-party bridges — which should I use?
Use the canonical route for standard Ethereum-to-Metis transfers when you can tolerate the ~7-day withdrawal window. Third-party bridges make sense when you need speed on exit, or a chain the canonical route does not serve — just price in their fees and separate trust models.
Notes before you use Metis Bridge
The two operational facts to plan around are the ERC-20 approval-plus-deposit flow and the ~7-day canonical exit from Andromeda to Ethereum.
Before signing, verify the official interface and L1 Standard Bridge proxy, use Ethereum (1) to Andromeda (1088) for deposits, hold ETH on mainnet and METIS on Andromeda for gas, and choose whether the ~7-day exit or a faster third-party route fits the transfer.
Contract address, chain IDs, and the withdrawal mechanics above were checked against the live Metis documentation and on-chain references, last reviewed 21 July 2026.