What is a Layer 2?

A Layer 2 (L2) is a secondary protocol or network built on top of a base blockchain (Layer 1, L1) to increase throughput, reduce fees, or add features while inheriting L1’s security model. L2s solve the blockchain scalability trilemma (security, decentralisation, scalability) by offloading computation off-chain while anchoring final state and disputes back to L1. Ethereum’s L2 ecosystem is the most mature (Arbitrum, Optimism, Base, zkSync, Starknet, Polygon zkEVM).

L2 categories

  • Optimistic rollups (Arbitrum, Optimism, Base): assume validity, allow fraud-proof challenge ~7 days; mature EVM compatibility.
  • ZK rollups (zkSync, Starknet, Polygon zkEVM, Linea, Scroll): validity proofs guarantee correctness; faster finality.
  • State channels (Lightning Network on Bitcoin): off-chain payment channels with on-chain settlement; ideal for high-frequency micropayments.
  • Sidechains (Polygon PoS, Gnosis Chain): independent consensus, periodic L1 checkpoints; not strictly L2 by latest definitions but historically grouped.
  • Validiums and Volitions: hybrid data availability — off-chain DA with L1 proof.

L2 fragmentation and interoperability

The proliferation of L2s creates liquidity fragmentation and UX friction. Solutions include canonical bridges (slow, trustless), third-party bridges (faster, trust assumptions), aggregator routers (Across, Hop, LayerZero), and emerging cross-rollup settlement layers (Polygon AggLayer, Optimism Superchain, Arbitrum Orbit). EIP-4844 (March 2024) reduced L2 costs by ~90% via dedicated blob data availability.

The legal questions behind L2 scaling

Layer-2 solutions move transactions off the base chain to cut cost and increase throughput, but they shift legal risk as much as technical load. The first issue is the bridge: moving assets between layers usually means locking them in a contract, and bridge exploits have produced some of the largest losses in the sector, raising questions of custody and liability. The second is centralisation: many L2s still rely on a single “sequencer” that orders transactions, which can be a point of control, censorship and accountability that sits uneasily with claims of decentralisation. The third is token classification: an L2’s own token may carry governance, fee or staking functions that affect whether it is treated as a utility token, a security, or a regulated crypto-asset. For projects building on or issuing an L2, these are design decisions with regulatory consequences, not just engineering choices.

The legal questions behind L2 scaling

Layer-2 solutions move transactions off the base chain to cut cost and increase throughput, but they shift legal risk as much as technical load. The first issue is the bridge: moving assets between layers usually means locking them in a contract, and bridge exploits have produced some of the largest losses in the sector, raising questions of custody and liability. The second is centralisation: many L2s still rely on a single “sequencer” that orders transactions, which can be a point of control, censorship and accountability that sits uneasily with claims of decentralisation. The third is token classification: an L2’s own token may carry governance, fee or staking functions that affect whether it is treated as a utility token, a security, or a regulated crypto-asset. For projects building on or issuing an L2, these are design decisions with regulatory consequences, not just engineering choices.