본문으로 건너뛰기

Network profile: Arbitrum

Does this article need to be translated?

Contribute to the Help Center

Submit translations, corrections, and suggestions on GitHub, or reach out on our Community forums.

Developed by Offchain Labs, Arbitrum One was the first live, permissionless Ethereum layer 2 (L2) network with full smart contract functionality. Its mainnet, currently in beta, went live in August 2021. At the time of writing, it has the largest market share of all L2s, at over 50%.

Arbitrum was specifically developed as a scaling solution for Ethereum, designed to provide an experience as close to Ethereum itself as possible (right down to using the same token, ETH) whilst minimising fees and improving capacity. As a L2, its network is external to Ethereum but closely linked, running in parallel and on top of mainnet (as their name suggests). Arbitrum handles and executes transactions "off-chain", whilst using layer 1 (L1; Ethereum mainnet) as its "settlement layer", with data on completed transactions is posted to L1. This link means L2s retain the security of Ethereum mainnet whilst dramatically increasing maximum transaction throughput (i.e. capacity).

L2 solutions such as Arbitrum are often referred to as "rollups". The name originates from the fact that they roll up bundles of transactions, sending them for processing on L1. Combining multiple transactions into one bundle and submitting as a single transaction enables the network to complete significantly more transactions per second (tps) when compared with submitting one-by-one on mainnet.

Similarly to how proof of stake (PoS) blockchains use validators (or similarly named entities) to secure the network, Arbitrum relies on operators to propose valid blocks to the network, which can then be confirmed or challenged by other nodes (operators).

Arbitrum is an optimistic rollup. Its name refers to the fact that it assumes all transactions are valid, instead using a dispute resolution process whereby any operator can challenge a submitted block if they think it is inaccurate. Eliminating the intensive computation necessary to confirm every transaction means optimistic rollups can process transactions at a higher rate: Arbitrum claims to be capable of 40,000tps. If you want to learn more about optimistic rollups, this Finematics video is a great explainer.

Since Arbitrum is still in beta, there are a few administrative controls in place, which you should be aware of before using the network.

Using Arbitrum

How do I use MetaMask with Arbitrum?

Since Arbitrum is EVM-compatible, you can use your existing MetaMask wallet on its network, should you choose to. Simply make sure you have added the Arbitrum network to your wallet, and switch over to it to view any ETH which you have transferred via the bridge.

Is ETH on Arbitrum the same as ETH on Ethereum?

No — although Arbitrum uses ETH as its native token to pay for transactions, you need to bridge all tokens—ETH included—to and from Arbitrum. Any existing ETH you hold in MetaMask on Ethereum mainnet will not be usable on Arbitrum.

Bridging ETH to Arbitrum

Bridging involves transferring a token from one network to another. You can exchange ETH on Ethereum mainnet for the exact quantity on Arbitrum, plus transaction fees.

The official Arbitrum bridge is available at bridge.arbitrum.io, and there are alternatives accessible from the Arbitrum portal.

Other methods of getting ETH onto Arbitrum
  • Buy directly (on-ramp). These services involve buying ETH as you would do for Ethereum, only that the ETH you buy is already on the Arbitrum network, avoiding transaction fees for bridging. You can find them in the 'Bridges & on-ramps' section of the Arbitrum portal. Transak, for example, is amongst them.
  • Buying from an exchange which supports Arbitrum and withdrawing directly to the network. At the time of writing, major exchanges such as Binance and Crypto.com are listed on the Arbitrum portal. These options enable you to withdraw directly from the exchange wallet into the wallet you want to use on Arbitrum, such as MetaMask, saving the costs of having to withdraw to Ethereum and then pay to bridge to Arbitrum.
How much do transactions cost on Arbitrum?

Transaction costs are always a reflection of network congestion, although on Arbitrum will typically be a few USD, paid in ETH.

For a live overview of transaction costs on Arbitrum, check l2fees.info.

Useful resources

Arbitrum L2BEAT overview

Optimistic Rollups: the present and future of Ethereum scaling (Offchain Labs)

An Incomplete Guide to Rollups (Vitalik Buterin, Ethereum co-founder)

Layer 2 Scaling Solutions (Consensys webinar; signup required)

Relevant support articles

User Guide: Custom networks and sidechains