Introduction
Ethereum's scalability challenge has given rise to Layer 2 (L2) solutions that process transactions off the main chain while inheriting its security. Among these, Optimism and Arbitrum stand out as the two dominant optimistic rollups. Both aim to make Ethereum faster and cheaper, but they differ in architecture, ecosystem strategy, and governance philosophy.
If you already understand that L2s bundle transactions and post proofs back to Ethereum L1, this guide will take you deeper into what separates these two networksβand help you decide which one fits your needs as a developer, investor, or everyday user.
How Optimistic Rollups Work (Quick Refresher)
Both Optimism and Arbitrum are optimistic rollups, meaning they assume transactions are valid by default and only run computation if someone submits a fraud proof (a challenge claiming a transaction was invalid). This is in contrast to ZK-rollups, which generate cryptographic validity proofs for every batch.
The key lifecycle:
1. Users submit transactions on the L2 network.
2. A sequencer orders and batches these transactions.
3. Batches are posted to Ethereum L1 as compressed calldata (or blobs, post-EIP-4844).
4. There is a challenge window (typically 7 days) during which anyone can submit a fraud proof.
5. If no challenge is raised, the transactions are finalized.
While this core flow is shared, the devil is in the implementation details.
Architecture and Fraud Proof Mechanisms
Optimism (OP Stack & Cannon)
- Optimism originally used a single-round fraud proof system, meaning the entire transaction was re-executed on L1 during a dispute. This was simpler but more gas-intensive.
- In 2024-2025, Optimism shipped Cannon, a new multi-round, interactive fraud proof system built on a MIPS-based virtual machine. This brings it closer to Arbitrum's approach while maintaining compatibility with the OP Stack.
- The OP Stack is Optimism's modular, open-source framework that allows anyone to launch their own L2 chain (called an OP Chain). This is the backbone of the Superchain visionβa network of interoperable L2s sharing security and communication layers.
Arbitrum (Nitro & BOLD)
- Arbitrum has used multi-round interactive fraud proofs from the start. When a dispute arises, the two parties narrow down the disagreement to a single instruction, which is then executed on L1. This is far more gas-efficient.
- Arbitrum Nitro, launched in 2022 and continuously refined through 2024-2025, compiles its execution engine to WASM (WebAssembly), enabling efficient fraud proofs and strong EVM compatibility.
- In 2024, Arbitrum introduced BOLD (Bounded Liquidity Delay), a permissionless dispute resolution protocol that removes the need for whitelisted validators and ensures disputes are resolved within a fixed time bound. This is a significant decentralization milestone.
- Arbitrum also offers Arbitrum Orbit, allowing teams to launch custom L3 chains (or L2s) on top of Arbitrum technology.
EVM Compatibility
| Feature | Optimism | Arbitrum |
|---|---|---|
| Compatibility level | EVM-equivalent (via OP Stack) | EVM-compatible (Nitro, near-equivalent) |
| Solidity support | Full | Full |
| Developer tooling | Hardhat, Foundry, standard tools | Hardhat, Foundry, standard tools |
| Custom precompiles | Limited | Stylus (Rust, C, C++ smart contracts) |
A standout differentiator for Arbitrum is Stylus, launched in 2024, which allows developers to write smart contracts in Rust, C, and C++ alongside Solidity. These contracts compile to WASM and run on the same chain, unlocking performance gains and attracting developers from outside the Solidity ecosystem.
Optimism focuses on strict EVM equivalence, meaning any code that runs on Ethereum should run identically on Optimism with zero modifications. This simplifies migration but doesn't expand the language surface area.
Transaction Fees and Performance
With EIP-4844 (Proto-Danksharding) live since March 2024, both networks saw dramatic fee reductions by posting data as blobs instead of calldata.
- Optimism: Typical transaction fees dropped to $0.01β$0.05 for simple transfers and token swaps.
- Arbitrum: Comparable fees in the $0.01β$0.05 range, sometimes slightly lower due to more efficient compression.
- Throughput: Both networks handle roughly 20-50+ TPS in practice, with theoretical capacity much higher under full optimization. Arbitrum has historically processed a higher volume of daily transactions.
In practice, fee differences are marginal for most users. The real distinction lies in ecosystem and governance.
Ecosystem and TVL
As of early 2025:
- Arbitrum leads in Total Value Locked (TVL), consistently holding $10B+ across DeFi protocols. Major projects include GMX, Aave, Uniswap, Pendle, Camelot, and Radiant Capital.
- Optimism holds a strong position with $5B+ TVL, anchored by Aave, Velodrome, Synthetix, Uniswap, and a growing number of Superchain-native applications.
- The Superchain ecosystem (Base, Zora, Mode, Fraxtal, and others built on the OP Stack) adds significant indirect TVL and activity that benefits the broader Optimism collective.
Key insight: Arbitrum dominates in raw DeFi activity, while Optimism's strategy of powering an ecosystem of chains (especially Coinbase's Base) gives it broader infrastructure influence.
Governance and Tokenomics
OP Token (Optimism)
- Governance token for the Optimism Collective, a bicameral system consisting of the Token House (token holders vote on protocol upgrades and incentives) and the Citizens' House (soulbound identity-based body that governs retroactive public goods funding).
- Retroactive Public Goods Funding (RetroPGF) is a flagship initiative, distributing millions of OP tokens to projects that have delivered value to the ecosystem.
- Total supply: 4.29 billion OP, with ongoing unlocks through 2027.
ARB Token (Arbitrum)
- Governance token for Arbitrum DAO, a single-house governance model where token holders vote on proposals.
- The DAO controls a substantial treasury (billions of dollars worth of ARB) and funds ecosystem grants through various programs.
- Total supply: 10 billion ARB, with team and investor unlocks continuing through 2027.
- In 2024, Arbitrum DAO approved a 200M ARB Gaming Catalyst Program and other major spending initiatives, signaling aggressive ecosystem growth.
Decentralization Progress
| Metric | Optimism | Arbitrum |
|---|---|---|
| Sequencer | Centralized (decentralization planned) | Centralized (decentralization planned) |
| Fraud proofs | Live (Cannon, permissioned as of early 2025) | Live (BOLD, permissionless) |
| Governance | Bicameral (Token House + Citizens' House) | Single DAO |
| Chain derivation | Open-source OP Stack | Open-source Nitro + Orbit |
Arbitrum currently has an edge in fraud proof decentralization with BOLD's permissionless design. Optimism is working toward permissionless fault proofs but has taken a more cautious rollout approach.
Which Should You Choose?
Choose Optimism if you:
- Want to build on or interact with the Superchain (especially if you use Base, Zora, or Mode)
- Value a governance model that funds public goods
- Prefer strict EVM equivalence for easy smart contract migration
- Are building an app chain and want to use the OP Stack
Choose Arbitrum if you:
- Want access to the deepest DeFi liquidity on any L2
- Plan to write smart contracts in Rust or C++ using Stylus
- Prioritize permissionless fraud proofs (BOLD)
- Are interested in the growing gaming and social ecosystem
- Want to deploy an L3 via Orbit
Conclusion
Optimism and Arbitrum are more complementary than competitive. Arbitrum leads in DeFi depth and execution innovation (Stylus, BOLD), while Optimism is building the infrastructure layer for a network of interoperable chains. Both have dramatically reduced fees post-EIP-4844, and both are on credible paths toward greater decentralization.
For most users, the practical decision comes down to which ecosystem hosts the applications you want to use. For developers, it's about whether you want the OP Stack's modular chain architecture or Arbitrum's execution flexibility with Stylus. Either way, you're transacting on battle-tested infrastructure secured by Ethereum.
The real winners? Ethereum users who now have two world-class scaling solutions to choose from.