Skip to main content

What Is Arbitrum? Ethereum's Largest L2 Explained

Arbitrum is Ethereum's largest L2 by TVL, using Nitro technology for fast, cheap transactions. Native USDC via CCTP, Orbit chains, and how it compares to Optimism.

Written by Eco

Arbitrum is a Layer 2 scaling network for Ethereum, built by Offchain Labs and launched on mainnet in August 2021. It uses optimistic rollup technology to batch Ethereum transactions, settling proofs on Ethereum's base layer while offering gas fees that run significantly lower than Ethereum mainnet. As of Q1 2026, Arbitrum One holds $1.7B in total value locked, making it one of the largest L2s by TVL according to DeFiLlama.

Offchain Labs, the company behind Arbitrum, was founded in 2018 by Ed Felten, Steven Goldfeder, and Harry Kalodner. Felten previously served as the United States Deputy Chief Technology Officer, which shaped the team's regulatory-conscious approach to protocol design. The Arbitrum ecosystem now spans two public chains (Arbitrum One and Arbitrum Nova), a framework for custom chains (Arbitrum Orbit), and a DAO with a live ARB governance token.

Arbitrum One went live on mainnet in May 2021 (beta) and opened for general use in August 2021. It remained the largest Ethereum L2 by TVL through 2022 and 2023, consistently ahead of OP Mainnet and later Base. The protocol has undergone two major technology upgrades: the Nitro upgrade in August 2022 and the Stylus upgrade in 2023. A decentralization roadmap for the sequencer has been discussed in the Arbitrum DAO since 2024, though as of Q1 2026 the sequencer remains operated by Offchain Labs.

What Is Arbitrum Nitro?

Arbitrum Nitro is the current technology stack powering Arbitrum One, replacing the original AVM (Arbitrum Virtual Machine) in August 2022. Nitro compiles fraud proofs to WASM (WebAssembly) and uses a Go-based execution environment that is fully EVM-equivalent, enabling developers to deploy Solidity contracts without modification while achieving faster throughput and lower gas costs.

The original AVM used a custom instruction set that required developers to reason about Arbitrum-specific behavior. Nitro eliminated that overhead by replacing the AVM with Geth (the standard Ethereum Go client) at the execution layer, with WASM-based fraud proofs running at the dispute resolution layer. Because Geth handles execution natively, any Ethereum tooling (Hardhat, Foundry, ethers.js, Wagmi) works on Arbitrum One without changes.

Nitro's fraud proof mechanism is an interactive dispute protocol. When a sequencer posts a state root, a 7-day challenge window opens. A validator who disagrees bisects the disputed execution step by step until a single instruction is isolated, then submits that instruction onchain for Ethereum to adjudicate. This interactive bisection keeps L1 gas costs for disputes tractably small even when the disputed computation involves thousands of steps. The Arbitrum Nitro technical overview documents the full architecture including the WASM proof structure and geth fork tracking approach.

A key distinction from zero-knowledge rollups (zkRollups): Nitro does not generate a cryptographic validity proof for every batch. It assumes state transitions are valid unless challenged. This is the defining tradeoff of optimistic rollups: lower per-transaction proving cost in the common case, but a withdrawal delay of approximately seven days to allow the challenge window to close. For a deeper look at how rollup fraud proofs work, see What Are Fault Proofs in Blockchain.

The Nitro upgrade also introduced a compressed data format called "brotli-compressed calldata," which reduced the amount of data that needs to be posted to Ethereum for each batch. This was a meaningful cost reduction before EIP-4844. After EIP-4844 activated in March 2024, Arbitrum switched to blob-carrying transactions for batch data, cutting per-transaction L1 cost by approximately 10x compared to calldata, per Offchain Labs post-EIP-4844 analysis. The Stylus extension, shipped in 2023, builds on the Nitro WASM infrastructure to add Rust and C++ smart contract support without modifying the Geth execution path.

Arbitrum One vs Arbitrum Nova

Arbitrum One and Arbitrum Nova are separate production chains with different data availability models. One posts all transaction data to Ethereum; Nova posts data to an AnyTrust committee instead, reducing costs at the expense of a slightly weaker trust model. One targets DeFi; Nova targets gaming and high-frequency consumer apps.

The AnyTrust protocol behind Nova requires a Data Availability Committee (DAC) to hold and serve transaction data. The DAC consists of a small number of named validators who sign availability certificates. If even one DAC member behaves honestly, data availability is preserved. If the entire DAC goes offline or acts maliciously, Nova falls back to posting data to Ethereum. Google Cloud was among the initial DAC signatories when Nova launched in August 2022, per the Arbitrum AnyTrust documentation.

In practice, Arbitrum Nova has hosted games like Treasure DAO's game ecosystem, Reddit's Community Points pilot (before Reddit shut down the program in 2023), and various mobile-native applications that need to handle high transaction volumes at near-zero cost per action. Arbitrum One, by contrast, hosts the bulk of the DeFi activity: GMX, Camelot, Radiant Capital, and Pendle are among the larger protocols deployed there.

How Does Arbitrum Orbit Allow Custom Chains?

Arbitrum Orbit is a framework for deploying custom Layer 3 chains that settle to Arbitrum One or Nova. Orbit chains inherit Arbitrum's fraud proof system and can customize gas tokens, throughput, and governance without forking the core protocol. Production Orbit chains include Xai Games (gaming L3) and Treasure Chain.

Orbit is conceptually related to the OP Stack's Superchain model but differs in two key ways. First, Orbit chains settle to an Arbitrum L2 (Arbitrum One or Nova), not directly to Ethereum, making them technically L3s. Second, Orbit chains can choose their own data availability layer: they can use Ethereum calldata, AnyTrust, or a third-party DA layer like Celestia. That flexibility makes Orbit appropriate for application-specific chains where the operator controls throughput, fee token, and permission model.

The Arbitrum Orbit launch guide provides the full deployment process, including how to configure the sequencer, set the parent chain, and initialize the token bridge. Teams building onchain games or enterprise pilots frequently choose Orbit when Arbitrum One's shared throughput isn't appropriate for sustained high-volume workloads.

Orbit chains can use a custom gas token instead of ETH, which is a significant practical difference from deploying directly on Arbitrum One. A game studio can denominate all gas fees in its native token, removing the need for players to hold ETH to interact with the game. The trade-off is that the Orbit chain operator typically runs the sequencer, creating a centralization point. Most Orbit deployments in production use the Offchain Labs sequencer infrastructure, though the architecture allows operators to run their own.

For comparison, the OP Stack approach to L2 and L3 deployment is covered in What Is an OP Stack. Both Orbit and the OP Stack represent a broader trend toward modular L2 architecture where the settlement layer, execution layer, and data availability layer are configurable independently. For broader context on Layer 2 architecture, see What Is a Rollup.

Arbitrum Key Stats: TVL, Transactions, and Gas Fees

Arbitrum One holds $1.7B in total value locked as of April 29, 2026 (DeFiLlama), placing it seventh among all chains globally. Arbitrum gas fees use an EIP-1559-style base fee plus an amortized L1 data cost. For live throughput, daily transactions, and sequencer status, L2Beat is the most reliable source.

Arbitrum Nitro's architecture targets sub-second sequencer confirmation times. Transactions are considered "soft finalized" once the sequencer accepts them, which takes under a second under normal conditions. Hard finality at the Ethereum layer requires waiting for the batch to be posted onchain and then the 7-day challenge window to close without a successful dispute. In practice, most users accept soft finality for ordinary transfers and DeFi interactions; only bridging back to Ethereum mainnet requires waiting for hard finality.

Arbitrum gas fees break into two components. The L2 execution fee adjusts dynamically with block utilization, similar to EIP-1559. The L1 data fee is the amortized cost of publishing batch data to Ethereum, split across all transactions in the batch. After EIP-4844 activated in March 2024, Arbitrum switched from calldata to blob-carrying transactions, cutting the L1 data component substantially. The L2Beat scaling summary tracks fee comparisons across all major L2s in real time.

For context on how Arbitrum fits within the broader L2 category, see What Is a Layer 2 Blockchain.

How Does Arbitrum Differ from Optimism?

Arbitrum One and OP Mainnet are both optimistic rollups, but they diverge in fraud proof design, sequencer architecture, and ecosystem strategy. Arbitrum uses interactive multi-round fraud proofs (one instruction isolated per dispute); Optimism historically used single-round proofs and only activated its interactive fault proof system (Cannon) in mid-2024. Arbitrum has consistently led OP Mainnet in TVL since 2022.

The table below summarizes the four major chains across key dimensions:

Chain

TPS (see L2Beat)

Avg gas cost

Sequencer model

Native USDC (CCTP)

Primary use case

Arbitrum One

See L2Beat

Low (EIP-4844 blob posting)

Offchain Labs centralized sequencer

Yes (Circle CCTP v2)

DeFi, derivatives, yield protocols

Arbitrum Nova

See L2Beat

Very low (AnyTrust DA)

Offchain Labs centralized sequencer

No

Gaming, social, high-frequency apps

OP Mainnet

See L2Beat

Low (EIP-4844 blob posting)

OP Labs centralized sequencer

Yes (Circle CCTP v2)

DeFi, Coinbase ecosystem, OP Stack base

Base

See L2Beat

Low (EIP-4844 blob posting)

Coinbase centralized sequencer

Yes (Circle CCTP v2)

Consumer apps, Coinbase-adjacent protocols

The fraud proof distinction matters for bridge security. Arbitrum's multi-round interactive proofs have been live and battle-tested since 2021. Optimism's Cannon-based fault proofs activated in June 2024 and introduced a permissionless challenger set. Both systems now allow any party to submit a challenge, removing the original "whitelisted validator" limitation. Arbitrum has not yet shipped permissionless validation for its sequencer, though the DAO roadmap includes decentralizing the sequencer role over time, moving closer to the trustless model zkRollups provide by default. For more on the OP Stack architecture, see What Is Optimism.

The other major distinction is ecosystem strategy. Offchain Labs has kept Arbitrum's governance in a DAO with a live ARB token. The OP Collective governs Optimism's Superchain through a bicameral system (Token House + Citizens' House) with no equivalent on Arbitrum. Arbitrum's Stylus upgrade, shipped in 2023, added support for writing smart contracts in Rust, C, and C++ alongside Solidity, a feature OP Mainnet does not currently offer.

USDC on Arbitrum: Native vs Bridged

Arbitrum supports two forms of USDC: native USDC issued directly by Circle via CCTP, and bridged USDC.e, which is Ethereum-locked USDC represented by a wrapped token. Native USDC carries only Circle's issuer risk; USDC.e carries bridge contract risk on top of that. USDC has a $77.3B global circulating supply as of April 29, 2026.

Circle deployed native USDC to Arbitrum One in June 2023, as part of its broader CCTP rollout. CCTP allows USDC to be burned on one chain and minted on another, eliminating the wrapped-token risk that existed with bridged USDC.e. For developers and protocols that need to move USDC between Arbitrum and other chains (Ethereum, Optimism, Base, Solana), CCTP is the canonical path. The Circle CCTP documentation covers the burn-and-mint flow and the onchain attestation mechanism.

USDC.e still exists on Arbitrum because many protocols deployed before native USDC existed and have not migrated their liquidity. When interacting with Arbitrum DeFi protocols, it is worth checking which token the protocol expects: native USDC (Circle-issued, "USDC" on Arbitrum block explorers) or USDC.e (bridged, "USDC.e" on block explorers). GMX, for example, shifted its liquidity pools to native USDC after Circle's deployment in June 2023.

The CCTP burn-and-mint flow works as follows: a user initiates a transfer on the source chain, the USDC contract burns the tokens, Circle's attestation service signs a message confirming the burn, and the destination contract mints an equivalent amount of native USDC on receipt of that signed attestation. The entire flow takes roughly 13-20 minutes in practice due to Ethereum finality requirements for cross-chain attestations. Faster CCTP variants (CCTP v2 with "fast finality") reduce this to under 2 minutes for lower-value transfers where Circle accepts probabilistic finality from the source chain.

Eco supports native USDC transfers across Arbitrum using CCTP as its internal transport mechanism, which means stablecoin moves settled through Eco carry Circle's direct attestation rather than bridge-wrapped risk. For a broader look at cross-chain stablecoin infrastructure, see 10 Best Cross-Chain Stablecoin Swap Infrastructure Platforms and Best Cross-Chain Intent Protocols.

ARB Token, Governance, and the Arbitrum Foundation

ARB is the Arbitrum DAO's governance token, launched in March 2023 via an airdrop to Arbitrum One and Nova users. ARB holders vote on protocol upgrades, treasury allocations, and Security Council composition. The Arbitrum Foundation executes DAO decisions. At launch, total supply was 10 billion ARB tokens, with the DAO treasury holding roughly 43%.

The Arbitrum DAO treasury is one of the largest in DeFi by token count. The DAO has funded grants through its Short-Term Incentive Program (STIP) and Long-Term Incentive Pilot Program (LTIPP), distributing ARB to protocols to deepen Arbitrum One liquidity. GMX, Camelot, Pendle, and Radiant were among the STIP recipients in the 2023-2024 cycle.

ARB governance operates through a temperature-check forum post on the Arbitrum governance forum, followed by a Snapshot vote, then an onchain Tally vote for binding decisions. The Security Council, a 12-member multisig, retains emergency upgrade capability with a 9-of-12 threshold, meaning a supermajority can push critical fixes without waiting for a full DAO vote cycle. This is comparable to the arrangement Optimism's Security Council uses, though the council composition and threshold differ.

One notable governance decision from 2024: the DAO passed AIP-4 to fund the Arbitrum Research and Development Committee (ARDC), allocating ARB to a group of security researchers and developers responsible for protocol improvement proposals. The ARDC model decentralizes protocol stewardship beyond Offchain Labs itself. Separately, the DAO approved a "Gaming Catalyst Program" with a substantial ARB allocation to attract gaming studios to Arbitrum Nova and Orbit chains, reflecting the ecosystem's two-track strategy of DeFi on One and gaming on Nova.

For teams building stablecoin automation or treasury workflows on Arbitrum, the availability of deep USDC liquidity, low gas costs, and DAO-funded protocol incentives has made Arbitrum One the dominant DeFi execution environment after Ethereum mainnet. See 10 Best Stablecoin Automation Platforms for a current comparison of platforms that support Arbitrum.

FAQ

What is the difference between Arbitrum One and Arbitrum Nova?

Arbitrum One posts all transaction data to Ethereum mainnet, giving it the strongest security model at slightly higher cost. Arbitrum Nova uses an AnyTrust committee to store data off-chain, reducing costs further. One targets DeFi; Nova targets gaming and social applications with very high transaction counts and minimal per-transaction value.

How long does an Arbitrum withdrawal to Ethereum take?

A standard Arbitrum withdrawal to Ethereum mainnet takes approximately 7 days. This delay is the challenge window for Arbitrum's optimistic fraud proof system. Third-party fast-exit protocols exist that provide liquidity in exchange for a fee, allowing users to receive funds on Ethereum faster, but those solutions carry counterparty risk. See What Are Fault Proofs in Blockchain for context on why the window exists.

What is Arbitrum Stylus?

Arbitrum Stylus is a smart contract execution environment that allows developers to write contracts in Rust, C, and C++ alongside Solidity. Stylus contracts compile to WASM and run on Arbitrum One and Orbit chains. Stylus enables compute-heavy workloads (cryptographic libraries, game engines, AI inference) that would be prohibitively expensive to run in the EVM natively.

Is Arbitrum USDC the same as USDC.e?

No. Native USDC on Arbitrum is issued directly by Circle and uses CCTP for cross-chain transfers. USDC.e is bridged USDC locked on Ethereum and represented by a wrapped token on Arbitrum. Native USDC carries only Circle's issuer risk; USDC.e carries both Circle's issuer risk and the bridge contract risk. Most new protocol deployments on Arbitrum target native USDC. See Circle's CCTP documentation for the technical difference.

What is the ARB token used for?

ARB is the governance token for the Arbitrum DAO, giving holders voting rights over protocol upgrades, treasury allocations, and Security Council elections for Arbitrum One and Nova. ARB does not accrue protocol fees directly. Holders can delegate their votes to active DAO participants and participate in Snapshot temperature checks before binding onchain votes are conducted through Tally.

Related reading

Sources and methodology. TVL figures pulled from DeFiLlama on April 29, 2026. USDC circulating supply from DeFiLlama April 29, 2026. TPS and daily transaction figures are intentionally omitted from static text; see L2Beat for current live figures. Protocol launch dates and upgrade dates verified against Offchain Labs press releases and the Arbitrum Foundation blog. Figures refresh quarterly.

Did this answer your question?