MrDeFi
Layer 2 & Scaling2026-04-134 min read

What Is Arbitrum? A Beginner's Guide to the Leading L2

What is Arbitrum? Learn how this optimistic rollup scales Ethereum, cuts fees, and hosts one of the largest DeFi ecosystems.

Arbitrum is an optimistic rollup, a type of Ethereum layer 2 network that executes transactions off Ethereum's main chain and posts compressed transaction data back to Ethereum, letting users transact at a fraction of mainnet gas costs while still inheriting Ethereum's underlying security guarantees.

Launched by Offchain Labs in 2021, Arbitrum has grown into one of the largest layer-2 ecosystems by total value locked, hosting a broad range of decentralized exchanges, lending protocols, and other applications that were previously priced out of Ethereum mainnet during periods of high demand.

How Arbitrum works

As an optimistic rollup, Arbitrum assumes transactions are valid by default and only checks them if someone disputes a result. In practice this means:

  • Transactions are processed off-chain by Arbitrum's sequencer, which orders and batches them.
  • Batched transaction data is posted back to Ethereum, so anyone can reconstruct the rollup's state from Ethereum data alone.
  • If a participant believes a batch contains an invalid transaction, they can submit a fraud proof during a challenge window, and if proven, the invalid state is reverted.

This "optimistic" design, explained further in our guide to optimistic rollups and fraud proofs, is why withdrawals from Arbitrum back to Ethereum take roughly a week: that delay is the window during which anyone can challenge a fraudulent transaction.

Why Arbitrum exists

Ethereum mainnet's gas fees can spike substantially during periods of high demand, since block space is limited and users bid against each other for inclusion. Arbitrum batches many transactions into a single Ethereum transaction, spreading the fixed cost of posting to Ethereum across all included transactions, which sharply reduces the effective per-transaction cost for users while keeping the security benefits of settling to Ethereum.

Arbitrum's ecosystem

Arbitrum hosts a wide range of DeFi protocols, including decentralized exchanges, lending markets, and yield strategies, largely because it is fully compatible with the Ethereum Virtual Machine (EVM), meaning existing Ethereum smart contracts can generally be deployed with minimal changes. This compatibility has made it a common first destination for established Ethereum protocols expanding to a lower-fee environment.

Arbitrum also operates Arbitrum Nova, a separate chain optimized for social and gaming applications using a different data availability approach, and Arbitrum Orbit, a framework letting other projects launch their own rollups or sidechains settling to Arbitrum or Ethereum.

Governance and the ARB token

Arbitrum's native token, ARB, is used for protocol governance through the Arbitrum DAO, which votes on treasury allocation, technical upgrades, and other protocol decisions. Holding ARB does not entitle you to fees or a share of protocol revenue by default, it functions primarily as a governance instrument, a distinction worth understanding before assuming any token confers direct financial rights.

Risks to understand

Even though Arbitrum inherits security from Ethereum for transaction data, it currently uses a single, centralized sequencer operated by Offchain Labs, meaning there's a degree of trust in that sequencer not to censor or reorder transactions unfairly, a concern discussed generally in our sequencer decentralization guide. There is also smart contract risk in Arbitrum's own bridge and rollup contracts, and the usual risks of any DeFi protocol you interact with on top of the chain, covered in our DeFi wallet security guide.

Fees and how they're calculated

Transaction costs on Arbitrum are made up of two components: an execution cost, reflecting the computational resources a transaction uses on Arbitrum itself, and a data cost, reflecting the cost of posting that transaction's data back to Ethereum for data availability, a concept covered more generally in our data availability guide. The data cost tends to fluctuate along with Ethereum mainnet's own congestion, since Arbitrum ultimately needs to pay for the Ethereum block space it uses, though Ethereum's blob-based upgrades have meaningfully reduced this cost component over time.

Arbitrum Nova and Orbit

Beyond the main Arbitrum One chain, Offchain Labs also operates Arbitrum Nova, a separate chain using a different data availability approach better suited to social and gaming applications with very high transaction volume and lower individual transaction value. Arbitrum Orbit, meanwhile, is a framework that lets other teams launch their own rollups or sidechains that settle to either Arbitrum or Ethereum, extending Arbitrum's technology stack into an ecosystem of derivative chains, similar in concept to how the OP Stack has spawned Optimism's own family of Superchain members.

Arbitrum at a glance

Factor Detail
Type Optimistic rollup
Security model Fraud proofs, inherits Ethereum security
Withdrawal delay About 7 days (challenge window)
EVM compatibility Full
Governance token ARB
Sequencer Currently centralized (Offchain Labs)

Bottom line

Arbitrum has become one of the leading ways to use Ethereum-based DeFi at lower cost, using optimistic rollup technology to inherit Ethereum's security while dramatically cutting fees. Its main tradeoffs today are a centralized sequencer and the roughly week-long withdrawal delay inherent to the optimistic rollup model. Before depositing meaningful funds, compare it against alternatives on our chains page and review our Arbitrum vs Optimism comparison to understand how it stacks up against other leading L2s.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.