Layer 2 Scaling

Crypto & Digital Assets
Updated Apr 2026

Secondary networks built on top of a blockchain to process transactions faster and at lower cost.

What is Layer 2?

Layer 2 scaling solutions are secondary frameworks or networks built on top of a base blockchain (Layer 1) that handle transactions off the main chain and periodically settle the final state back to the underlying chain. They address the scalability trilemma — the difficulty of simultaneously achieving decentralization, security, and scalability — by offloading transaction volume from the congested and expensive main chain. The major Layer 2 approaches include optimistic rollups (such as Arbitrum and Optimism), which batch transactions and assume validity unless challenged; zero-knowledge rollups (such as zkSync and StarkNet), which generate cryptographic proofs of transaction validity; state channels; and sidechains. Layer 2 solutions enable faster confirmation times, significantly lower gas fees, and higher transaction throughput while inheriting most of the security of the underlying Layer 1 chain.

Example

Example

Arbitrum, an optimistic rollup on Ethereum, processes thousands of transactions per second with fees measured in cents rather than dollars. A user swapping tokens on Arbitrum might pay $0.05 in fees versus $5–50 for the same swap on Ethereum's mainnet during congestion, with final settlement secured on Ethereum.

Source: Ethereum Foundation — Layer 2