What is Layer 2? Ethereum Scaling Guide

Layer 2 networks are scaling solutions built on top of base chains like Ethereum, processing transactions off-chain to deliver faster, cheaper performance.

What is Layer 2?

A Layer 2 (L2) network is a scaling solution built on top of a base blockchain (Layer 1) that processes transactions off-chain or in compressed form, then settles them back to the L1 for security. L2s allow blockchains like Ethereum to scale far beyond their native throughput, delivering 10-100x lower fees and significantly faster finality while inheriting L1 security guarantees.

By 2024-2025, Layer 2 networks have become the primary venue for daily Ethereum activity. Protocols like Arbitrum, Optimism, Base, and zkSync collectively process more transactions than Ethereum mainnet itself, while costs for routine swaps and transfers fall to fractions of a cent.

How Does It Work?

There are two dominant L2 architectures:

- Optimistic Rollups (Arbitrum, Optimism, Base): Assume transactions are valid by default, with a 7-day challenge window for fraud proofs. Cheaper and simpler but slower withdrawals. - ZK-Rollups (zkSync, Starknet, Linea, Scroll): Use zero-knowledge cryptographic proofs to immediately verify transaction validity. More complex but offer near-instant finality.

The standard L2 transaction flow:

1. The user submits a transaction on the L2. 2. The L2 sequencer orders and executes the transaction. 3. The L2 batches many transactions and posts compressed data to Ethereum. 4. Ethereum verifies the batch (via fraud proof window or ZK proof). 5. After finality, the transaction is permanently settled.

The 2024 Dencun upgrade introduced "blobs" — dedicated data availability space that reduced L2 costs by 90%+, dramatically improving the L2 user experience.

History and Evolution

L2 research dates back to 2017 with state channels (Lightning Network for Bitcoin) and Plasma proposals for Ethereum. Arbitrum One launched in August 2021, followed by Optimism's mainnet later that year.

The 2022-2023 period saw L2 maturation with major DeFi protocols deploying multi-chain. In late 2023, Coinbase's Base launched as an Optimism-derived L2, attracting massive adoption. Arbitrum and Optimism distributed governance tokens via airdrops in 2023, cementing L2 ecosystems.

The 2024 Dencun upgrade was transformative — L2 fees dropped to cents and below, with daily L2 transaction counts surpassing L1. Modular blockchain visions (Celestia for data availability) emerged as the next frontier.

Key Concepts

- Sequencer: The entity that orders L2 transactions before posting to L1. - Bridges: Protocols that move assets between L1 and L2 (or across L2s). - Withdrawal period: 7 days for optimistic rollups; near-instant for ZK-rollups. - Native vs bridged tokens: Same asset can exist as native L2 token or bridged from L1.

Practical Example

A DeFi user wants to swap ETH for USDC. On Ethereum mainnet, the transaction costs $20-50 and takes 12 seconds. On Arbitrum, the same swap costs $0.10 and takes 2 seconds. The user bridges 1 ETH from mainnet to Arbitrum (one-time cost: ~$5), then performs all subsequent activity (swaps, lending, NFT trades) on the L2. Their effective cost per transaction is reduced by 99% compared to mainnet — making frequent DeFi activity economically viable for the first time.

Last updated: 5/7/2026

Related Terms

Related Coins