In 2026, most Ethereum users don't actually use Ethereum mainnet for daily transactions — they use Layer 2 networks that are dramatically cheaper and faster. Over $48 billion in assets have migrated to L2s. Understanding which L2 to use, and why, is now essential knowledge for any active DeFi user.

Why L2s exist: Ethereum's scaling problem

Ethereum mainnet processes 15–30 transactions per second. At peak demand, this creates congestion and gas fees that can reach $20–100 per transaction, making small transactions economically unviable. The blockchain trilemma says you can optimize for only two of three properties: decentralization, security, and scalability. Ethereum chose decentralization and security — trading scalability for censorship resistance and trustlessness.

Layer 2 networks solve this by executing transactions off-chain in bulk, then posting a compressed summary to Ethereum. The security comes from Ethereum (if the L2 posts fraudulent data, it can be challenged and overridden), but the throughput comes from the L2's own sequencer. Result: 2,000–7,000 TPS at fees under $0.05, while inheriting Ethereum's security guarantees.

Optimistic vs ZK rollups

Optimistic rollups (Arbitrum, Optimism, Base) work on an "innocent until proven guilty" model. Transactions are assumed valid and submitted to Ethereum. There's a 7-day challenge window during which anyone can submit a fraud proof if they detect invalid transactions. This means withdrawals from optimistic rollups to Ethereum mainnet take 7 days (though liquidity bridges like Hop Protocol can fast-bridge for a small fee).

Zero-knowledge (ZK) rollups (zkSync Era, Starknet, Scroll) use cryptographic proofs to mathematically verify that every transaction in a batch is valid, without revealing the transaction details. This allows near-instant finality to Ethereum without the 7-day challenge period. ZK technology is mathematically superior but more complex to develop — most popular DeFi protocols have deployed on optimistic rollups first.

Arbitrum vs Optimism vs Base: which to choose

Arbitrum has the most mature DeFi ecosystem — GMX (perpetuals), Camelot (DEX), Radiant (lending), and most major protocols (Uniswap, Aave, Curve) have deployed there. TVL of $18B. If you're a DeFi power user, Arbitrum has the most options. Optimism is backed by the OP Foundation, uses governance tokens (OP), and pioneered the "Superchain" concept — a network of L2s that share sequencer infrastructure. The ecosystem includes Synthetix, Velodrome, and the Superchain vision makes it strategically important. Base is Coinbase's L2 — no native token, deeply integrated into the Coinbase app, and growing rapidly in user count. Best for Coinbase users and retail onboarding. Fees on all three are similar: under $0.05 for simple transfers, $0.10–0.50 for complex DeFi interactions.

Bridging: how to move funds to L2

The official way to move ETH to an L2 is through the official bridge. Go to bridge.arbitrum.io, bridge.optimism.io, or bridge.base.org, connect your wallet, and send ETH from mainnet. This takes 10–30 minutes and costs mainnet gas ($2–5 during normal conditions). To bridge back to mainnet from an optimistic rollup, the official bridge takes 7 days. For faster withdrawals, use a liquidity bridge like Hop Protocol, Across, or Stargate — they maintain liquidity pools on both sides and can bridge in minutes for a 0.1–0.3% fee.

L2 comparison (May 2026)

NetworkTVLAvg feeTPSBridge time out
Arbitrum$18.0B$0.034,0007 days
Base$8.4B$0.027,0007 days
Optimism$7.1B$0.032,0007 days
zkSync Era$3.2B$0.042,500~1 hour