Trading Basics

Layer 2 Networks Explained

Layer 2 (L2) networks are blockchain scaling solutions built on top of an existing Layer 1 blockchain (the base layer) that process transactions off-chain or in batches, then settle the final state to the L1. Ethereum Layer 2s — including Arbitrum, Optimism, Base, and zkSync — dramatically reduce transaction fees and increase throughput while inheriting Ethereum's security for final settlement. L2s are critical infrastructure for making DeFi applications usable and economically viable for retail users.

Ethereum's base layer processes approximately 15–30 transactions per second and charges fees that can reach $10–$100+ per transaction during periods of high demand. For sending $50 of value, a $50 fee is unacceptable. For interacting with a DeFi protocol that requires 5 transactions to complete a yield farming strategy, paying $500 in fees makes the strategy economically nonsensical for anyone without a six-figure portfolio. Layer 2 networks solve this by doing the heavy lifting off-chain and only using Ethereum's expensive block space for final settlement.

How Layer 2s Work: The Core Concept

Instead of every transaction being individually processed and stored on Ethereum (L1), a Layer 2 network:

  1. Collects thousands of user transactions on its own network
  2. Executes them off-chain at high speed and low cost
  3. Compresses or proves the validity of those transactions
  4. Submits a single, compact record to Ethereum L1 representing the final state

The cost of that single L1 settlement transaction is shared across thousands of L2 transactions, reducing the per-transaction cost to cents rather than dollars. Ethereum's security guarantee covers the final settled state — if the L2 attempts to submit a fraudulent batch, the L1 settlement mechanism rejects it.

Optimistic Rollups vs. ZK Rollups

The two primary L2 architectures differ in how they prove transaction validity:

Optimistic Rollups (Arbitrum, Optimism, Base): Transactions are submitted to L1 "optimistically" — they're assumed valid unless someone challenges them within a 7-day dispute window. If no valid fraud proof is submitted, the batch is finalised. This approach is simpler to implement and supports the full range of Ethereum smart contracts (EVM-compatible) but introduces a 7-day withdrawal period to L1 (bridging services reduce this friction for users). Arbitrum is the largest by TVL; Base (Coinbase's L2) has grown rapidly due to retail accessibility.

ZK Rollups (zkSync, Starknet, Polygon zkEVM, Scroll): Each batch is accompanied by a zero-knowledge proof — a cryptographic proof that all transactions in the batch are valid, computable efficiently even without knowing the transaction details. This provides instant cryptographic finality with no dispute period. Withdrawal to L1 is near-instant. ZK proof generation is computationally intensive, and achieving full EVM equivalence (supporting all Ethereum smart contracts) in ZK form is technically complex — but most major ZK L2s have achieved this. ZK technology is considered the long-term scaling destination for Ethereum.

Major L2s Compared

  • Arbitrum One: Largest TVL, widest DeFi ecosystem (GMX, Camelot, Pendle). Optimistic rollup. Mature, battle-tested.
  • Base: Coinbase-backed Optimistic Rollup (built on the OP Stack). Easiest retail on-ramp due to Coinbase integration. Fastest-growing L2 by new user acquisition.
  • Optimism: OP Stack creator; OP Mainnet is its flagship chain. OP token grants governance. "Superchain" vision linking multiple OP Stack chains.
  • zkSync Era: ZK Rollup with native account abstraction (makes wallets smarter). Strong developer activity.
  • Starknet: Uses STARKs (a different ZK proof system). Unique Cairo programming language limits EVM compatibility but enables novel capabilities.

Bridging to L2

To use an L2, you need to bridge funds from Ethereum (or directly from a CEX like Coinbase to Base). Bridging involves locking funds in a smart contract on L1 and receiving equivalent tokens on the L2. The canonical bridge (the official L2's own bridge) is the most secure but slowest. Third-party bridges (Across, Stargate, Hop Protocol) are faster and cross-chain capable but introduce additional smart contract risk. For Optimistic Rollup canonical bridges, withdrawals back to Ethereum L1 take 7 days — use a liquidity bridge service to receive immediate L1 funds for a small fee.

Why L2s Matter for DeFi Investors

The same DeFi protocols that cost $200 in Ethereum gas fees often cost $0.10–$1.00 on Arbitrum or Base. This makes yield farming, lending, and liquidity provision accessible for portfolios that were previously priced out. The dominant DeFi protocols (Uniswap, Aave, Curve, GMX, Pendle) all have L2 deployments. The fastest-growing DeFi activity is now on L2s, not Ethereum L1.

Summary

Layer 2 networks process transactions off-chain in batches and settle final state to Ethereum L1, reducing fees from $10–$100+ to cents. Optimistic Rollups (Arbitrum, Base, Optimism) assume validity unless challenged; ZK Rollups (zkSync, Starknet) provide instant cryptographic proof of validity. Arbitrum leads by TVL; Base leads by retail growth. DeFi activities that were cost-prohibitive on L1 are economically viable on L2 — the majority of new DeFi activity now originates on Layer 2 networks.