What Is Arbitrum? Ethereum's Largest Layer 2, Explained
Arbitrum is Ethereum's largest Layer 2: how its optimistic rollup, BOLD fraud proofs, Stylus and the ARB DAO work, plus how to bridge on.
Table of contents
- Who built Arbitrum, and why
- How the rollup actually works
- BOLD and the road to trustlessness
- Fees, speed, and the sequencer question
- Stylus: smart contracts beyond Solidity
- The ARB token and the DAO
- Arbitrum One, Nova, and the Orbit chains
- The ecosystem
- How to get on Arbitrum
- Risks and what to watch
- Bottom line
- Related guides
If you have used Ethereum in the last few years without wincing at a $40 gas fee, there is a good chance you were quietly on Arbitrum. It is the largest Ethereum Layer 2 by value locked, the home of some of DeFi's biggest markets, and the tech stack now underpinning chains run by companies as large as Robinhood. But "largest L2" undersells what is actually interesting here: Arbitrum is where the optimistic-rollup design got its most complete answer to the question every L2 eventually faces — how do you make this thing trustless without a single company holding the keys? This is the full picture: who built it, how the rollup really works, what BOLD and Stylus changed, what ARB is (and is not) for, and how to get on.
Who built Arbitrum, and why
Arbitrum comes from Offchain Labs, a company founded in 2018 by Ed Felten, Steven Goldfeder, and Harry Kalodner. Felten is a Princeton computer-science professor and former deputy US CTO under Obama; the project grew out of academic research into how to scale Ethereum without weakening it. Goldfeder is CEO today.
The problem they set out to solve is the oldest one in crypto: Ethereum is secure and credibly neutral, but it can only process a handful of transactions per second, and when demand spikes, fees make ordinary use painful. A Layer 2 fixes this by moving execution off the main chain while still settling on it — you get Ethereum's security guarantees at a fraction of the cost. Arbitrum's bet was on the optimistic rollup approach, and it executed on that bet more thoroughly than anyone. Arbitrum One went live in 2021, and by 2026 it sits at the top of the L2 rankings, with the largest single share of value locked across all Ethereum L2s (in the tens of billions of dollars, per L2BEAT — figures move with the market, so check the live dashboard).
How the rollup actually works
Here is the mechanism. When you transact on Arbitrum, your transaction is executed on Arbitrum's own chain, not on Ethereum. A component called the sequencer orders incoming transactions and gives you a near-instant confirmation. Periodically, the compressed transaction data is batched and posted back to Ethereum, where it lives permanently. Ethereum does not re-execute those transactions — it just stores the data and acts as the ultimate court of appeal.
That "court of appeal" is the heart of the optimistic model. Arbitrum optimistically assumes the state roots it posts are correct. Nobody proves each batch valid up front. Instead, there is a challenge window during which any validator can say "that result is wrong" and back the claim with a fraud proof. If they are right, the bad state is thrown out and the dishonest party is penalised; if nobody challenges within the window, the state finalises. This is the trade that defines optimistic rollups: cheap, EVM-friendly execution in exchange for a delay before withdrawals are fully final.
The engine underneath is Nitro, the tech stack that has powered Arbitrum since 2022. Nitro runs a fork of Geth (Ethereum's most common client) for execution, which is why Arbitrum is so faithfully EVM-compatible, and compiles its state-transition logic to WebAssembly so that disputes can be resolved deterministically on Ethereum. Around it sits ArbOS, the layer that handles L2-specific concerns like batching, fee accounting, and cross-chain messaging.
BOLD and the road to trustlessness
For years, optimistic rollups shared an awkward secret: the set of validators allowed to submit fraud proofs was permissioned. If the whitelist colluded or went offline, the safety net had a hole. In 2025 Offchain Labs shipped BOLD (Bounded Liquidity Delay) to mainnet, and it closes that gap. BOLD makes validation permissionless — anyone can propose a state root and anyone can challenge a bad one, without being on a list, and a single honest party is enough to defend the chain. Disputes resolve within a bounded window of roughly two weeks.
This is the upgrade that pushed Arbitrum to Stage 1 decentralization on L2BEAT's scale. It is not yet Stage 2 (fully trustless): a Security Council — a multisig of elected, doxxed members — can still intervene and fast-track upgrades, which is a deliberate safety valve while the system matures. That override is exactly what keeps it out of Stage 2, and it is the single most important thing to understand when someone tells you Arbitrum is "decentralized." It is more decentralized than almost any competitor, and honestly so — but there is still a backstop.
Fees, speed, and the sequencer question
In practice Arbitrum feels fast and cheap. Confirmations from the sequencer are near-instant, and fees are typically a few cents — often less than a cent for simple transfers, especially since Ethereum's blob upgrade (EIP-4844) slashed the cost of posting rollup data. This is the everyday reason people use it.
The honest caveat is the sequencer. Today it is a single sequencer operated by Offchain Labs. That centralization buys the smooth UX, but it means one entity currently orders every transaction. The reassuring part: because all data is force-includable on Ethereum, a misbehaving sequencer cannot steal your funds or forge your transactions — the worst it can do is temporarily censor or delay, and users retain an escape hatch to submit transactions directly through Ethereum. Decentralizing the sequencer is an ongoing item on the roadmap, not a solved problem. Separately, Arbitrum runs Timeboost, an auction that sells a short time-priority advantage to searchers; it turns MEV into transparent revenue, most of which flows to the Arbitrum DAO treasury.
Stylus: smart contracts beyond Solidity
One of Arbitrum's genuinely distinctive features is Stylus. Shipped as part of ArbOS, Stylus adds a second virtual machine — a WASM VM — that runs alongside the EVM rather than replacing it. The upshot: developers can write smart contracts in Rust, C, and C++ (any language that compiles to WebAssembly), tapping those languages' mature tooling and libraries, instead of being limited to Solidity.
Crucially, the two VMs are interoperable. A Solidity contract can call a Rust contract and vice versa; they share the same state, the same accounts, the same everything. Because WASM executes compute- and memory-intensive work far more efficiently than EVM bytecode, Stylus contracts can be dramatically cheaper to run for the right workloads — think cryptography, complex math, or data-heavy logic that would be prohibitively expensive in Solidity. It is a rare example of an L2 offering a real capability upgrade rather than just cheaper block space.
The ARB token and the DAO
ARB is Arbitrum's token, and the most common misconception is worth killing immediately: ARB is not a gas token. You pay fees on Arbitrum in ETH, exactly as you would expect. ARB is a governance token. It has a 10 billion genesis supply (not strictly fixed — governance can enable up to ~2% annual inflation), and it was distributed in a large airdrop to early users in March 2023.
Holding ARB gives you a vote in the Arbitrum DAO, one of the largest and most active on-chain governance systems in crypto. The DAO controls a substantial treasury (billions of ARB) and votes on protocol upgrades, ecosystem funding, elections to the Security Council, and how treasury money gets spent. Governance is split between a Core Governor for constitutional changes to the protocol and a Treasury Governor for spending decisions. In 2026, revenue-sharing has become a real theme: chains built on Arbitrum's stack, and mechanisms like Timeboost, route a share of their proceeds back to the DAO treasury — turning governance into something with actual cash flows behind it, not just a voting toy.
Arbitrum One, Nova, and the Orbit chains
Arbitrum is not one chain but a family:
- Arbitrum One is the flagship rollup. It posts all transaction data to Ethereum, so it carries the strongest guarantees. This is where DeFi and the bulk of liquidity live.
- Arbitrum Nova uses the AnyTrust model. Instead of posting all data to Ethereum, a small Data Availability Committee (a handful of members) holds the data off-chain and posts only a certificate on-chain; the data stays available as long as at least one committee member is honest. That trims costs further, at the price of an added trust assumption. Nova targets gaming and social apps, where ultra-low fees matter more than maximal trustlessness.
- Arbitrum chains (previously marketed as Orbit) let anyone launch their own dedicated L2 or L3 using the Nitro stack, configuring their own fees, governance, and data-availability settings. The most eye-catching example arrived in 2026: Robinhood Chain, a real-world-asset and stock-token network built as an Arbitrum chain, whose mainnet went live on July 1, 2026. It is the clearest sign yet that Arbitrum's ambition is to be less a single chain and more the standard toolkit other companies build chains with.
The ecosystem
Arbitrum One's pull is its liquidity. Blue-chip Ethereum protocols — Uniswap, Aave, and the rest — deployed here early, and a set of Arbitrum-native names grew up alongside them. GMX, the decentralized perpetuals exchange, became one of the network's signature apps; Camelot serves as a native DEX and launchpad; and yield and fixed-income protocols like Pendle found deep markets here. For users, the practical consequence is that almost anything you want to do in DeFi — swap, lend, borrow, trade perps, farm yield — has a liquid venue on Arbitrum, usually the same interface you already know from mainnet.
How to get on Arbitrum
Getting on is straightforward:
- Use any EVM wallet. MetaMask, Rabby, or your wallet of choice all work. Add the Arbitrum One network (most wallets have it built in or one-click via a chain directory) and switch to it.
- Bridge some ETH. The canonical route is the official Arbitrum Bridge (bridge.arbitrum.io), which moves ETH and tokens from Ethereum to Arbitrum One or Nova. Deposits arrive in minutes.
- Mind the withdrawal delay. Coming back to Ethereum through the native bridge takes about a week — that is the optimistic challenge window doing its job. If you need out faster, third-party fast bridges front you the funds and settle in the background for a fee. That is a convenience-versus-cost choice, not a security upgrade, so stick to well-known bridges.
As always, reach the bridge through your own bookmark, not a link from a DM or ad — fake bridge sites are a perennial scam.
Risks and what to watch
A clear-eyed list beats a hype reel:
- Centralized sequencer. One Offchain Labs sequencer still orders transactions. It cannot steal funds, but it is a censorship and liveness risk until sequencing is decentralized. This is the honest asterisk on "Arbitrum is decentralized."
- Security Council override. The council can fast-track upgrades, which is why Arbitrum is Stage 1, not Stage 2. A safety feature and a trust assumption at once.
- Withdrawal delay. Native withdrawals take ~a week. Fine if you plan for it, annoying if you don't.
- Governance overhead. A large DAO with a large treasury attracts governance fights, low voter turnout, and slow decisions. Well-funded is not the same as well-run.
- Token dynamics. ARB is volatile and subject to unlock schedules; its price is not the network's health.
- Competition. Base and other L2s are fighting hard for the same users and liquidity, and the L2 field is consolidating. Leadership today is not guaranteed tomorrow.
Bottom line
Arbitrum is the most complete expression of the optimistic-rollup thesis: faithful EVM compatibility, the deepest L2 liquidity, and — with BOLD — a genuinely permissionless fraud-proof system that most rivals still lack. Stylus adds a capability edge that is rare among L2s, and the pivot toward being a chain-building stack (Nova, Orbit, Robinhood Chain) hints at where the real ambition lies. The caveats are real and worth repeating — a centralized sequencer and a Security Council backstop mean it is Stage 1, not trustless nirvana — but Arbitrum has been more transparent and further along that road than almost anyone. If you want to actually use Ethereum without the fees, it remains the default answer.
For related reading: what is DeFi, best Ethereum L2s, account abstraction explained, and how to earn yield on stablecoins.
Related guides
Not financial advice. ARB is volatile and Layer 2 mechanics change — always verify bridge links, network details, and decentralization status on official Arbitrum and L2BEAT channels.
Frequently asked questions
What is Arbitrum in simple terms?
Arbitrum is a Layer 2 network that makes Ethereum cheaper and faster. It runs transactions on its own chain, bundles thousands of them together, and posts the compressed data back to Ethereum, so users get low fees while still inheriting Ethereum's security. Its main chain, Arbitrum One, is the largest L2 by total value locked. It's built by Offchain Labs and governed by the Arbitrum DAO.
Is Arbitrum an optimistic rollup or a ZK rollup?
Arbitrum is an optimistic rollup. It assumes posted transaction results are valid by default, and relies on a challenge window during which anyone can submit a fraud proof if a result is wrong. That's different from a ZK rollup, which proves every batch valid up front with a validity proof. The trade-off is a delay — withdrawing directly through the native bridge takes roughly a week while the challenge window runs.
Does Arbitrum have its own token?
Yes — ARB — but it is a governance token, not a gas token. You still pay transaction fees in ETH. ARB has a 10 billion genesis supply (governance can enable up to ~2% annual inflation), was airdropped in March 2023, and lets holders vote in the Arbitrum DAO on protocol changes, treasury spending, and the Security Council. Holding ARB is not required to use Arbitrum.
What is the difference between Arbitrum One and Arbitrum Nova?
Arbitrum One is a full rollup: it posts all transaction data to Ethereum, so it inherits Ethereum's data-availability guarantees and is where DeFi and most liquidity live. Arbitrum Nova uses the AnyTrust model — a small Data Availability Committee holds the data off-chain and only posts a certificate to Ethereum, making it cheaper but adding a trust assumption. Nova targets gaming and social apps where ultra-low cost matters more than maximal trustlessness.
What is Stylus?
Stylus is an Arbitrum upgrade that adds a second virtual machine running WebAssembly (WASM) alongside the EVM. It lets developers write smart contracts in Rust, C and C++ — not just Solidity — and those contracts can call, and be called by, existing Solidity contracts. Because WASM executes compute- and memory-heavy work far more efficiently than EVM bytecode, Stylus contracts can be dramatically cheaper for the right workloads.
How do I bridge to Arbitrum?
The canonical route is the official Arbitrum Bridge, which moves ETH and tokens from Ethereum to Arbitrum One or Nova; deposits arrive in minutes, but withdrawals back through the native bridge take about a week because of the optimistic challenge window. Third-party "fast" bridges skip that delay for a fee by fronting you the funds. Any EVM wallet like MetaMask works — just add the Arbitrum network and switch to it.
What are the main risks of using Arbitrum?
The biggest structural caveat is the sequencer: it is still centralized and operated by Offchain Labs, so it could in theory censor or briefly halt the chain (it cannot steal your funds). A Security Council can also fast-track upgrades, which is why L2BEAT rates Arbitrum Stage 1 rather than fully trustless Stage 2. Add normal smart-contract risk, the week-long native withdrawal delay, ARB token volatility and unlocks, and fierce competition from other L2s.
Sources & further reading
- Arbitrum One — L2BEAT
- BOLD: Permissionless Validation for Arbitrum Chains — Offchain Labs
- A gentle introduction to Stylus — Arbitrum Docs
- The $ARB token: A conceptual overview — Arbitrum Foundation