Bridge to Base
The most important thing to know about bridging to Base in 2026 is that the native bridge at bridge.base.org has been deprecated. Base's own documentation now directs users to Superchain bridge providers — Superbridge and Brid.gg — for canonical L1-to-L2 transfers.
Base is an OP Stack optimistic rollup. Everything about the bridging experience follows from that: deposits from Ethereum are fast and cheap, and withdrawals back to Ethereum are slow by design, because an optimistic rollup must leave a window open for anyone to challenge a fraudulent state claim.
There are three practical routes onto Base and you should pick deliberately: the canonical route through a Superchain bridge provider, a third-party fast bridge that fronts you liquidity, or a withdrawal from a centralised exchange directly onto the Base network. Each has a different cost, speed and trust profile.
What you'll need (prerequisites)
- Self-custodial wallet (MetaMask, Rabby, etc.)
- ETH or native gas token
- Tokens to bridge to Base with
- Familiarity with transaction approvals
Canonical, fast, and exchange routes
Canonical bridging moves assets through Base's underlying rollup contracts. Deposits from Ethereum to Base confirm quickly and cheaply. Withdrawals are the slow direction: the standard OP Stack flow requires you to initiate the withdrawal on Base, wait for the state root to be published, submit a prove transaction on Ethereum, then wait out the seven-day challenge period before a final transaction releases the funds. Since the native bridge was deprecated, Base directs users to Superbridge and Brid.gg to perform this flow.
The detail that costs people a week: the seven days start after you submit the prove transaction, not when you first request the withdrawal. The usual sequence is to confirm the withdrawal on Base, wait roughly an hour, then send the prove transaction on Ethereum. Skip the prove step and idle for seven days and you simply start the clock late.
Third-party fast bridges — liquidity networks rather than canonical rollup bridges — deliver in minutes in both directions by fronting you assets from a pool on the destination chain and settling among themselves later. You pay a fee for the immediacy and you take on the bridge's smart-contract and liquidity risk. For withdrawals off Base, this is the standard way to avoid a seven-day wait.
Exchange routes are the simplest of all for a first-time user: many centralised exchanges list Base as a withdrawal network, so you can send assets straight from your exchange account to your Base address without touching a bridge at all. Check the network selector in the withdrawal screen and read the fee before confirming. Beyond Ethereum, Base's documentation also points to a Base–Solana bridge supporting bidirectional SOL and SPL token transfers, and to Garden for non-custodial Bitcoin routes.
Recommended for this tutorial
Tools and accounts referenced in the steps below:
Step-by-step
-
Step 1: Pick the route that matches your urgency and size
Large amount, no rush, minimum trust assumptions: use the canonical route through Superbridge or Brid.gg. Small amount or an urgent need, especially in the Base-to-Ethereum direction: use a fast bridge. Funds currently sitting on an exchange: withdraw directly to the Base network and skip bridging entirely. Choosing badly costs either a week or a fee, so choose on purpose.
-
Step 2: Verify the bridge URL before connecting anything
Bridge phishing is prolific because the expected user action is sending assets to a contract. Reach Superbridge, Brid.gg or your chosen provider from a link in Base's own documentation, then bookmark it. Never navigate to a bridge from a search ad, a Discord message or a reply on social media.
-
Step 3: Prepare gas on both chains
You need ETH on Ethereum for the deposit transaction and ETH on Base for anything you do afterwards. Bridging a token without bridging any ETH strands it: you will hold an asset you cannot move. Bridge a small amount of ETH first if your Base balance is empty.
-
Step 4: Test with a small amount
Base's documentation is explicit about this: always test with small amounts to make sure the system behaves as expected before committing size. A few dollars of ETH through the full round trip tells you more than any guide, including this one.
-
Step 5: Bridge the assets and verify the token on arrival
Select the asset and amount, confirm on Ethereum, and wait for the deposit to appear on Base. When it does, verify the token's contract address on Base matches the one listed in official registries — this matters particularly for ERC-20s, where multiple bridged representations of the same asset can exist and only one of them is the canonical, liquid version.
-
Step 6: For withdrawals: initiate, wait, then prove
Start the withdrawal on Base. Wait roughly an hour for the state root to be published, then send the prove transaction on Ethereum. Do not skip this — the seven-day challenge period only begins once the withdrawal is proved, so a forgotten prove step costs you an additional week.
-
Step 7: Finalise after the challenge period
Once seven days have elapsed since proving, return and send the final claim transaction on Ethereum to release the funds. This is a third transaction with its own gas cost, and it will not happen automatically. Set a calendar reminder when you send the prove transaction.
-
Step 8: Record everything
Save the transaction hashes on both chains. Bridging is usually not a taxable disposal in itself, but you need the trail to prove that the asset arriving on Base is the same asset that left Ethereum. Fast bridges that swap into a different representation can be a different matter — keep those records too.
Costs, and what the seven days really buys
Canonical deposits cost Ethereum gas plus a small execution cost on Base; the bridge providers themselves are generally the cheap part. Canonical withdrawals cost three transactions — initiate on Base, prove on Ethereum, finalise on Ethereum — with two of the three paying mainnet gas. That is the real cost of the canonical route, and it is why small withdrawals through it rarely make sense.
Fast bridges charge a spread or explicit fee for fronting liquidity, and in return compress the seven-day wait into minutes. For withdrawals off Base this is a genuine service, not a rip-off — you are paying someone to hold the timing risk for you. Compare the quoted output amount across two providers before committing.
Exchange withdrawals to Base typically charge a flat network fee shown on the withdrawal screen. For a user who already holds funds on an exchange, this is usually the cheapest and simplest way onto Base, and it involves no bridge contract at all.
Security pitfalls
- bridge.base.org is deprecated. Follow Base's documentation to a current provider rather than relying on an old bookmark or a cached search result.
- Bridge phishing is the top risk. Any site that asks you to "validate", "sync" or "claim" to complete a bridge is stealing from you.
- Third-party bridges are third parties. Base's documentation is explicit that Coinbase assumes no responsibility for their operation — the interaction is between you and the provider.
- Verify token addresses on arrival. Multiple bridged versions of the same asset can exist on Base; only the canonical one has real liquidity.
- Always bridge some ETH. Tokens on a chain where you hold no gas are stuck until you fix that.
- Never bridge to an exchange deposit address directly unless the exchange explicitly supports receiving from that route on Base — deposits that arrive unexpectedly are frequently unrecoverable.
- Test small first, every time, including with a provider you have used before, since contracts and routes change.
Troubleshooting
- Deposit not showing on Base. Confirm the Ethereum transaction succeeded and give it a few minutes. Then check the receiving address on a Base explorer rather than trusting your wallet's indexing.
- Withdrawal seems stuck. Check whether you have actually sent the prove transaction. The seven-day clock does not begin until the withdrawal is proved on Ethereum.
- Seven days passed and funds have not arrived. The final claim is a separate transaction you must send yourself; nothing releases automatically.
- Missed the prove step entirely. You can still prove it later — you simply start the seven-day wait from that point, effectively losing the time in between.
- Token arrived but the balance is invisible. Add the Base contract address manually to your wallet and cross-check on a Base explorer.
- No gas on Base. Bridge a small amount of ETH, or use a fast bridge that delivers native ETH, before attempting to move the stranded token.
- Fast bridge delivered a different token than expected. Some liquidity networks settle in a wrapped or alternative representation. Check the output token in the quote before confirming, not after.
FAQ
Is the official Base bridge still available?
The native bridge at bridge.base.org has been deprecated. Base's documentation now directs users to Superchain bridge providers — Superbridge and Brid.gg — for canonical transfers between Ethereum and Base. Base also points to a Base–Solana bridge for SOL and SPL tokens and to Garden for non-custodial Bitcoin routes.
Why do withdrawals from Base take seven days?
Base is an optimistic rollup on the OP Stack. The seven-day challenge period exists so that other network participants can dispute the output root corresponding to your withdrawal before it is finalised. It is a security property of the design, not a queue or a processing delay, and it applies to canonical withdrawals only.
When does the seven-day clock actually start?
After you submit the prove transaction on Ethereum, not when you first initiate the withdrawal on Base. The usual sequence is to confirm the withdrawal on Base, wait about an hour for the state root to be published, then send the prove transaction. If you skip proving and wait seven days, you will have to wait another full week after finally proving it.
Can I avoid the seven-day wait?
Yes, by using a third-party fast bridge that fronts you liquidity on the destination chain and settles later, or by depositing to a centralised exchange that supports Base and withdrawing on Ethereum. Both trade the canonical security model for speed — you are taking on that provider's smart-contract, liquidity or custody risk instead.
What is the cheapest way to get funds onto Base?
If your funds are already on a centralised exchange, withdrawing directly to the Base network is usually cheapest and simplest — check the network selector and the flat fee on the withdrawal screen. From an Ethereum wallet, a canonical deposit through Superbridge or Brid.gg costs mainnet gas, and a fast bridge charges a spread for immediacy.