Ethereum Layer 2 Explained: Arbitrum, Optimism, and Base
I have spent the better part of three years watching Ethereum Layer 2 networks evolve from experimental sideshows into the primary way most people actually interact with the Ethereum ecosystem. If you tried to do anything on Ethereum mainnet in 2021 — swap a token, mint an NFT, interact with a DeFi protocol — you remember the pain. Gas fees of $50, $100, sometimes $200 for a single transaction. That era forced a reckoning, and the answer the ecosystem converged on was Layer 2 scaling.
This is not financial advice. I am analyzing technology infrastructure, not recommending investments. Nothing here should be interpreted as a suggestion to buy, sell, or hold any asset. What I can offer is a detailed, data-driven breakdown of how L2 scaling works and where the three dominant Ethereum Layer 2 networks stand in February 2026.
Why Ethereum Needs Layer 2 Scaling
Ethereum’s base layer — Layer 1, or L1 — processes roughly 15 to 30 transactions per second. That number has improved modestly since The Merge in 2022 and subsequent upgrades like Dencun in March 2024, but it remains fundamentally limited by design. Ethereum prioritizes decentralization and security over raw throughput. That is a deliberate architectural choice, not a bug.
The problem is straightforward: when demand for block space exceeds supply, gas fees spike. During peak activity in 2021, average gas fees regularly exceeded 200 gwei, making simple transfers cost $20 and complex smart contract interactions cost upward of $100. For a network that aspires to be the settlement layer for global finance, those economics do not work.
The Ethereum community’s scaling roadmap is explicitly rollup-centric. Rather than making the base layer process thousands of transactions per second (which would compromise decentralization), the strategy pushes execution to Layer 2 networks while using Ethereum L1 as a secure settlement and data availability layer. The core insight: inherit Ethereum’s security guarantees while achieving dramatically higher throughput and lower costs.
What Are Rollups? Optimistic vs. ZK
Rollups are the dominant Layer 2 technology. At a high level, a rollup bundles hundreds or thousands of transactions off-chain, executes them, and posts compressed transaction data back to Ethereum L1. The key difference between the two types lies in how they prove that off-chain execution was correct.
Optimistic Rollups
Optimistic rollups assume transactions are valid by default — hence the name. They post transaction data to Ethereum without immediate proof of correctness. Instead, there is a challenge window (typically seven days) during which anyone can submit a fraud proof if they believe a batch was processed incorrectly. If the fraud proof succeeds, the batch is reverted and the malicious sequencer is penalized.
The advantages of optimistic rollups include:
- EVM compatibility: Optimistic rollups can run existing Ethereum smart contracts with minimal or no modifications, making developer migration straightforward.
- Mature tooling: Because they have been in production longer, the developer ecosystem around optimistic rollups is more established.
- Lower computational overhead: Not needing to generate validity proofs for every batch reduces sequencer costs.
The primary tradeoff is the withdrawal delay. Because of the challenge period, moving assets from an optimistic rollup back to Ethereum L1 natively takes about seven days. Third-party bridges and liquidity providers can accelerate this, but the fundamental mechanism is slower than ZK rollups.
ZK Rollups
ZK rollups take the opposite approach. Instead of assuming validity, they generate a cryptographic validity proof for every batch of transactions. This proof mathematically guarantees that all transactions in the batch were executed correctly. Ethereum L1 verifies the proof on-chain, and if it checks out, the batch is finalized.
The advantages of ZK rollups include:
- Faster finality: No challenge window is needed. Once the proof is verified on L1, the transactions are final.
- Faster withdrawals: Assets can be withdrawn to L1 as soon as the validity proof is posted, typically within hours rather than days.
- Potentially higher compression: ZK proofs can validate computation without posting all transaction data, enabling greater data efficiency.
The tradeoffs include higher computational costs for proof generation and historically weaker EVM compatibility, though this gap has narrowed significantly with zkEVM implementations from zkSync and Polygon zkEVM.
Arbitrum: The TVL Leader
Arbitrum, built by Offchain Labs, is the largest Ethereum Layer 2 by total value locked and has held that position for most of its existence. As of early 2026, Arbitrum One consistently holds north of $15 billion in TVL, making it not just the largest L2 but one of the largest smart contract platforms by that metric, period.
Arbitrum’s dominance comes down to three factors. First, it was early — Arbitrum One launched in August 2021, giving it a significant head start in attracting developers and liquidity. Second, its EVM compatibility is excellent, using “Nitro” technology that compiles Solidity smart contracts to WebAssembly for execution. Developers can deploy existing Ethereum contracts with minimal changes.
Third, the DeFi ecosystem on Arbitrum is genuinely deep. GMX, Aave, Uniswap, Camelot, and Radiant Capital all have substantial deployments. GMX in particular became a flagship Arbitrum-native application, demonstrating that L2s could host complex, high-volume financial applications.
Key Arbitrum metrics as of February 2026:
- TVL: Approximately $15-18 billion
- Average transaction cost: $0.02 to $0.10 (post-Dencun blob transactions)
- Daily transactions: Regularly exceeding 2 million
- Rollup type: Optimistic (with Arbitrum Nitro execution)
- Native token: ARB (governance)
Arbitrum has also expanded beyond a single chain. Arbitrum Nova targets ultra-low-cost applications like gaming using a Data Availability Committee model. Arbitrum Orbit allows third parties to launch their own L2 or L3 chains using Arbitrum’s technology stack, spawning dozens of application-specific chains.
Optimism: The OP Stack and Superchain Vision
Optimism, developed by OP Labs, takes a fundamentally different strategic approach from Arbitrum. While Arbitrum has focused on building the dominant single L2 chain, Optimism has bet its future on the OP Stack — an open-source, modular framework for building L2 chains — and the Superchain vision of interconnected L2 networks.
OP Mainnet itself holds a TVL that has fluctuated between $7 billion and $10 billion in recent months, hosting major DeFi deployments from Aave, Synthetix, Velodrome, and others. Transaction costs sit in the sub-$0.10 range after Dencun dramatically reduced data posting costs.
But the real story is the OP Stack. When Coinbase chose it as the foundation for Base, it validated Optimism’s platform strategy in a way that raw TVL numbers cannot capture. Dozens of chains have since been built on the OP Stack, including Worldcoin’s World Chain, Zora Network, and Mode Network. Each contributes sequencer revenue back to the Optimism Collective, creating an economic flywheel.
Key Optimism metrics as of February 2026:
- OP Mainnet TVL: Approximately $7-10 billion
- OP Stack ecosystem TVL: Over $30 billion across all OP Stack chains combined
- Average transaction cost (OP Mainnet): $0.01 to $0.08
- Rollup type: Optimistic (with active development toward ZK fault proofs)
- Native token: OP (governance)
One important development I have been tracking: Optimism is actively working on integrating ZK fault proofs into its stack, which would combine the EVM compatibility advantages of optimistic rollups with the faster finality benefits of ZK proofs. This hybrid approach could become the standard for next-generation L2 architectures.
Base: Coinbase’s Gateway to L2
Base is the most interesting entrant in the L2 space from a market dynamics perspective. Built by Coinbase on the OP Stack, Base launched in August 2023 and has grown at a pace that caught even optimistic observers off guard.
What makes Base different is distribution. Coinbase has over 100 million verified users globally — a built-in funnel no other L2 can match. When Coinbase integrates Base into its main app and wallet, it onboards users onto an Ethereum L2 without those users needing to understand rollups or bridging.
Base’s TVL has reached the $8-12 billion range by early 2026. Daily active addresses have at times surpassed both Arbitrum and Optimism, driven by DeFi activity, social applications, and the growing on-chain economy Coinbase is cultivating.
Key Base metrics as of February 2026:
- TVL: Approximately $8-12 billion
- Average transaction cost: $0.01 to $0.05
- Daily transactions: Frequently exceeding 3 million
- Rollup type: Optimistic (OP Stack)
- Native token: None (uses ETH for gas)
A critical distinction: Base does not have its own governance token, and Coinbase has stated it has no plans to launch one. This avoids certain regulatory complexities but also means there is no decentralized governance mechanism independent of Coinbase.
Side-by-Side Comparison
| Feature | Arbitrum | Optimism | Base |
|---|---|---|---|
| Launch Date | August 2021 | December 2021 | August 2023 |
| Rollup Type | Optimistic (Nitro) | Optimistic (OP Stack) | Optimistic (OP Stack) |
| TVL (Feb 2026) | ~$15-18B | ~$7-10B | ~$8-12B |
| Avg. Tx Cost | $0.02-$0.10 | $0.01-$0.08 | $0.01-$0.05 |
| Governance Token | ARB | OP | None |
| Built By | Offchain Labs | OP Labs | Coinbase |
| EVM Compatibility | Near-perfect | Near-perfect | Near-perfect |
| L1 Withdrawal Time | ~7 days (native) | ~7 days (native) | ~7 days (native) |
| Ecosystem Strategy | Orbit (L2/L3 chains) | Superchain (OP Stack) | Coinbase integration |
| Key DeFi Protocols | GMX, Aave, Uniswap | Synthetix, Velodrome, Aave | Aerodrome, Uniswap, Aave |
How to Bridge Assets to Layer 2
Bridging assets from Ethereum L1 to an L2 is the first practical step, and one of the most common points of confusion for newcomers.
Native Bridges
Each L2 operates an official native bridge. These are the most secure option because they rely directly on the rollup’s smart contracts on Ethereum L1. The process is straightforward:
- Connect your wallet (MetaMask, Rabby (see our Coinbase S&P 500 milestone), or similar) to the bridge interface.
- Select the asset you want to bridge (ETH, USDC, etc.) and the amount.
- Approve the transaction on Ethereum L1 (this incurs an L1 gas fee).
- Wait for the deposit to be confirmed (typically 10-20 minutes for L1 to L2).
- Your assets appear in your wallet on the L2 network.
The native bridges for each network are: bridge.arbitrum.io for Arbitrum, app.optimism.io/bridge for Optimism, and bridge.base.org for Base. For Base users, Coinbase also offers direct withdrawal to Base from the exchange, which skips the bridging step entirely.
Third-Party Bridges
For faster transfers, especially between L2s or for withdrawals back to L1, third-party bridges like Stargate, Across, and Synapse offer near-instant transfers using liquidity pools on both sides. The tradeoff is trusting additional smart contract infrastructure.
My general recommendation: use native bridges for large transfers where speed is not critical, and reputable third-party bridges for smaller, time-sensitive transfers. Always verify you are using the official URL — phishing sites targeting bridge users are common.
Which L2 Should You Use?
This is the question I get asked most often, and my honest answer is that it depends on what you are trying to do. The three major L2s have converged in terms of basic capabilities — all three offer sub-$0.10 transactions, EVM compatibility, and access to major DeFi protocols. But meaningful differences remain in their ecosystems and strengths.
Choose Arbitrum If:
- You want access to the deepest DeFi liquidity on any L2
- You are interested in perpetual DEXs like GMX or derivatives trading
- You prioritize the most battle-tested L2 infrastructure
- You want exposure to Arbitrum-native protocols and the ARB governance ecosystem
Choose Optimism If:
- You want to participate in the broader Superchain ecosystem
- You are interested in the retroactive public goods funding model (RetroPGF)
- You are building and want access to the OP Stack developer community
- You use protocols like Synthetix or Velodrome that have their primary deployments on OP Mainnet
Choose Base If:
- You are a Coinbase user and want seamless integration with your exchange account
- You want the lowest possible transaction costs
- You are interested in consumer-facing on-chain applications and social protocols
- You prefer not to deal with a separate governance token
In practice, many active users — myself included — maintain wallets on all three networks and route activity based on where the best opportunities or applications are at any given time. The cost of bridging between L2s has dropped dramatically, making multi-chain usage increasingly practical.
The Bigger Picture: Where L2 Scaling Goes From Here
I want to close with some perspective on where I see the Ethereum L2 landscape heading. The current state is healthy but not without tensions. Fragmented liquidity across multiple L2s remains a real user experience problem. If your ETH is on Arbitrum and the application you want to use is on Base, you still need to bridge, and that adds friction and cost.
Several developments are addressing this. Cross-chain messaging protocols, shared sequencer networks, and chain abstraction layers are all actively being built to make the multi-L2 world feel like a single network to end users. Optimism’s Superchain vision explicitly targets this by enabling native interoperability between OP Stack chains. Arbitrum’s Orbit ecosystem is pursuing similar goals.
The Ethereum Foundation’s roadmap also points toward further improvements. EIP-4844 (implemented in the Dencun upgrade) introduced “blob” transactions that reduced L2 data posting costs by over 90%. Future upgrades in the Pectra and Fusaka series aim to increase blob capacity further, which will continue to drive down L2 transaction costs.
The trajectory is clear: Ethereum’s future is a rollup-centric future. Layer 1 becomes the security and settlement backbone. Layer 2 networks handle execution at scale. Whether Arbitrum, Optimism, and Base maintain their current dominance or get challenged by newer entrants — including mature ZK rollups like zkSync and Starknet — is an open question. But the fundamental architecture of crypto scaling through rollups is, at this point, settled consensus.
For anyone building, investing time in, or simply using the Ethereum ecosystem in 2026, understanding Layer 2 is no longer optional. It is the layer where the action is.
Disclaimer: This article is for informational and educational purposes only. It does not constitute financial advice. Always conduct your own research before interacting with any blockchain protocol or bridging assets between networks.
Leave a Reply