Skip to main content

What is a Layer 0 Blockchain?

Over the past 3 years, the cryptocurrency ecosystem has seen an explosive growth in new and innovative projects offering novel ways to deliver banking services, exchange digital art, trade financial products and more.

Underpinning this boundless innovation in crypto-based products has been the constant improvement of blockchain infrastructure to support secure, scalable and decentralized applications.

The most notable examples of this can be seen on blockchains like Ethereum and Solana.

These blockchains are categorized as ‘Layer 1s’ because they serve as the infrastructure for developers to build and launch decentralized applications or Dapps that are tethered to the underlying consensus rules of their host blockchain.

EVM on Horizen

Horizen EON is our first public proof-of-stake sidechain and a fully EVM-compatible smart contracting platform that allows developers to efficiently build and deploy dapps on Horizen, while fully benefiting from the Ethereum ecosystem.

The adoption of these layer 1 networks and value of their native cryptocurrencies have skyrocketed as a result of users interacting with hundreds of popular Defi, NFT or gaming Dapps that exist on their infrastructure.

The Problem with Layer 1s

As the demand for Dapps increases and more capital flows into the space to support development, we are beginning to see the growing pains of layer 1 networks as they struggle to meet the needs of developers and end users who have opposing views on whether dapps should prioritize scalability, security or decentralization.

Layer 1 networks are built with a monolithic architecture. This means that the execution, consensus and data availability layers are all functioning within a single blockchain network. This stacked design places a strain on the system and results in the need for blockchains to comprise decentralization for security, or scalability for decentralization.

In addition, the lack of control over the underlying infrastructure that dapp developers build on top of has also been a cause of much frustration. Rising gas fees on the Ethereum network make all ethereum dapps too expensive to use, while unexpected downtime on the Solana network similarly makes all dapps on Solana also go offline.

Dapp developers must also make compromises in how they design their dapps in order to remain compatible with these L1 networks, and lack the ability to explore different consensus mechanisms or to experiment freely with token incentive models because consensus is a primary function of the L1 infrastructure layer.

The overdependence on L1’s and difficult tradeoffs imposed by the scalability trilemma can only be remedied by creating a new base infrastructure that empowers developers to launch their own independent blockchains that can be optimized for different aspects of the scalability trilemma.

This base infrastructure is called layer 0, and it is the single most important component for helping blockchains and decentralized applications achieve limitless scalability while maintaining the highest possible levels of decentralization and censorship resistance.

What is a Layer 0 Blockchain?

A layer 0 is a type of protocol that enables developers to launch multiple layer 1 blockchains that can be designed to each serve a specific purpose and cater to 1 or 2 dimensions of the scalability trilemma as opposed to all 3.

These L1 networks can also be made to communicate with each other such that the end user can have the experience of using one blockchain while they are in fact using multiple.

Layer 0 (L0) networks are equipped with software development tool kits or SDKs that allow developers to launch their own blockchains, known as Layer 1s or L1s or sidechains, that are connected to the L0 mainchain but operate independently.

We can think of this like an infrastructure for launching new blockchains like the Bitcoin network or the Ethereum network.

Examples of L0s include: Horizen, Cosmos and Polkadot.

Each L0 comes with its own unique implementation and approach for developers to launch their own blockchains.

Why are Layer 0s Necessary?

Layer 0 networks solve 3 critical problems for web3 development and adoption: Scalability, flexibility and interoperability.

The Scalability Trilemma

As mentioned before, the scalability trilemma is a series of trade-offs between decentralization, speed/scalability, and security that one must make when designing a blockchain and constructing rules for its on-chain .

scalability trilemma

  • Centralization = Increased Speed, Decreased Security & Censorship Resistance
  • Decentralization = Decreased Speed, Increased Security & Censorship Resistance

It is very difficult, if not impossible, to achieve perfect decentralization without compromising scalability, and vice versa.

This is especially true on a monolithic blockchain where all the critical functions like transaction execution, consensus and data availability (the ability to verify that all the data from new blocks has been published) are managed by a single network, increasing the likelihood of congestion and making it much more difficult to scale.

A workaround to the scalability trilemma is to delegate the primary responsibility for these 3 functions to different independent blockchains. This design ensures that the execution chain can be optimized for handling high TPS dapps like a DEX or play-to-earn game without worrying about decentralization.

A second chain can then be optimized for decentralization and serve as a final consensus layer for the execution chain to enable withdrawals to and anchor its data.

When it comes to scalability, layer 0 networks can help blockchain scale by increasing transaction throughput. While transaction speed is typically measured in terms of TPS (transactions per second), transaction throughput looks at the total number of transactions that a network can handle at one time.

Flexibility

What makes an independent blockchain truly independent is having its own set of validator nodes to confirm transactions and produce blocks based on their own consensus mechanism.

As a developer, the ability to develop your own blockchain from scratch means that you can:

  • Design your token issuance model - inflationary or deflationary
  • Optimize your chain for speed, decentralization or security
  • Make your network private and permissioned or public and permissionless
  • Curate the type of dapps that you want built on your network and foster your own developer ecosystem.

What’s more, thanks to the SDKs of L0 protocols, the time and complexity of launching a blockchain on a L0 network can be compared to launching a Dapp on an L1, which means you can build and manage multiple L1s with relatively little effort.

Interoperability

Interoperability is the ability for computer systems with different programs to interpret and exchange information with each other with minimal friction.

The perfect analogy for understanding the importance of interoperability in the blockchain space is to think about blockchains as large cities that need to be connected via bridges in order for economic activity to flow in and out.

Layer 0 networks use various different iterations of a cross-chain transfer protocol to enable tokens and other forms of data to be transferred:

  • From the Layer 0 mainchain to Layer 1’s
  • Layer 1s to layer 0’s
  • And between layer 1’s

Cosmos, a layer 0 network, uses a mechanism called the Inter-Blockchain Communication protocol (IBC), where layer 1 blockchains called ‘Zones’ can communicate and transfer value between each other using the mainchain ‘HUB’ as a central checkpoint and intermediary.

Horizen uses its Cross-Chain Transfer Protocol (CCTP) to enable sidechains to communicate and transfer tokens to the mainchain and between other sidechains.

How Does a Layer 0 Work?

The 3 main components of a Layer 0 protocol are:

  • The Main Chain: Which typically serves as the primary blockchain where transaction data from the various L1 chains are backed up.

  • Sidechains: Independent layer 1 blockchains that have their own set of validator nodes and can run their own consensus mechanism. These chains do not rely on the mainchain for security, but will often share the security of the mainchain since it is typically the largest and most decentralized.

    • Sharing security can occur in different ways. For example, a user may be required to stake the L0’s token in order to become a validator on an L1, which means they can lose both their L0 stake and their L1 stake if they attempt to submit fraudulent transactions.

    • In other cases, L1s will periodically share their network state, the latest record of account balances and transaction history, with the L0 in order to keep a backup in a more secure network in case the L1’s records are ever compromised.

  • Cross-chain transfer protocol: The mechanism that enables tokens and other forms of data to be transferred between chains in a trustless and secure manner.

Layer 0 architecture

horizen cosmos polkadot

Today, there are a handful of notable L0 networks that are ushering in a new era of highly customizable and scalable blockchains.

Cosmos PolkadotHorizen
SummaryCosmos is a scalable and interoperable network of blockchains. Developers can launch their own blockchains (or ‘Zones’) using the Cosmos SDK.

Cosmos Zones are connected together by Hubs using the Inter-Blockchain Communication protocol (IBC).

Polkadot is a blockchain protocol that unites an entire network of purpose-built blockchains known as ‘parachains’.

Parachains are connected together and secured by the Polkadot Relay Chain. They can also connect with external networks via bridges.

Horizen is a zero-knowledge-enabled network of blockchains.

Zendoo, Horizen’s sidechain system, allows developers to custom build their own public or private blockchain and customize consensus type, speed, privacy, and tokenomics of their blockchain.

Blockchains built on Horizen are privacy-preserving and can produce massive throughput without compromising decentralization.

Key Differentiators IBC enables seamless interoperability between Cosmos Zones, including popular networks like Binance Smart Chain and Terra.

All blockchains use a proof of stake consensus mechanism

Network provides a shared security model between parachains, meaning developers do not have to worry about attracting enough miners or validators to secure their own chains.Privacy-preserving features through the use of zero-knowledge proof cryptography enabling verifiable transactions without revealing underlying data or relying on 3rd party validators.

Highly customizable for developers. Developers can choose their own consensus, speed, privacy and customize crypto-economy for their blockchain.

Network Launch Date201920202021
# of Nodes15030045,000
# of L1 Blockchains (Zones, Parachains, Sidechains)47 Zones12 Parachains3 Testnet Sidechains

1 Mainnet Sidechain

# of Dapps and services on L0 network2591759

What Makes Horizen the Top Choice for L0s?

Competitive Edge in Privacy Technologies

As a zero-knowledge enabled network of blockchains, Horizen is leveraging the latest privacy technologies to enhance the utility and scalability of blockchain networks.

Horizen’s sidechain system Zendoo employs a form of zero knowledge proofs called zk-SNARKs, which uses special cryptography to enable users to make transactions from a sidechain to the mainchain without the details of the transaction being known to the nodes that validate them.

Additionally, Horizen uses zk-SNARKs to make transactions between sidechains verifiable by the Horizen mainchain without the details of these transactions being known to the nodes that validate them. Instead of validating sidechain transactions through proof-of-work, all the mainchain needs to do is verify ‘proof of computation’ for virtually any number of sidechain transactions that have occurred on the network.

This reduces the computational load of the mainchain and further helps to enhance Horizen’s scalability capabilities

Designed with Enterprise Adoption in Mind

According to a Cambridge University research study on enterprise blockchain adoption, the second most popular reason why enterprise blockchain projects are discontinued is because of concerns over confidentiality and privacy:

blockchain survey

Through ZKP technology, enterprises are able to safely utilize public blockchain networks to send and receive data without revealing any sensitive information.

Horizen has also created a special auditing solution called ‘zkAudit’ to enable audits to be performed on private companies in a completely decentralized, transparent, and privacy-preserving manner through ZKPs.

zkaudit

The size of the global enterprise data management market is expected to reach $135.8 billion by 2027.

Additionally, the global cloud computing market size is expected to reach $1.25 trillion by 2028.

These massive figures represent the value of large multinational corporations hosting and sharing data across global supply chains and digital networks.

Horizen’s specialization in privacy preserving technologies makes it perfectly positioned to capture this value as enterprises begin to transition to storing data on blockchains in order to increase security and transparency while maintaining privacy.

Consensus Agnostic - Greater Flexibility

Zendoo enables developers to build independent and highly customizable blockchains that can be set up to work with any consensus mechanism, including:

  • PoS, PoH, pBFT, DAG, etc.

Being consensus agnostic ensures that the Horizen’s network can come as close as possible to achieving perfect asymmetry between scalability, decentralization, and security as possible.

Underlying Security Model Built for Robustness

The Horizen team has built a more secure version of the proof-of-work consensus mechanism for their mainchain network, leveraging what we call a ‘penalty system for delayed block submission’ to enhance protection against 51% attacks.

No matter the level of decentralization of a sidechain, once the sidechain transaction data is verified by the mainchain, it becomes anchored to the same security model as its modified proof-of-work consensus mechanism.

In conclusion, Horizen is an early entrant into the layer zero space yet is offering some very clear differentiating features, such as its focus on privacy, consensus agnostic sidechains and enhanced proof of work security model for its mainchain.