Layer 1 / Layer 2

IntermediateCrypto & Digital Assets2 min read

Quick Definition

Layer 1 refers to the base blockchain network (like Ethereum); Layer 2 refers to scaling solutions built on top that process transactions faster and cheaper.

What Is Layer 1 / Layer 2?

In blockchain architecture, Layer 1 (L1) refers to the base blockchain protocol itself — the fundamental network that handles consensus, security, and data availability. Bitcoin, Ethereum, Solana, and Avalanche are all Layer 1 blockchains. Each L1 makes different design trade-offs between decentralization, security, and scalability — a tension known as the "blockchain trilemma," which suggests that a blockchain can optimize for only two of these three properties simultaneously.

Layer 2 (L2) solutions are secondary frameworks built on top of Layer 1 blockchains to improve scalability — primarily by processing transactions off the main chain while still inheriting its security guarantees. The main L2 approaches include: Optimistic Rollups (Arbitrum, Optimism, Base) that assume transactions are valid unless challenged; Zero-Knowledge Rollups (zkSync, StarkNet) that use cryptographic proofs to verify transaction validity; State Channels (Lightning Network for Bitcoin) for repeated transactions between fixed parties; and Sidechains (Polygon PoS) that run parallel chains with their own consensus.

The L1/L2 relationship is crucial for blockchain scalability. Ethereum's "rollup-centric" roadmap explicitly positions L2s as the primary scaling solution, with the L1 providing security and data availability. This modular approach contrasts with monolithic L1s like Solana that aim to handle all transactions on a single chain. As of 2026, the leading L2s collectively process more transactions than Ethereum mainnet at a fraction of the cost, with total value bridged to L2s exceeding $25 billion.

Layer 1 / Layer 2 Example

  • 1A Uniswap trade on Ethereum mainnet costs $5-50 in gas fees and takes 12 seconds to confirm. The same trade on Arbitrum (Layer 2) costs $0.01-0.10 and confirms in 0.25 seconds, while the security of the transaction is ultimately guaranteed by Ethereum.
  • 2Coinbase launched Base, its own L2 built using the Optimism stack, which quickly grew to process over 2 million daily transactions — demonstrating how major companies are building on Ethereum's L2 ecosystem rather than launching competing L1s.