A Layer 2 (L2) is a secondary protocol built on top of an existing blockchain (Layer 1) that handles transactions off the main chain to increase throughput and lower gas fees, while periodically settling final state back to the base layer for security. Layer 2 solutions have become essential infrastructure for Ethereum and Bitcoin as on-chain demand outpaces base-layer capacity.
How It Works
Layer 2 protocols batch or process transactions outside the main chain, then post compressed proofs or data back to Layer 1. Users interact with L2 networks through wallets and bridges, depositing assets from the main chain and transacting at higher speeds and lower costs. Security ultimately derives from the underlying L1 consensus mechanism.
Types of Layer 2 Solutions
| Approach | How It Works | Security Model | Examples |
|---|---|---|---|
| Optimistic Rollups | Execute transactions off-chain, post data to L1; assume valid unless challenged within a dispute window (~7 days) | Fraud proofs — any observer can challenge | Arbitrum, Optimism, Base |
| ZK Rollups | Execute off-chain and generate cryptographic validity proofs posted to L1; no dispute window needed | Validity proofs — mathematically verified | zkSync Era, StarkNet, Scroll, Linea |
| State Channels | Two parties transact off-chain via signed messages; only open/close hits L1 | Direct on-chain settlement | Lightning Network, Raiden |
| Sidechains | Independent chain with its own consensus; connected to L1 via a bridge | Own validator set (weaker L1 inheritance) | Polygon PoS, Gnosis Chain |
| Validiums | ZK proofs posted on-chain but data stored off-chain | Validity proofs + external data availability | StarkEx, Immutable X |
Optimistic vs. ZK Rollups
Optimistic rollups are simpler to build and currently dominate Ethereum L2 TVL, but require a 7-day challenge period for withdrawals. ZK rollups offer faster finality since validity proofs are verified on-chain immediately, but are more complex to develop and have higher proof-generation costs. The industry consensus is that ZK rollups will likely dominate long-term as proving costs decrease.
Major Ethereum Layer 2 Networks
- Arbitrum — Largest L2 by TVL; optimistic rollup with a mature DeFi ecosystem including Uniswap, Aave, and GMX.
- Optimism — Optimistic rollup powering the OP Stack, a modular framework used by Base and other chains (the “Superchain” vision).
- Base — Built by Coinbase on the OP Stack; rapidly grew to billions in TVL after launch in 2023.
- zkSync Era — General-purpose ZK rollup by Matter Labs with native account abstraction.
- StarkNet — ZK rollup using STARK proofs, developed by StarkWare; notable for Cairo programming language.
- Scroll — EVM-equivalent ZK rollup focused on full Ethereum compatibility.
History
- 2017 — Plasma framework proposed by Vitalik Buterin and Joseph Poon as an early Ethereum scaling approach.
- 2018 — Lightning Network launched on Bitcoin mainnet, becoming the first widely used Layer 2.
- 2020 — Optimism and Arbitrum began testnet deployments of optimistic rollups for Ethereum.
- 2021 — Arbitrum One launched publicly; Polygon PoS sidechain reached billions in TVL.
- 2022 — zkSync Era and StarkNet launched mainnets, bringing ZK rollups to production.
- 2023 — Coinbase launched Base on the OP Stack; L2 TVL surpassed $10 billion across all networks.
- 2024 — Ethereum’s Dencun upgrade introduced “blob” transactions (EIP-4844), cutting L2 data posting costs by over 90%.
- 2025 — Combined L2 transaction volume regularly exceeded Ethereum mainnet activity by 10x or more.
Common Misconceptions
“Layer 2s are just separate blockchains.”
Sidechains are separate chains, but rollups post transaction data or proofs to the L1, inheriting its security. The distinction matters: a rollup’s funds can be recovered from L1 data even if the L2 sequencer goes offline.
“Using a Layer 2 means trusting a centralized operator.”
Most current L2s do have centralized sequencers, but fraud proofs (optimistic) or validity proofs (ZK) ensure the sequencer cannot steal funds. Decentralizing sequencers is an active area of development.
“Layer 2 solutions make Layer 1 irrelevant.”
L1 remains the settlement and data availability layer. L2s need L1 to function and pay fees to post data there, actually increasing demand for L1 block space.
Criticisms
- Most L2 sequencers are centralized, creating single points of failure for liveness and transaction ordering (MEV extraction).
- Bridging assets between L1 and L2 (and between different L2s) introduces friction, cost, and security risk from bridge exploits.
- Liquidity fragmentation across dozens of L2s makes it harder for users to find deep markets and for developers to choose where to deploy.
- The 7-day withdrawal delay on optimistic rollups is a poor user experience, often requiring third-party liquidity providers for faster exits.
- ZK proof generation remains computationally expensive, and full EVM equivalence in ZK rollups is still an evolving challenge.
Social Media Sentiment
Layer 2 discourse is one of the most active topics on r/ethereum and r/CryptoCurrency. Debates over which L2 will “win” — Arbitrum vs. Base vs. zkSync — drive heavy engagement. On X (Twitter), announcements of new L2 launches or airdrop campaigns routinely trend. r/arbitrum and r/optimism subreddits host governance discussions around DAO token distributions. Sentiment is generally positive toward scaling progress but critical of fragmentation and centralized sequencers.
Last updated: 2026-04
Related Terms
Sources
- Poon, J., & Dryja, T. (2016). The Bitcoin Lightning Network: Scalable Off-Chain Instant Payments. Lightning Network whitepaper.
- Buterin, V. (2021). “An Incomplete Guide to Rollups.” Vitalik.ca.
- Kalodner, H., Goldfeder, S., Chen, X., Weinberg, S. M., & Felten, E. W. (2018). “Arbitrum: Scalable, Private Smart Contracts.” Proceedings of the 27th USENIX Security Symposium.
- Ethereum Foundation. (2022). EIP-4844: Shard Blob Transactions. Ethereum Improvement Proposals, GitHub.