Layer 0 refers to the foundational infrastructure beneath blockchains and decentralized protocols. While Layer 1 blockchains (Bitcoin, Ethereum, Monero, etc.) define consensus rules and state transitions, Layer 0 provides the rails for those chains to communicate, exchange data, and bootstrap security.
It is the "substrate of substrates" — enabling interoperability, validator coordination, message passing, and chain creation.
- Definition: The base networking and interoperability layer upon which Layer 1 chains are built.
- Purpose: Provide a shared fabric for consensus, security, and cross-chain communication through cryptograpic proofs.
- Examples: Polkadot (Relay Chain), Cosmos (Tendermint + IBC), Avalanche (Subnets), Celestia (Data Availability).
- Key distinction: Layer 0 doesn’t just secure one blockchain, it allows many blockchains to plug in, there are know mostly as Cryptocurrency Asset Platforms
- Benefits: Easier deployment of new blockchains, shared validator sets, and standardized communication protocols.
- Risks: Potential centralization in relay chains/hubs, complexity in governance and security assumptions.
- Handles peer discovery and data propagation.
- Ensures transactions, blocks, and state updates flow across nodes efficiently.
- Example: Libp2p (used in Polkadot, Filecoin, Ethereum 2.0 clients).
- Provides ready-made consensus engines that Layer 1 chains can adopt.
- Example: Tendermint Core → used by Cosmos chains.
- Validator sets can secure multiple chains at once.
- Reduces the need for every chain to recruit its own miners/validators.
- Example: Polkadot’s Relay Chain + parachains model.
- Messaging standards (IBC, XCM) allow different chains to send tokens, data, or instructions.
- Provides a native alternative to third-party bridges (which are often hacked).
- Layer 0 can provide data blobs and settlement anchoring for rollups and Layer 2s.
- Example: Celestia specializes in modular data availability.
Protocol |
Model |
Key Feature |
Polkadot |
Relay Chain + parachains |
Shared security, XCM for cross-chain messaging |
Cosmos |
Hub-and-zone via IBC |
Sovereign chains connected by Tendermint & IBC |
Avalanche |
Subnet architecture |
Independent blockchains validated by subnets |
Celestia |
Modular DA + consensus layer |
Data availability layer for rollups |