> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-use-case-ia-overhaul.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Bridge to Base

> Move ETH, stablecoins, and tokens to and from Base — from a Coinbase account, Ethereum, Solana, or Bitcoin.

Move assets to and from Base using the routes below. Pick the one that matches where your assets are today.

## Choose a route

| Coming from        | Recommended route                                                                                                                      | Typical assets   |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| A Coinbase account | Withdraw directly to Base (no bridge)                                                                                                  | ETH, USDC, cbBTC |
| Ethereum (L1)      | [Superbridge](https://superbridge.app/?fromChainId=1\&toChainId=8453) or [Brid.gg](https://www.brid.gg/?fromChainId=1\&toChainId=8453) | ETH, ERC-20s     |
| Solana             | [Base–Solana bridge](/base-chain/network-information/base-solana-bridge)                                                               | SOL, SPL tokens  |
| Bitcoin            | [Garden](https://app.garden.finance/?output-chain=base\&output-asset=cbBTC)                                                            | BTC → cbBTC      |

<Note>
  If you hold funds in a Coinbase account, you can withdraw many assets straight onto the Base network — select **Base** as the network when withdrawing, no bridge required. This is often the fastest path for USDC and ETH.
</Note>

## From Ethereum

Bridge ETH and supported ERC-20s between Ethereum mainnet (L1) and Base. Both providers support mainnet and Sepolia testnet.

<CardGroup cols={2}>
  <Card title="Superbridge" icon="bridge" href="https://superbridge.app/?fromChainId=1&toChainId=8453">
    Bridge ETH and supported assets from L1 to Base. [Testnet](https://superbridge.app/?fromChainId=11155111\&toChainId=84532)
  </Card>

  <Card title="Brid.gg" icon="bridge" href="https://www.brid.gg/?fromChainId=1&toChainId=8453">
    An alternative L1 ↔ Base bridge. [Testnet](https://testnet.brid.gg/?fromChainId=11155111\&toChainId=84532)
  </Card>
</CardGroup>

### Programmatic bridging

To bridge ETH and ERC-20s from Ethereum to Base in code, start from the [sample repository](https://github.com/base-org/guides/tree/main/bridge/native).

<Warning>
  **Double-check the token address for ERC-20s.** Confirm the token has a `base` entry in the [Superchain token list](https://github.com/ethereum-optimism/ethereum-optimism.github.io/tree/master/data) ([example](https://github.com/ethereum-optimism/ethereum-optimism.github.io/blob/master/data/WETH/data.json#L16-L18)), and always test with small amounts first. This sample bridges assets **to** Base only — do not modify it to withdraw.
</Warning>

### For token issuers

If you have an ERC-20 on Ethereum and want to enable bridging to Base, use the sample repository above as a starting point for the standard bridge contracts, then list your token on the Superchain token list.

## From Solana

The Base–Solana bridge enables bidirectional token transfers and message passing between Base and Solana: move SOL and SPL tokens, send cross-chain messages, deploy wrapped tokens on either chain, and optionally auto-relay for instant execution.

<CardGroup cols={2}>
  <Card title="Full documentation" icon="book" href="/base-chain/network-information/base-solana-bridge">
    Complete guide with code examples and contract addresses
  </Card>

  <Card title="Terminally Onchain" icon="terminal" href="https://terminallyonchain.com/">
    Production terminal UI for bridging and contract calls
  </Card>
</CardGroup>

| Network        | Contract       | Address                                        |
| -------------- | -------------- | ---------------------------------------------- |
| Base Mainnet   | Bridge         | `0x3eff766C76a1be2Ce1aCF2B69c78bCae257D5188`   |
| Base Mainnet   | SOL token      | `0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82`   |
| Solana Mainnet | Bridge program | `HNCne2FkVaNghhjKXapxJzPaBvAKDG1Ge3gqhZyfVWLM` |

<Info>
  For testnet addresses and full implementation details, see the [Base–Solana bridge documentation](/base-chain/network-information/base-solana-bridge#contract-addresses).
</Info>

## From Bitcoin

[Garden](https://app.garden.finance/?output-chain=base\&output-asset=cbBTC) is a fast, non-custodial bridge for moving BTC and other supported assets to Base. Available on [mainnet](https://app.garden.finance/?output-chain=base\&output-asset=cbBTC) and [Sepolia testnet](https://testnet.garden.finance/?output-chain=base_sepolia\&output-asset=USDT).

<Note>
  The bridge previously at bridge.base.org has been deprecated. Use the routes above instead.
</Note>

## Disclaimer

Coinbase Technologies, Inc. provides links to these independent service providers for your convenience but assumes no responsibility for their operations. Any interactions with these providers are solely between you and the provider.
