πŸŒ‰Bridging to Base Chain

Network Information (Metamask - Add new chain)

SwapBased incorporated Axelar x Squid Bridge

Base Bridge​

The Base Bridge allows you to bridge ETH from Ethereum to Base and vice versa.

To bridge to or from Base:

  1. Click Bridge assets

  2. Connect your wallet

  3. Choose the amount of ETH (or the asset of your choice that's available) you'd like to deposit or withdraw

For frequently asked questions about Base Bridge, be sure to check out the Bridge FAQ.


Portal Proxy Contract​

You can bridge ETH from Ethereum to Base by sending ETH to portal.base.eth or the following contract address:

0x49048044D57e1C92A77f79988d21Fa8fAF74E97e

INFO

By default, bridging ETH will result in a SELF transaction on the L2, with the from and to addresses equal to the address performing the bridge on the L1. This will also increase that address' L2 nonce. If you are bridging for the purpose of a deterministic contract deploy that depends on a zero nonce, please bridge using a different address first, and transfer to the contract deployment address on the L2 after bridging.

As a bridge UI is not available during the developer access period, we have provided a Golang utility for withdrawals on GitHub at base-org/withdrawals. Developers can use this to easily withdraw their funds from Base, ahead of opening mainnet for everyone in early August.

INFO

Users are required to wait for a period of seven days when moving assets out of Base mainnet into the Ethereum mainnet. This period of time is called the Challenge Period and serves to help secure the assets stored on Base mainnet.

CAUTION

Bridging ETH with the portal proxy contract is for developers:

  • Do not send any asset other than ETH. The proxy contract only supports receipt of ETH and sending any other asset will result in unrecoverable loss of the asset.

  • Do not send ETH from any network other than Ethereum mainnet. The proxy contract only supports from Ethereum mainnet and sending from any other network or chain (e.g. another EVM-compatible chain or L2) will result in unrecoverable loss of the asset.

  • Do not send ETH from an exchange. The portal proxy contract bridges to the address where ETH is sent from, so if sent from an exchange, for example, ETH will be bridged back to the exchange, which could result in unrecoverable loss of the asset.


Last updated