DeFi Intel

Bridge to Base

DifficultyIntermediate Estimated time20 minutes Last updated2026-07-27

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)

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:

Secure your DeFi wallet with Ledger

Step-by-step

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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

Troubleshooting

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.

Sources