STRATUM 00 //

SURFACE

layer-2.wiki

A Reference Archive for Layer-2 Protocols

PLASMA ROLLUP STATE CHANNEL SIDECHAIN PLASMA ROLLUP
STRATUM 01 //

FOUNDATION

Layer-2 refers to a secondary framework or protocol built on top of an existing blockchain system. The primary purpose of these protocols is to solve the transaction speed and scaling difficulties faced by the major cryptocurrency networks. Layer-2 solutions process transactions off the main blockchain while inheriting its security guarantees. They represent a fundamental architectural insight: that not every computation needs to be verified by every node in the network. By moving execution off-chain and posting only proofs or state roots to Layer-1, these protocols achieve throughput improvements of orders of magnitude while preserving the trustless verification properties that make blockchains valuable. The taxonomy of Layer-2 includes rollups (optimistic and zero-knowledge), state channels, sidechains, and plasma chains — each embodying a different philosophy about the tradeoffs between decentralization, security, and performance.

STRATUM 02 //

TOPOLOGY

ROLLUPS

Rollups execute transactions outside Layer-1 but post transaction data on Layer-1. They inherit the security of Ethereum by publishing cryptographic proofs — either validity proofs (zk-rollups) or fraud proofs (optimistic rollups) — to the base chain. The canonical state is always recoverable from Layer-1 data alone.

STATE CHANNELS

State channels allow participants to transact off-chain an unlimited number of times while only submitting two transactions to the base layer — one to open and one to close the channel. Disputes are settled via the on-chain contract using the latest signed state. Payment channels are the simplest subset.

SIDECHAINS

Sidechains are independent blockchains running in parallel to the main chain, connected via a two-way bridge. They maintain their own consensus mechanism and security properties. While not strictly Layer-2 by purist definitions (they do not derive security from Layer-1), they serve the same scaling function and are included in the broader Layer-2 taxonomy.

PLASMA

Plasma chains are child chains that periodically commit state roots to the parent chain. They use fraud proofs for dispute resolution and enable mass exits in case of operator failure. The Plasma MVP and Plasma Cash variants represent different approaches to the data availability problem that constrain all off-chain execution models.

STRATUM 03 //

ARCHAEOLOGY

2015.11

Joseph Poon and Thaddeus Dryja publish the Lightning Network whitepaper, proposing bidirectional payment channels as a Bitcoin scaling solution.

2017.08

Vitalik Buterin introduces the Plasma framework with Joseph Poon — child chains anchored to Ethereum with fraud-proof-based security.

2018.01

Lightning Network launches on Bitcoin mainnet. The first real-time payment is made — a purchase of TorGuard VPN service.

2019.06

Barry Whitehat and others formalize optimistic rollups as a practical scaling approach, combining off-chain execution with on-chain data availability.

2020.10

zkSync 1.0 launches on Ethereum mainnet — the first zk-rollup for token transfers, using SNARK proofs for transaction validity.

2021.09

Arbitrum One opens to the public — optimistic rollup with full EVM compatibility. TVL exceeds B within months.

2023.03

zkEVM implementations from Polygon and zkSync achieve mainnet deployment — general-purpose zero-knowledge rollups become operational reality.

2024.03

Ethereum implements EIP-4844 (Proto-Danksharding), introducing blob transactions that reduce Layer-2 data costs by orders of magnitude.

CLASSIFIED PROTOCOL ARCHIVE PLASMA ROLLUP STATE CHANNEL SIDECHAIN VALIDITY PROOF FRAUD PROOF
STRATUM 04 //

TRANSMISSION

This archive exists as a reference point — a static record of the protocols and patterns that define Layer-2 scaling. The taxonomy is incomplete; it will always be incomplete. New strata form continuously beneath the surface, new channels open between existing layers, new proofs compress ever-larger state transitions into ever-smaller commitments. The architecture evolves. The archive persists.

Document recovered from distributed storage. Classification: PUBLIC. Verification hash: 0x1c408e...0089bc. Timestamp: epoch + 1711756800.