Arbitrum Nitro logo

Arbitrum is Ethereum's largest Layer 2 network, using optimistic rollups to process transactions off the main chain while inheriting Ethereum's security guarantees.

~10 min read9 sectionsUpdated Jun 2026

Arbitrum Nitro

Arbitrum is Ethereum's largest Layer 2 network, using optimistic rollups to process transactions off the main chain while inheriting Ethereum's security guarantees. Transactions execute on Arbitrum at a fraction of Ethereum's gas costs and confirm in seconds, then get batched and posted back to Layer 1 where they're assumed valid unless challenged during a dispute window. The ARB token governs the Arbitrum DAO, which controls protocol upgrades and treasury allocation. Arbitrum's EVM compatibility means developers can deploy existing Ethereum smart contracts with minimal changes, which has made it the home of major DeFi protocols like GMX, Aave, and Uniswap β€” and consistently the highest-TVL Layer 2 by a wide margin.

$10B+
Total Value Locked

Research crypto without the noise

560 explainers, watchlist alerts, and unlimited Qai β€” $4.99/mo after a free week.

Try Pro free for 7 days

Cancel before day 8. No charge.

What Is Arbitrum?

Arbitrum is Ethereum's largest Layer 2 network by total value locked ($10B+), using optimistic rollups to process transactions faster and cheaper than Ethereum's base layer while inheriting its security. Built by Offchain Labs, Arbitrum executes transactions on its own chain and posts compressed transaction data back to Ethereum, where it's secured by Ethereum's validators. Arbitrum Nitro β€” Arbitrum Nitro [aims for Ethereum scaling](https://chainclar…

The practical result: the same Ethereum applications β€” Uniswap, Aave, GMX β€” run on Arbitrum with gas fees typically 10-50x lower and confirmation times of a few seconds instead of 12+ seconds. Developers can deploy existing Ethereum smart contracts to Arbitrum without code changes, since Arbitrum is fully compatible with the Ethereum Virtual Machine (EVM).

The Problem Arbitrum Solves

Ethereum processes roughly 15-30 transactions per second on its base layer. During periods of high demand, gas fees spike to tens or hundreds of dollars per transaction β€” pricing out casual users and making small transactions uneconomical. Layer 2 solutions like Arbitrum move execution off Ethereum's base layer while keeping Ethereum as the security and settlement backbone. Users get lower fees and faster transactions; Ethereum gets reduced congestion.

How Arbitrum Works

Optimistic Rollups

Arbitrum processes transactions on its own chain and periodically posts batches of compressed transaction data to Ethereum. The "optimistic" part: the system assumes all transactions are valid unless someone challenges them. If a transaction is fraudulent, any observer can submit a fraud proof during a ~7-day challenge window, and the invalid transaction is reversed.

The Sequencer

The sequencer is the component that orders and executes transactions on Arbitrum. It provides instant "soft confirmations" (the transaction is processed within seconds) before the batch is posted to Ethereum for final settlement. Currently, the sequencer is operated by Offchain Labs, though decentralizing it is on the roadmap.

Nitro Architecture

Arbitrum's Nitro upgrade (August 2022) replaced the original architecture with one built around a modified version of Geth (Ethereum's most popular node software). This means Arbitrum's execution engine is essentially the same as Ethereum's, ensuring near-perfect EVM compatibility. Fraud proofs use WASM (WebAssembly) compilation for efficient dispute resolution.

Bridging

Users move assets between Ethereum and Arbitrum via the native bridge. Deposits (L1 to L2) take about 10 minutes. Withdrawals (L2 to L1) take approximately 7 days due to the fraud proof challenge window β€” though third-party bridges (Across, Stargate) offer faster withdrawals for a fee.

Arbitrum Tokenomics

  • Token: ARB
  • Total supply: 10 billion ARB
  • Launch: March 23, 2023 via airdrop
  • Distribution:
    • 42.78% β€” DAO treasury (governed by ARB holders)
    • 26.94% β€” investors (4-year vesting with 1-year cliff)
    • 17.53% β€” team and advisors (4-year vesting with 1-year cliff)
    • 11.62% β€” airdrop to eligible users
    • 1.13% β€” airdrop to DAOs building on Arbitrum
  • Utility: Governance β€” ARB holders vote on protocol upgrades, treasury spending, and chain parameter changes through ArbitrumDAO, one of the largest on-chain governance systems in crypto

ARB is a governance token, not a gas token. Gas fees on Arbitrum are paid in ETH.

Key Features

  • EVM equivalence: Deploy Ethereum contracts without modification β€” same tooling, same libraries, same developer experience
  • Low fees: Transactions cost a fraction of Ethereum L1 fees (typically $0.01-0.10 for simple transfers)
  • Sub-second soft confirmations: The sequencer provides fast initial confirmations before L1 finalization
  • Ethereum security: Transaction data posted to Ethereum means Arbitrum inherits Ethereum's security guarantees
  • Stylus: Launched in 2024, Stylus lets developers write smart contracts in Rust, C, and C++ (compiled to WASM) alongside Solidity, expanding the developer pool and enabling more performant contracts
  • Arbitrum Orbit: A framework for launching custom L3 chains that settle on Arbitrum

What Sets Arbitrum Apart

Optimism is the closest competitor β€” also an optimistic rollup L2, but pursuing the Superchain vision (a network of interoperable chains sharing the OP Stack). Arbitrum has a larger TVL and more deployed applications today, while Optimism's ecosystem strategy (Base, Zora, Mode all built on OP Stack) is growing its aggregate footprint. zkSync and StarkNet use zero-knowledge proofs instead of optimistic fraud proofs, offering faster finality at the cost of higher prover overhead.

Arbitrum's main advantage is its existing ecosystem depth β€” the largest DeFi TVL among L2s, hosting major protocols like GMX, Camelot, and Radiant Capital.

Critical Assessment

Arbitrum has executed well on its core promise: making Ethereum cheaper and faster without sacrificing compatibility. The Nitro upgrade was a significant engineering achievement, and the ecosystem growth (from near-zero to $10B+ TVL in under two years) validates the demand for affordable Ethereum execution.

Key concerns: (1) sequencer centralization β€” Offchain Labs currently operates the sole sequencer, creating a single point of failure for transaction ordering (though users can always force transactions through L1); (2) 7-day withdrawal delay β€” the fraud proof window creates friction for users moving back to L1; (3) DAO governance growing pains β€” ArbitrumDAO's large treasury (~$3B+) has attracted governance controversies over spending priorities; (4) competition β€” zkRollups may offer faster finality and stronger security guarantees as zero-knowledge proof technology matures.

Arbitrum FAQs

Q: What is an optimistic rollup? A: A Layer 2 scaling approach that processes transactions off-chain and assumes they're valid unless challenged. During a 7-day window, anyone can submit a fraud proof to reverse an invalid transaction.

Q: Why do withdrawals take 7 days? A: The 7-day period is the fraud proof challenge window β€” it gives observers time to detect and challenge fraudulent transactions. Third-party bridges offer faster withdrawals by fronting the capital and accepting the risk.

Q: Is ARB used for gas fees? A: No. Gas fees on Arbitrum are paid in ETH. ARB is purely a governance token used for voting on protocol decisions through ArbitrumDAO.

Q: Can I deploy my Ethereum contracts on Arbitrum? A: Yes. Arbitrum is EVM-equivalent, meaning Solidity contracts deploy without modification. The same development tools (Hardhat, Foundry, etc.) work on Arbitrum.

Q: What is Stylus? A: Stylus (launched 2024) lets developers write Arbitrum smart contracts in Rust, C, and C++ alongside Solidity. These contracts compile to WASM and can interoperate with existing Solidity contracts.

Takeaways

  • Arbitrum is the largest Ethereum Layer 2 by TVL ($10B+), using optimistic rollups for 10-50x cheaper transactions.
  • ARB (10 billion total supply) is a governance token; gas fees are paid in ETH.
  • The Nitro architecture is built on Geth, providing near-perfect Ethereum compatibility.
  • Stylus expands smart contract development beyond Solidity to Rust, C, and C++.
  • The sequencer is currently centralized β€” decentralization is on the roadmap but not yet implemented.

Last updated: 2026-06-11

You just read Arbitrum Nitro

Market stats, tokenomics & more about Arbitrum Nitro
Next step

Like this? Get the next 3 explained for you.

Pick a topic and we'll walk you through it β€” free, no card.

Already have an account? Log in

Prefer email-only? Get the weekly recap β†’

Get weekly analyses like this Arbitrum Nitro breakdown

Plain-English breakdowns of new crypto projects β€” no hype, no price predictions.

Unsubscribe any time from your account settings.

Discussion

Loading...