Layer 2 (Blockchain Scaling)

Layer 2 (L2) refers to secondary networks built on top of a base blockchain (Layer 1) to increase throughput and reduce transaction fees, while inheriting the security guarantees of the underlying L1.

Ethereum’s L1 processes ~238 TPS theoretical (in practice much less), far below Visa’s ~45,000 TPS. L2 chains address this scalability gap without changing Ethereum’s L1 security model.


How L2s Work

L2 chains:

  1. Process transactions off the main Ethereum chain
  2. Periodically post compressed transaction data (or proofs) back to Ethereum L1
  3. Inherit Ethereum’s security — to revert an L2 transaction, an attacker would need to compromise Ethereum itself

Users bridge assets from L1 to L2, transact cheaply and quickly on L2, and can withdraw back to L1 at any time (subject to withdrawal periods for optimistic rollups).


Main L2 Types

Optimistic Rollups

Assume transactions are valid by default (“optimistic”). Fraud proofs allow anyone to challenge an invalid transaction within a challenge period (typically 7 days). After the period, the state is final.

  • Arbitrum — largest L2 by TVL; Arbitrum One + Nova chains
  • Optimism — second largest; powers Base (Coinbase’s L2)
  • Base — Coinbase’s L2; grew rapidly in 2024

Tradeoff: 7-day withdrawal delay to L1 (mitigated by liquidity bridges).

ZK Rollups (Zero-Knowledge Rollups)

Use zero-knowledge proofs to cryptographically prove the validity of a batch of transactions without revealing transaction details. Near-instant finality — no challenge period needed.

  • ZKSync — one of the first ZK rollups; ZKSync Era launched 2023
  • StarkNet — uses STARKs (different ZK proof system); enables Cairo smart contract language
  • Scroll — EVM-equivalent ZK rollup
  • Polygon zkEVM — Polygon’s ZK rollup

Tradeoff: More computationally expensive to generate proofs; historically harder to support full EVM compatibility (improving rapidly).


Key Metrics (2024–2025)

L2TypeNotable Feature
ArbitrumOptimisticLargest TVL; most DeFi activity
BaseOptimisticCoinbase-backed; fastest user growth
OptimismOptimisticSuperchain architecture (OP Stack)
ZKSync EraZKFirst major ZK rollup with EVM support
StarkNetZKSTARK proofs; native Cairo language

Major L2s collectively process millions of transactions worth billions of dollars annually.


Dencun Upgrade (March 2024)

EIP-4844 (Proto-Danksharding) introduced “blobs” — a new data storage format for L2 transaction data posted to Ethereum L1:

  • Blob data is stored only temporarily (~18 days), not permanently in call data
  • Dramatically cheaper than posting to regular call data
  • L2 transaction fees dropped 50–90% overnight after Dencun

This was the single most impactful upgrade for L2 cost reduction to date.


L2 vs Ethereum L1

FactorEthereum L1L2 (typical)
SecurityHighestInherits L1 security
CostHigh (gas fees)Very low (fractions of a cent)
Speed~12s finalityNear-instant on-chain; seconds
Decentralisation~8,600+ nodesFewer sequencer nodes
Ecosystem maturityDeepestGrowing rapidly

L2 and Ethereum’s Value

L2 activity increases demand for ETH in two ways:

  1. L2s post data to Ethereum L1 — this costs gas (ETH)
  2. L2s use Ethereum’s security — staked ETH is the economic foundation

Bylund (2025) argues L2s are complementary, not competitive: their combined market cap (~$9B) is ~3% of Ethereum’s, and they rely entirely on Ethereum remaining secure.


Sources: wikipedia-2026-ethereum | ethereumorg-2026-what-is-ethereum | bylund-2025-ethereum-investment-thesis