Every chain begins beneath the chain.
At the base of every decentralized system is a substrate of physical machines -- validators running in data centers, nodes humming in basements, optical fibers threading continents together. This is not the blockchain. This is what makes the blockchain possible.
Layer 0 is invisible to most users. It is the topology of connectivity itself: which nodes can reach which others, how quickly gossip propagates, where the latency hides. The security of everything above depends on the diversity and resilience of this foundation.
Finality is a promise. The base layer keeps it.
The settlement layer is where truth is canonized. Transactions reach finality here -- not because a central authority stamps them, but because the economic cost of reversal exceeds the economic gain. Consensus is expensive by design.
Block production is deliberate. Each block is a commitment, cryptographically linked to every block before it. The chain grows slowly because certainty cannot be rushed. Every validator stakes something real against the integrity of the record.
This is the layer that Layer 2 inherits its security from. Without settlement, execution is just computation. With it, computation becomes agreement.
The core insight of a rollup is compression. Hundreds of transactions are executed off-chain, then their results are compressed into a single proof submitted to the settlement layer. Optimistic rollups assume validity until challenged; zero-knowledge rollups prove it mathematically before submission.
The result is the same: the base layer verifies a summary instead of re-executing every transaction. Computation scales. Security does not dilute.
A state channel is a private conversation between parties, conducted off-chain, with only the opening and closing statements recorded on-chain. Intermediate states are exchanged directly, signed by participants, and never touch the base layer until the channel closes.
This is scaling through omission -- the most efficient transaction is the one that never needs to be settled. Channels are ideal for high-frequency, low-value interactions where finality can wait.
A sidechain is a separate blockchain with its own consensus, connected to the main chain through a bridge. It trades some security guarantees for sovereignty -- the ability to choose its own rules, its own validators, its own trade-offs.
Sidechains are not strictly Layer 2 in the purest sense, because they do not inherit full security from the base layer. But they expand the design space, offering paths for applications that need properties the main chain cannot provide.
A swap completes in two seconds. A loan originates without a phone call. A vote is cast and counted in the same breath.
The user sees none of the machinery. The proofs, the batches, the consensus rounds, the validator sets -- all of it compressed into a single moment of confirmation.
You never see the layers. That is the point.