Arweave is Layer 0 (2024)

Arabic / Chinese / Japanese / Latvian / Russian

As modern blockchains grow in capacity by orders or magnitude, so does the data they produce. Bitcoin has been around for over 12 years and has a total size of 370 GB; Ethereum, 6 years old, 1039 GB, up 95% in the last year. Solana, a year and a half old, with a throughput that can kick out 4 petabytes of data annually.

Arweave is Layer 0 (1)The more capacity a chain has, the faster it comes up against the problem of scale. Not the traditional problem of scale around keeping gas fees cheap and transaction speed high, but the problem of being able to actually store and recall all of that data somewhere decentralized, verifiable, and accessible for all.

Trying to strike the balance between scalable, secure, and decentralized is a problem as old as cryptography. As we’ll look at in this article, different blockchains address it in different ways, but the solution may be as simple as using Arweave as a ‘layer 0’, validated by a layer of nodes on top to ensure data correctness.

Before getting into how Arweave fits in, we’ll take a deeper dive into the trilemma of decentralization and the hurdles blockchains face when storing their own historical data.

Defining layers 1 and 2

A layer 1 is another term for a blockchain’s main architecture – the ‘base layer’. Ethereum, Bitcoin and Solana are all examples of layer 1s. Of course, the term wouldn’t need to exist if there weren’t more layers to consider.

Arweave is Layer 0 (2)

Layer 2s are separately integrated networks, usually built to solve problems of scale. Optimism, for example, is an Ethereum layer 2 that solves the layer 1’s notoriously high gas fees by sending transactions as batches, paying gas once, but splitting the fee across the many participants. It also solves for scalability, since the layer 1 is only able to process 13 transactions per second despite seeing demand for an enormous amount more.

Layer 2s also exist for Arweave. The Bundlr network is an alternative way to upload batches of data to the permaweb which comes with an added guarantee that no transaction will be dropped. Scaling issues with layer 1s can usually be solved by elegant layer 2 designs. But storage issues are another matter.

The problem of storage

Blockchain size only ever goes up, and an architecture that makes it necessary for miners and validaters to store the full ledger is going to find itself becoming centralized as node operators without petabytes of storage space are priced out of the game.

See for example this post on the topic of ‘CeDeFi’, describing why it is necessary that Binance Smart Chain has a certain degree of centralization:

“Binance Smart Chain increases roughly at a 10-times faster rate than the state on the Ethereum blockchain. Currently, with an average block size of 40,000 bytes, Binance Smart Chain grows by around 1.15 GB per day which is around 420 GB per year. After a couple of years, this of course eliminates most of the consumer-grade hardware.”

The Binance solution was to commission and control its own network of validators. A Messari report from April 2021 estimates that the vast majority of the network is governed by organizations which are either Binance partners, or “presumably Binance-managed or influenced”.

Some might overlook the influence Binance Chain has over Binance Smart Chain's validator set.

BSC has 21 active validators, making it more centralized than most platforms.

This validator set is determined daily by Binance Chain, a network managed by just 11 validators. pic.twitter.com/UeWDj0o1DY

— Wilson Withiam (@WilsonWithiam) April 12, 2021

Binance sacrificed decentralization for speed and affordability in a move that the Ethereum Foundation and die-hard decentralizooors would vehemently resist. It earned Binance Smart Chaim (BSC) plenty of harsh criticism.

Offloading the job of storage onto a finely-tuned network of gargantuan centralized servers is one way to solve the storage problem, but in Binance’s case – with only a handful of nodes that can provide transaction history, who validates the validators?

Arweave is Solana’s layer 0

Out of any layer 1 we’ve discussed here, the question of storage is perhaps most pertinent for Solana. If 420 GB per year sounded hard to manage, try 4 petabytes. That’s 4,000,000 GB of transaction history generated every year if Solana is running at maximum capacity.

“[Since its inception in March 2020] the Solana blockchain has produced more than two times the number of blocks as Ethereum, Bitcoin, Polkadot, Algorand, and Cosmos blockchains combined”- Solana Labs Medium, Dec 8 2020.

Since it would be unthinkable – and likely even just as centralized as BSC – to store such amounts of data, the Solana architecture was designed in a way that only requires nodes to store the last two days of transactions. The rest is permanently committed to Arweave – immutable and able to be accessed at any time by any application.

Philosophical trust issues aside, being able to recall the full transaction history of Solana is the only thing that makes it possible build apps on top. NFT marketplaces, exchanges, and block explorers simply wouldn’t function without a memory longer than two days.

This heroic feat of archivism is achieved using what’s known as the SOLAR Bridge – a connection between Solana and Arweave that rapidly sends confirmed blocks to Arweave in parallel.

Arweave is Layer 0 (3)

This ensures Solana transaction history is always available to be validated and leveraged in the ever-expanding ecosystem of applications.

But Solana is just one part of the story – when it comes to archiving blockchains, Arweave isn’t limited to just one source.

KYVE is everything’s layer 0

KYVE is an Arweave-based network which can archive and validate data of any kind. The problem it solves is one present with the current Solana/Arweave bridge – the problem of trust and centralization. With just one node sending Solana’s transaction history to Arweave, we have to be able to trust that node.

Arweave is Layer 0 (4)KYVE is different. Anyone can be a validator, and KYVE is already backed by a number of blockchains which will fund future archiving projects, including Avalanche, NEAR, Polkadot, Cosmos and Solana. KYVE’s testnet is currently actively archiving Avalanche data and plans to expand far beyond that, powered by a recent raise of $2.8m. The second round of funding indicates interest from chains like Celo, Mina, Aurora, Moonriver, Moonbeam and Octopus Network.

“It’s completely decentralized. So the way it works, is that you have a pool that has a job of archiving a data stream. The cool thing about that is that in that pool you have one uploader. All that uploader’s job is that it pulls down data from the blockchain and pushes it to Arweave. Then you have validators in the pool – it could be any number – we currently have 1,300. Validators look at all the data an uploader is archiving, pull it down for themselves, talk to the truth of source, and then do a simple hash comparison and vote. We can then be sure that the validators are correct because KYVE is backed by proof-of-stake, and minority voters get slashed” – John Letey, KYVE co-founder”

KYVE itself doesn’t actually store any data itself, only validates it – “this is a perfect example of why Arweave is a layer 0”, KYVE co-founder John Letey told us.

When mainnet launches, KYVE will be archiving new blocks from the pooled chains but also tracing data all the way back to the genesis block, ensuring every transaction from every partner blockchain is stored immutably and verified by staked nodes.

Storing chain data on Arweave permissionlessly exposes it via a GraphQL API to any app that wants to use it, plus it’s got a user-friendly naming scheme for tags that allow any query to reference any transaction across indexed chains.

KYVE’s plans for the future involve rolling out a new pool with a new blockchain partner every week, and examining how zero knowledge proofs could also be implemented.

The universal storage layer of the future

At its heart, Arweave is a database. But unlike any database ever created, it’s permanent, immutable, and accessible by anyone. Through unique incentive mechanisms, it guarantees storage and access. Through a unique consensus mechanism, it remains lightweight and fast. And, with the addition of bundles, it has guaranteed reliability and is easy for application developers to integrate.

The Solana/Arweave bridge was the first step. Now, KYVE will take it even further by providing a simple, trustless and validated way for any blockchain to store its entire history. Arweave is the blockchain world’s layer 0 for these reasons, now and in the future.

Join our
Telegram / Discord / Twitter

Arweave is Layer 0 (2024)

FAQs

What are the best layer 0 Cryptos? ›

The three most popular Layer 0s are Cosmos, Polkadot and Avalanche.

What are layer 0 solutions? ›

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.

Which coin is layer 0? ›

Polkadot. Polkadot is a layer 0 protocol on which several specialised blockchains known as “parachains” are built. Under this system, Polkadot can provide scalability to all projects through a common validator pool. Thus, the cost of transactions is spread across multiple parachains.

Is layer 0 better than layer 1? ›

Layer 1 blockchain is an advancement in layer 0. Under this layer, the blockchain network is maintained functionally. However, scaling is a limitation in the layer one blockchain. Any changes and issues arising in the new protocol in layer 0 will also affect layer 1.

Is Cardano layer 0 or layer 1? ›

The majority of the most familiar blockchains are all layer 1 chains. Examples include Bitcoin, Ethereum, Avalanche, and Cardano. These all share certain features that define them as layer 1 chains.

Is Cardano layer 1 or 2? ›

Layer 1: functionality

With this visual schematic in mind, Cardano is the layer 1 (the base network), which itself includes three independent layers: Network layer. Consensus layer. Ledger layer.

Is Polkadot a layer 0? ›

Polkadot is a next-generation blockchain and layer-0 protocol that unites multiple specialized blockchains into a unified, scalable network.

Is chainlink a layer 0? ›

Chainlink offers developers leveraging LayerZero technology one of the best suite of features to secure their cross-chain transactions and scale the protocol as a whole: Reliable Infrastructure — Chainlink oracles create redundancies to ensure oracle services are highly available, manipulation resistant, and precise.

Is Cosmos a layer 0? ›

Cosmos is a key Layer 0. It connects different blockchains into a meta-blockchain system. On Layer 0, a smart contract on one network may execute a transaction on another.

Is AVAX layer 0? ›

Avalanche is a Layer 0 ecosystem made up of three core Blockchains each optimized for specific tasks within the network. AVAX, the native utility token of the Avalanche Network is used to pay fees... Very detailed - rate it!

Is Polkadot a layer 1? ›

It calls itself a Layer 0 blockchain, whereas Ethereum and similar blockchains like Solana (SOL) and Cardano (ADA) are called Layer 1 blockchains.

What are the list of layer 0 blockchains? ›

The most popular layer 0 blockchain protocols include Cosmos, Polkadot, Avalanche, and Horizen. They may differ in terms of consensus mechanism, security systems, and flexibility.

Is BTC a layer 0? ›

Blockchain Layers Explained

Layer zero blockchain is the initial stage of blockchain that allows various networks to function, such as Bitcoin, Ethereum, and many more.

What is an example of a layer 0 crypto? ›

Blockchain protocols such as Cosmos (ATOM) and Polkadot (DOT) are prime examples of layer-0 blockchain protocols that employ a decentralized network of independent parallel blockchains to create an entire ecosystem of networks with superlative cross-chain interoperability.

How do I use layer 0? ›

Layer 0 is used for creating blocks, not for drawing.
...
  1. We cannot delete or rename layer 0 even if there isn't any geometry on it. ...
  2. Every CAD drawing file has layer 0 and newly-created files at least have one layer, which is layer 0.

What layer 0 is Solana built on? ›

What is Layer 0 (Layer Zero)? Layer 1s are like Bitcoin, Ethereum and Solana – these blockchains enable decentralized applications (DApps) such as Uniswap, Aave, Axis Infinitiy to be built on top of them.

Is XRP a layer 1 solution? ›

XRP is an open-source, layer-1, cryptocurrency designed by the company, Ripple, to compete with the SWIFT network by enabling low-fee, instant international money transfers.

Is XRP a layer 1? ›

Blockchain layer 1 refers to the distributed database itself, the peer-to-peer network that brings all the blockchain's nodes together into a single system, and its underlying consensus mechanisms. For example, Bitcoin's layer 1 is the Bitcoin network, Ethereum's is the Ethereum network, and Ripple's is the XRP Ledger.

What are examples of layer 0 crypto? ›

What is a Layer 0 Crypto example? The most popular layer 0 blockchain protocols include Cosmos, Polkadot, Avalanche, and Horizen. They may differ in terms of consensus mechanism, security systems, and flexibility.

Is polygon a layer 0? ›

Polygon is a Layer 2 blockchain that aims to help Ethereum with its scalability. By acting as a Layer 2 protocol, Polygon doesn't aim to duplicate Ethereum's functionality. Instead, it helps improve transaction speeds and lower costs for developers.

Does LayerZero have a token? ›

Currently, LayerZero does not have a token YET.

Top Articles
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 5933

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.