Arbitrum is a Layer 2 scaling solution built on top of Ethereum that uses a technique called optimistic rollups to process transactions faster and at a fraction of the cost of transacting directly on Ethereum’s mainnet. As Ethereum grew in popularity, its base layer became congested and expensive — Arbitrum was designed specifically to relieve that pressure without asking users to abandon Ethereum’s security guarantees.
Background
Ethereum is one of the most widely used programmable blockchains in existence, but its success created a problem: during periods of high demand, transaction fees (called gas) climb steeply, and the network processes only a limited number of transactions per second. This makes small or frequent transactions economically impractical for many users.
The challenge is not unique to Ethereum. Virtually every Layer 1 blockchain faces a version of the same trilemma — trying to be simultaneously secure, decentralized, and scalable. Solving scalability at the base layer requires difficult trade-offs, so an alternative approach emerged: move most transaction activity off the base chain while still anchoring security back to it. These are Layer 2 networks.
Arbitrum sits in that Layer 2 category and specifically implements optimistic rollups. The “optimistic” part of the name is meaningful: the system assumes transactions are valid by default and only runs a full verification if someone raises a challenge. This design allows the network to batch large numbers of transactions together, compress them, and post a summary to Ethereum — inheriting Ethereum’s security while doing the heavy lifting elsewhere.
History
Arbitrum was created by Offchain Labs, a company founded by Ed Felten, Steven Goldfeder, and Harry Kalodner. Felten had a distinguished background in computer science and had previously served as Deputy U.S. Chief Technology Officer. The academic pedigree of the founding team was evident in the rigorous technical design of the protocol.
Offchain Labs began as a research project and raised early funding before releasing Arbitrum to the public. The network launched its mainnet for developers in 2021, followed shortly after by broader public access. Adoption grew quickly because it was compatible with Ethereum’s virtual machine — meaning developers could deploy existing Ethereum smart contracts on Arbitrum with little or no modification.
The project operated for roughly a year and a half without a native token, which was unusual for a project of its scale. In March 2023, Offchain Labs announced a governance transition: Arbitrum would become a decentralized autonomous organization (DAO), and the ARB token would be distributed to early users and ecosystem participants through an airdrop. The airdrop attracted significant attention and became one of the largest token distributions in the history of crypto, with millions of wallets becoming eligible based on their past activity on the network.
Following the token launch, control of key protocol parameters passed to ARB token holders through the Arbitrum DAO. The transition marked a meaningful shift from a company-controlled product toward community governance.
A significant technical upgrade came with Arbitrum Nitro, which replaced the earlier virtual machine with one based on WebAssembly and brought Ethereum’s standard execution environment even closer to full compatibility. Nitro improved throughput and reduced fees further compared to the original implementation.
Technology
Arbitrum’s core architecture rests on the optimistic rollup model. Here is how the pieces fit together:
Sequencer and batch posting. When a user submits a transaction on Arbitrum, it is received by a sequencer that orders and executes it quickly — giving near-instant confirmation from the user’s perspective. Periodically, the sequencer bundles many transactions together and posts compressed data to Ethereum.
Fraud proofs. Because the system is optimistic, it does not verify every transaction cryptographically before accepting it. Instead, there is a challenge window — a period during which any observer can dispute a transaction they believe is fraudulent. If a valid challenge is submitted, the protocol runs an interactive dispute resolution process (sometimes called a fraud proof or interactive verification) that adjudicates the disagreement on Ethereum. If no challenge arrives within the window, the batch is considered final.
The optimistic approach trades some finality speed for simplicity: you avoid the heavy cryptographic computation of ZK-rollups, at the cost of a withdrawal delay while the challenge window remains open.
This means that withdrawing funds from Arbitrum back to Ethereum mainnet takes longer than a standard transaction — typically around a week — unless a user goes through a third-party bridge that provides liquidity in exchange for a small fee.
EVM equivalence. Arbitrum Nitro runs a near-exact copy of the Ethereum execution environment, which means the overwhelming majority of Ethereum’s smart contracts and developer tools work on Arbitrum without changes. This compatibility was a major factor in Arbitrum attracting a large share of DeFi activity.
Arbitrum One and Arbitrum Nova. The flagship network is Arbitrum One, which targets general DeFi and application use cases. Arbitrum Nova is a separate chain configured with a different data availability approach, trading some decentralization for even lower costs — it is designed for high-frequency, low-value interactions such as gaming or social applications.
| Feature | Arbitrum One | Arbitrum Nova |
|---|---|---|
| Primary use case | DeFi, general apps | Gaming, social, high-volume |
| Data availability | Ethereum (calldata / blobs) | External committee |
| Security model | Full rollup security | Committee-assisted |
| Fee level | Low | Very low |
Tokenomics
ARB is the governance token of the Arbitrum DAO. The total maximum supply is capped at 10 billion ARB. At launch, a portion was distributed to early users and ecosystem contributors through the airdrop, while other allocations went to Offchain Labs, investors, and a DAO treasury intended to fund future development and grants.
The DAO treasury is sizable relative to the overall supply, giving the community meaningful resources to deploy toward ecosystem growth. ARB token holders can propose and vote on changes to protocol parameters, treasury spending, and governance rules — putting real decisions in the hands of the community rather than a single company.
ARB is not a fee token in the way that ETH is for Ethereum. Transaction fees on Arbitrum are paid in ETH. ARB’s value is tied to its governance rights and to the broader health and usage of the Arbitrum ecosystem.
There is also a mechanism through which a portion of sequencer revenue flows back to the DAO treasury rather than to a private entity, aligning long-term protocol economics with token holders. As the governance framework matures, ARB holders have debated and voted on how to use these flows — including initiatives to distribute revenue to stakers.
Token vesting schedules for team and investor allocations stretch over several years, which is worth understanding before drawing conclusions about the circulating supply at any given moment.
In summary
Arbitrum represents one of the most adopted attempts to solve Ethereum’s scalability challenge by keeping security rooted in Ethereum while dramatically reducing cost and increasing throughput. Its optimistic rollup design, EVM compatibility, and large existing user base make it a significant part of the broader Layer 2 ecosystem. The transition to DAO governance via ARB is ongoing, and like all governance experiments in crypto, how well it functions will depend on sustained participation from token holders. As always, understanding the technology and its trade-offs is the foundation for any informed decision.
Last reviewed January 1, 2026.