Arbitrum One is the leading Ethereum Layer 2 (L2) scaling network — built as an optimistic rollup by Offchain Labs (founded by Ed Felten, Steven Goldfeder, Harry Kalodner) — that enables Ethereum developers to deploy identical smart contracts at a fraction of Ethereum mainnet’s gas costs while inheriting the full security of Ethereum through cryptographic fraud proofs. As an optimistic rollup, Arbitrum One assumes all transactions are valid by default (“optimistic”) and only executes fraud proofs (challenge periods) if someone disputes a transaction — making it computationally light and fully EVM-compatible. Transaction fees on Arbitrum One typically range from $0.01-$0.50 versus Ethereum’s $2-100+ for equivalent operations. Arbitrum One hosts the largest DeFi TVL of any Ethereum L2 — a distinction it has maintained since early 2022 — with major protocols including GMX, Uniswap v3, Aave v3, Radiant Capital, Camelot DEX, Pendle Finance, and thousands of others. The ARB governance token was distributed via one of DeFi’s largest airdrops (March 2023; ~$1B+ in value) and governs the Arbitrum DAO — which controls the Arbitrum One protocol parameters, treasury, and grant programs. Arbitrum’s Nitro upgrade (2022) represented a major architectural leap — replacing the original AVM (Arbitrum Virtual Machine) with a WASM-based EVM-equivalent execution environment, enabling better developer tooling and EVM bytecode compatibility. In 2024, Arbitrum launched Stylus — enabling Rust and C++ smart contracts alongside Solidity on Arbitrum, widening the developer ecosystem beyond EVM.
Key Facts
- Protocol: Arbitrum One
- Developer: Offchain Labs
- Governance token: ARB
- Architecture: Optimistic rollup (fraud proof based)
- Execution: EVM-equivalent (full bytecode compatibility with Ethereum)
- Settlement: Ethereum mainnet (calldata / EIP-4844 blobs)
- Data availability: Ethereum mainnet (L1 DA)
- Challenge period: 7 days (fraud proof window)
- ARB airdrop: March 2023; ~$1.2B+ value at distribution
- TVL: Consistently #1 among Ethereum L2s ($2-4B+ range, 2023-2024)
How Optimistic Rollups Work
Core principle: Execute transactions off-chain; post compressed data on-chain; assume valid unless challenged.
Transaction lifecycle on Arbitrum One:
- User submits transaction to Arbitrum sequencer
- Sequencer: orders and executes transactions rapidly (sub-second confirmation)
- Batch: sequencer compresses transaction batch → posts to Ethereum L1 (as calldata or blob)
- State root: new Arbitrum state root → posted on Ethereum (commitments to resulting state)
- Challenge window: 7 days during which anyone can submit fraud proof if state root is wrong
- Finality: after 7 days without challenge → Arbitrum state is Ethereum-final
Fraud proofs:
- Optimistic: no proof needed unless disputed
- If dispute: interactive bisection game (Arbitrum’s innovation: multi-round interactive fraud proof)
- Challenger and defender: narrow dispute to single instruction step
- EVM: executes that single step on Ethereum to determine who is right
- Loser: slashed (loses stake)
- Honest challenger: rewarded for catching cheating sequencer
Why “optimistic” is efficient:
- Zero-knowledge proofs (e.g., zkSync) require proof generation for every batch (computationally expensive)
- Optimistic: no ongoing computation unless fraud occurs (historically: extremely rare to none)
- Result: optimistic rollups have lower overhead than ZK rollups for equivalent EVM computation
Arbitrum Nitro Architecture
The Nitro upgrade (August 2022) rewrote Arbitrum’s execution layer:
Before Nitro (Classic):
- AVM: custom virtual machine; EVM-compatible but not EVM-equivalent
- Developers: some differences from Ethereum smart contract behavior
- Tooling: workarounds needed for some Ethereum tools
After Nitro:
- WASM-based execution: smart contracts compiled to WASM internally
- EVM-equivalent: exact same bytecode compilation as Ethereum; no developer differences
- Geth core: Arbitrum runs a minimally modified version of Geth (Ethereum’s dominant client)
- Result: any Ethereum tool (Hardhat, Foundry, Ethers.js) works identically on Arbitrum
- Compression: Nitro: compresses transaction calldata more efficiently → lower fees
ARB Token and Arbitrum DAO
ARB airdrop (March 28, 2023):
- 11.6% of total ARB supply (1.275B ARB) distributed to users
- Qualifying: Ethereum/Arbitrum addresses above usage threshold (transaction count + bridge usage)
- Value at distribution: ~$1.3B at $1.02-1.05/ARB launch price
- One of the 5 largest DeFi airdrops by dollar value
Arbitrum DAO governance:
- 1 ARB = 1 vote on governance proposals
- Arbitrum Foundation: independent entity governed by DAO
- Arbitrum DAO treasury: ~3B+ ARB ($3B+ at $1+/ARB) — one of DeFi’s largest treasuries
- Decisions: protocol upgrades, Security Council membership, grant programs (LTIPP, STIP)
STIP and LTIPP:
- Arbitrum DAO: direct treasury ARB as incentives to DeFi protocols
- STIP (Short Term Incentive Program): $50M ARB distributed to protocols in 2023
- LTIPP (Long Term Incentive Pilot Program): larger, structured ongoing incentives
- Result: boosted Arbitrum TVL and user activity significantly vs. competing L2s
DeFi Ecosystem
Top protocols by TVL on Arbitrum One (representative, not exhaustive):
- GMX v1/v2: Dominant perpetuals DEX (built on Arbitrum; largest Arbitrum-native protocol)
- Uniswap v3: Dominant spot AMM
- Aave v3: Largest lending protocol on Arbitrum
- Radiant Capital: Cross-chain lending (Arbitrum-native)
- Camelot DEX: Arbitrum-native DEX (specialized AMM for token launches)
- Pendle Finance: Yield trading (major deployment)
- Gains Network: gTrade synthetic leveraged trading
- Vertex Protocol: Hybrid perp DEX
Social Media Sentiment
Arbitrum One maintains a community presence typical of DeFi protocols in its niche. CT sentiment is generally sentiment-neutral, with discussion largely among existing users around protocol mechanics, yield opportunities, and security incidents. Token price action drives periodic community activity.
Last updated: 2026-04
Related Terms
Sources
- Arbitrum One Docs — Nitro rollup reference
- DeFiLlama — Arbitrum — TVL on Arbitrum One
- Arbiscan — Arbitrum One block explorer