Layer 0 (L0)
Layer 0 refers to the foundational infrastructure that enables multiple Layer 1 blockchains to be built, connected, and operated.
Key Takeaways
- Layer 0 is the foundational infrastructure beneath Layer 1 blockchains: it provides shared networking, consensus frameworks, and cross-chain communication protocols that allow multiple independent chains to interoperate natively.
- Major L0 protocols include Cosmos (IBC), Polkadot (relay chain and parachains), and Avalanche (subnet architecture): each takes a different approach to interoperability and shared security.
- L0 protocols reduce the need for external bridges by embedding cross-chain messaging at the infrastructure layer, though they introduce complexity and new trust assumptions.
What Is Layer 0?
Layer 0 (L0) is the base-level infrastructure that sits beneath individual Layer 1 blockchains like Bitcoin and Ethereum. While a Layer 1 is a self-contained network that executes transactions and maintains its own ledger, a Layer 0 provides the framework for building, deploying, and connecting multiple blockchains. Think of it as the blockchain equivalent of TCP/IP: a foundational protocol layer that enables higher-level networks to communicate.
The core problem L0 protocols solve is interoperability. Without an L0, each Layer 1 blockchain operates in isolation. Moving assets or data between chains requires external bridges, which historically have been the largest source of DeFi losses. L0 protocols embed cross-chain communication directly into the infrastructure, enabling native interaction between connected chains.
L0 infrastructure typically provides four capabilities: standardized cross-chain messaging, shared or inheritable security, a framework for launching new chains without bootstrapping everything from scratch, and the ability to upgrade without disruptive hard forks.
How It Works
L0 protocols differ in their specific architectures, but they share a common pattern: a coordination layer that manages communication between connected chains, combined with a toolkit for building those chains in the first place.
Cosmos: IBC and Sovereign Chains
The Cosmos ecosystem is built on three core components: the Cosmos SDK (a Go framework for building application-specific blockchains), CometBFT (formerly Tendermint Core, a Byzantine Fault Tolerant consensus engine), and IBC (Inter-Blockchain Communication), a permissionless cross-chain messaging protocol.
CometBFT provides instant finality once two-thirds of validators sign off on a block, with block times ranging from 1 to 7 seconds across Cosmos-family chains. IBC handles cross-chain routing by packaging data into standardized packets that any IBC-enabled chain can verify and process. Over 100 chains are connected via IBC as of 2026, with more than 200 blockchains running on the Cosmos stack in production.
A key Cosmos principle is chain sovereignty: each chain runs its own validator set by default. Shared security is opt-in through Interchain Security (ICS), launched in 2023, which allows consumer chains to be validated by Cosmos Hub validators.
In March 2025, Cosmos launched IBC Eureka (IBC v2), which extended IBC beyond the Cosmos ecosystem for the first time. Using zero-knowledge proof verification, Cosmos chains can now communicate directly with Ethereum, with Solana, Base, and Arbitrum integrations in development.
Polkadot: Relay Chain and Shared Security
Polkadot takes a different approach centered on shared security. Its Relay Chain serves as the coordination layer, managing the validator set and message passing without hosting smart contracts or dApps directly. Individual Layer 1 blockchains called parachains connect to the Relay Chain, inheriting its security guarantees.
Polkadot uses Nominated Proof-of-Stake (NPoS), where validators produce and verify blocks while nominators delegate DOT to trustworthy validators. As of early 2025, Polkadot expanded to 600 active validators with a Nakamoto coefficient of 165. Approximately 62 active parachains were connected to the Relay Chain by February 2026.
Cross-chain messaging uses XCM (Cross-Consensus Messaging Format), which allows parachains to exchange tokens, data, and arbitrary payloads. In 2025, Polkadot replaced competitive parachain slot auctions with Agile Coretime, a pay-as-you-go system for blockspace allocation that lets chains purchase block production time on demand.
Avalanche: Sovereign L1s
Avalanche's Primary Network consists of three built-in chains: the C-Chain (EVM-compatible smart contracts), the X-Chain (UTXO-based asset creation using DAG consensus), and the P-Chain (validator registration and staking management).
Avalanche's consensus mechanism uses repeated random subsampling: validators query small random samples of peers and converge on a decision through statistical confidence. This achieves finality in approximately 0.8 to 1.5 seconds with O(1) communication overhead per round.
The Etna upgrade (December 2024) was a significant milestone. It rebranded "subnets" to "Avalanche L1s," eliminated the 2,000 AVAX validator staking requirement for L1 validators, introduced a flat monthly fee of 1.33 AVAX per validator, and reduced L1 launch costs by over 99%. As of early 2026, over 50 active L1s are running on Avalanche.
Comparing Security Models
| Protocol | Consensus | Finality | Security Model |
|---|---|---|---|
| Cosmos | CometBFT (BFT) | Instant (1-7s blocks) | Sovereign by default, opt-in shared via ICS |
| Polkadot | NPoS | 12-60 seconds | Shared security from Relay Chain validators |
| Avalanche | Snowman (random subsampling) | 0.8-1.5 seconds | Fully sovereign L1 validator sets after Etna |
L0-Adjacent Infrastructure
Some protocols provide foundational services that sit alongside or beneath Layer 1 chains without fitting the traditional L0 definition:
- Celestia: a modular data availability layer that decouples consensus and DA from execution. Rollups and other chains can post their data to Celestia instead of an L1. Over 56 live rollups leverage Celestia as of late 2025, with block sizes expanded to 128 MB via the Matcha upgrade.
- LayerZero: an omnichain messaging protocol deployed on more than 90 chains, enabling cross-chain smart contract communication through Decentralized Verifier Networks (DVNs). It has processed over 200 million messages and facilitated more than $166 billion in cumulative cross-chain transfer volume.
Layer 0 vs. Layer 1 vs. Layer 2
Understanding how L0 fits into the blockchain stack requires comparing it with adjacent layers:
| Layer | Role | Examples |
|---|---|---|
| Layer 0 | Framework for building and connecting multiple blockchains | Cosmos, Polkadot, Avalanche |
| Layer 1 | Self-contained blockchain that executes transactions and maintains a ledger | Bitcoin, Ethereum, Solana |
| Layer 2 | Processes transactions off-chain for a single L1 and posts proofs back | Lightning Network, Arbitrum, Spark |
L0 protocols enable native cross-chain interaction without external bridges. Layer 2 solutions like the Lightning Network or Spark scale a single L1 by moving transactions off-chain while inheriting the base layer's security. L0s and L2s solve different problems: L0s address interoperability between chains, while L2s address throughput on a single chain.
Use Cases
Application-Specific Blockchains
L0 frameworks allow developers to launch blockchains tailored to specific use cases without building consensus, networking, and security from scratch. dYdX, for example, migrated from Ethereum to a Cosmos SDK appchain in October 2023 to gain full control over its order book matching and fee structure. Each chain can customize its virtual machine, governance rules, and economic model while remaining connected to the broader ecosystem via native messaging.
Cross-Chain Asset Transfers
L0 protocols enable native cross-chain transfers without relying on third-party bridges. Cosmos IBC routes tokens between connected chains through standardized packet verification. Polkadot's XCM moves assets between parachains through the Relay Chain. These native mechanisms are generally more secure than external bridges because they inherit the L0's trust model rather than introducing new trust assumptions.
Shared Security for New Chains
Bootstrapping a new blockchain's validator set is one of the hardest problems in crypto. L0 shared security models let new chains launch with meaningful security from day one. Polkadot parachains inherit the Relay Chain's full validator set, and Cosmos consumer chains can opt into Interchain Security from the Cosmos Hub. This dramatically lowers the barrier to launching a new blockchain.
Modular Blockchain Design
L0 infrastructure supports the modular blockchain thesis, where consensus, data availability, and execution are handled by separate specialized layers. A rollup might use Ethereum for settlement, Celestia for data availability, and a Cosmos-based sequencer for ordering: each layer optimized for its specific role.
Risks and Considerations
Centralization at the Coordination Layer
Relay chains and hub chains can become central points of failure. If Polkadot's Relay Chain experiences downtime, all connected parachains are affected. While Cosmos's architecture is more decentralized (chains can communicate peer-to-peer via IBC without routing through the Hub), the Cosmos Hub still plays a privileged role in the ecosystem.
Cross-Chain Attack Surface
Interconnecting multiple blockchains expands the potential attack surface. An exploit in one connected chain could propagate effects to others through shared messaging protocols. While native L0 communication is more secure than third-party bridges, the complexity of cross-chain message verification creates its own class of vulnerabilities.
Developer Complexity
Building on L0 infrastructure requires specialized knowledge beyond standard smart contract development. Cosmos SDK chains require Go expertise and understanding of ABCI (Application Blockchain Interface). Polkadot parachains use Substrate (a Rust framework). Avalanche L1s can use the HyperSDK. This steeper learning curve limits the developer pool and slows ecosystem growth compared to deploying smart contracts on existing L1s.
Ecosystem Fragmentation
Multiple competing L0 standards (Cosmos, Polkadot, Avalanche) create fragmentation rather than a unified interoperability layer. A Cosmos chain cannot natively communicate with a Polkadot parachain: connecting different L0 ecosystems still requires external bridges or messaging protocols like LayerZero, partially negating the L0 value proposition.
Sidechain and L2 Alternatives
Not every scaling or interoperability need requires L0 infrastructure. For scaling a single L1 like Bitcoin, Layer 2 solutions and sidechains can be more practical. Protocols like Spark scale Bitcoin payments through off-chain state management without requiring a separate blockchain framework, offering a lighter-weight approach for specific use cases.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.