InfrastructureLetter: L

What is Layer 2 (L2)?

Definitive Definition

A Layer 2 (L2) is a secondary protocol built on top of a base Layer 1 blockchain (such as Ethereum) designed to significantly increase transaction throughput and lower fees by processing transactions off-chain and settling compressed cryptographic proofs back to Layer 1.

In-Depth Architectural & Economic Analysis

Layer 2 solutions scale blockchains without compromising the underlying Layer 1 decentralized security or data availability. Major implementations include Optimistic Rollups (Arbitrum, Optimism, Base) and Zero-Knowledge Rollups (zkSync, Starknet, Scroll), utilizing EIP-4844 data blobs for cost-effective settlement.

Core Characteristics & Mechanism

  • Off-chain execution with on-chain cryptographic settlement.
  • Reduces transaction fees by 90%–99% compared to base Layer 1.
  • Inherits the complete censorship-resistance and security guarantees of the L1.
  • Enables thousands of transactions per second (TPS).
Practical Application Scenario:

Arbitrum processes decentralized derivatives trades for less than $0.01 per execution while posting batched state roots securely to Ethereum mainnet.