Stay vigilant against phishing attacks. Chorus One sends emails exclusively to contacts who have subscribed. If you are in doubt, please don’t hesitate to reach out through our official communication channels.

Blog

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Opinion
Others
Ecosystem Review: NEAR
We examine NEAR's technical framework, cross-chain composability, significant on-chain activity spurred by the recently launched KaiKai shopping app, and the transition towards a Blockchain Operating System (BOS) that seeks to transform Web3 accessibility.
November 7, 2023
5 min read
  • This is an excerpt from the Quarterly Insights Q3 2023 report. Find the full report, here.

This edition of the Ecosystem Review covers NEAR, which in technical terms, is a layer one, sharded, proof-of-stake blockchain, and in practical terms, targets to become the operating system (“OS”) for an open web.

Each transaction in the NEAR blockchain costs less then $0.01 and blocks are finalized in only 2 seconds, placing the protocol in the group of fast and cheap blockchains. The decision to dive deeper into Near this quarter is based on the attention it’s getting from the announcement of Blockchain Operating System and other apparently successful initiatives for expansion of the ecosystem, which have been reflecting in increased on-chain activity (Fig 1), despite the current market scenario.

Before revealing the main actor behind the spike in network activity, this article will review the protocol’s technical architecture, the staking and economics parameters and other relevant aspects, like cross-chain composability.

For the new and old fans of NEAR, the community is meeting up in person in the upcoming NEARCON, a 4-day event to take place in Lisbon in November.

Fig 1: Ecosystems Comparison - Number of Daily Transactions. Source: flipsidecrypto.xyz

The NEAR protocol is a proof-of-stake network which means that Sybil resistance is done by staking the native token, also called NEAR or Ⓝ. The time is measured in epochs. An epoch is made of 43,200 blocks. Ideally an epoch lasts about 12 hours, but in practice it lasts longer than that, since average block time is currently around 1.11 seconds according to nearblocks.io - the official block explorer.

NEAR is a layer one blockchain. Because of its sharded architecture, a block in NEAR includes one chunk for each shard, and the chunks respectively  include the transactions executed for its associated shard. In terms of network participants, the block producer is a heavy duty, since it requires participants to store the full ledger (aka full node) for all chunks. In order to scale and decentralize the set of operators, the protocol is designed to allow a lighter type of node in addition to the block proposer, called chunk-only producer, who creates blocks for single chunks.

NEAR features a runtime layer to execute code, and supports the deployment of applications, a.k.a smart contracts. Smart contracts are written in either JavaScript or Rust, and the NEAR SDK compiles the contracts into WebAssembly (WASM). The NEAR runtime uses the concept of Gas to unify the cost of execution and bandwidth. Each WASM instruction or pre-compiled function gets assigned a gas fee  based on measurements on a common-denominator computer. Same goes for weighting the used bandwidth based on general unified costs.

Gas is priced dynamically for each block, and adjusted based on the consumption of the limit in the previous block. When a smart contract wants to store some data, storage cost is computed, and the appropriate amount of NEAR tokens is “locked” on the account. When data is removed, tokens are unlocked. Unlike gas, these tokens are locked in the smart contract’s account, so the user doesn’t directly pay for it. 30% of gas fees users spend on a particular application will go to the contract’s account, generating revenue for the deployer via usage.An interesting aspect of the NEAR protocol lies in the accounts system: it natively supports account abstraction, which means that instead of identifying users by their public/private key pairs, it defines accounts as first-class entities. The implications in usability, are:

  • users can use readable account names, ex: `chorusone.near`
  • multiple key pairs with different permissions can be associated to a single account
  • hierarchical accounts structure used to manage multiple smart contracts under one parent account - since each account holds only one smart contract
  • accounts/public keys are created using transactions, they are stored and can be found querying the ledger.

A complete overview of the technicalities of the Protocol can be found in https://docs.near.org.

Cross-chain Composability

As stated previously, NEAR has its own runtime, which is not compatible with the Ethereum Virtual Machine. However, using a Layer-2 like approach developers can deploy Ethereum-compatible applications to NEAR, and leverage its lower cost and higher throughput platform. It is the case of the Aurora project, an Ethereum Virtual Machine (EVM) built on top of the NEAR Protocol. The most popular tools built for EVM development are also available to be used on Aurora.Also adding to interoperability, the Rainbow Bridge plays an important role as it allows transferring assets between the Ethereum Blockchain and NEAR. The Rainbow Bridge protocol is a trustless, permissionless protocol for connecting blockchains, developed in-house, by the NEAR team.

The core idea behind it is to implement an Ethereum light client in Rust as a NEAR contract, and a NEAR light client in Solidity as an Ethereum contract. Trust assumptions are minimized using this protocol, as anyone can deploy your own instance as a smart contract. This can facilitate simple (e.g. a canonical token migration) and complex interactions between NEAR and ETH, for example, allowing ETH holders holding a given token to vote in your DAO on NEAR.

Activity

In contrast to other ecosystems, the NEAR blockchain was able to keep up a relatively high level of daily transactions over the past year, despite the dramatic slow down the whole crypto space has seen. Activity metrics have spiked at a daily 1M transactions in August 2023, leaving behind previous heights of approximately 500k daily transactions (Fig 2).

Fig 2: Number of daily transactions executed by the NEAR Blockchain. Source: flipsidecrypto.xyz

Leveraging NEAR account system, and Flipside Crypto to plot the top accounts by number of transactions shown in Fig 3, the main driver of the increased activity can be spotted: the accounts and tokens related to Kai-Ching, or $KAIC, the token of KaiKai, a Singapore-based shopping app:

Fig 3: Top accounts by number of transactions per month since January ‘23. Source: flipsidecrypto.xyz

KaiKai is an application built by Cosmose, a nine-year-old company targeting the use of artificial intelligence to improve off-line shopping with ultra precise recommendations and advertising. Cosmose was featured in the list of the 100 world’s most promising private AI companies in 2022. With a team distributed across Warsaw, Shanghai, Hong Kong, Singapore, Tokyo and Paris, the company recently raised an undisclosed amount at a $500 million valuation, up from $100 million when it closed its $15 million Series A financing in 2020. The Near Foundation has made a strategic investment in Cosmose, announced in April '23, according to techcrunch.com.

Fig 4 illustrates the relevance of KAIKAI-related transactions in the ecosystem, in contrast with overall transaction volume.

Fig 4: KAIKAI related transactions in contrast to other transactions. Source: flipsidecrypto.xyz

KAIKAI uses AI to curate and personalize vendors’ offers and partnerships. In contrast with the conventional e-commerce, users shop online through the app but pick it up in person. With every purchase, users are rewarded with the $KAIC as cashback that never expires. The token is also used in the app to facilitate refunds, but at this point, it can not be traded anywhere, nor exchanged for Fiat.

This year, the Foundation also launched Near Horizon, a social platform to connect everyone involved in the ecosystem: builders, contributors and backers can create a profile to share and discuss ideas, hire members to the team, apply for funding etc. This came shortly after NEAR announced its transition to a Blockchain Operating System (BOS), an initiative to establish NEAR as the entry point into the decentralized internet - the Web3. BOS is designed to effortlessly create and distribute decentralized apps on any blockchain, not only on NEAR. BOS is focused on accessibility.

You can use javascript, the most popular programming language (according to statista.com) to create, fork and reuse components already published by other users; connect with a NEAR account to retrieve owned components; and deploy and host naturally open source apps on-chain. Not only adding value to the ecosystem, BOS seems like a good progress to the onboarding of developers to Web3.

Staking and Economics

At the time of writing, the project was valued at more than $1 Billion (source: coinmarketcap.com ) and the NEAR token was traded at $1.04, not far from its launch price in October 2020 - see Fig 5. The Proof of Stake network is run by 213 nodes and secured by 604.9M of staked NEAR, equivalent to $630M, or 60% of the total token supply. Judging by the list of nodes, most of them are managed by professional infrastructure providers, and are distributed globally. The largest validator concentrates 7.8% of voting power and the super minority is formed by only the top 8 validators.

Fig 5: $NEAR token price history since launch. Source: coingecko.com

The annual inflation rate is 5% and the staking APR is 7% according to Staking Rewards. The inflation is distributed to stakers every epoch in the form of block rewards. The protocol supports staking delegation, which means that token holders can natively and securely stake their tokens with node operators they trust. During each epoch, validators’ voting power in the network remains constant. Changes to stake amounts are processed at the beginning of the next epochs, e.g. it takes a maximum of 12 hours to start participating in rewards after delegating NEAR. The unbonding period is also comparatively short: upon unstaking, users receive their tokens after 3 full epochs (36-48 hours). Follow the full staking guide in this link to learn how to create and fund a NEAR account, stake your tokens and withdraw rewards.

About Chorus One

Chorus One is one of the biggest institutional staking providers globally operating infrastructure for 45+ Proof-of-Stake networks including Ethereum, Cosmos, Solana, Avalanche, and Near amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures.

Opinion
Others
A sneak-peek at validator side MEV optimization
With Ethereum staking rates having risen to currently around 23% of total supply, validator-side MEV is quickly becoming a topic of immense interest. So take a sneak peek behind the curtains in the first article of this Quarterly Insights report.
November 7, 2023
5 min read
  • This is an excerpt from the Quarterly Insights Q3 2023 report. Find the full report, here.

Staking rewards generally derive from a combination of inflationary rewards, transaction fees, and MEV. We are certain that a complete understanding of the Ethereum PBS pipeline allows validators to extract more MEV through targeted infrastructure optimizations.

While adjacent topics have been discussed in literature (e.g. Schwarz-Schilling et al., 2023), Chorus One is the first node operator to successfully test out different optimization approaches on mainnet. We find that the most impactful improvements are contingent on comprehensive internal data, and have generally not been discussed in their specificity.

The goal of this article is to share the results of a recent pilot. We will follow-up with more detail in a later, comprehensive study, which we are co-authoring with one of the most recognizable and competent teams in the MEV space.The pilot makes use of several modifications which positively impact MEV extraction. The rest of the article will discuss one straightforward, illustrative example in more detail, and present the overall results of the pilot so far.

There are two components to APR optimization. Firstly, we should maximize the payoff of the blocks we propose, and secondly, we should minimize the likelihood of missing our chance to propose (i.e. missing our slot). The first of these is more complex and can be approached in several ways, including via latency games, and other infrastructure optimizations.The latter is more accessible, and primarily hinges on running a robust infrastructure setup with appropriate redundancy. However, relay selection also plays a role. Let’s dive in!

A basic illustrative adjustment: drop underperforming relays

The goal of this section is to give an example of a straightforward MEV-adjacent infrastructure adjustment that can positively impact validator APR by minimizing the probability of a missed slot. This modification is not central to our MEV strategy in terms of impact, but it is illustrative of the Ethereum MEV supply chain.

As per conventional wisdom, a validator is best off integrating with a large number of relays, as the mev-boost auction will yield the highest bid, i.e. there is no obvious downside to soliciting a maximum number of bids.

This is only half of the story. Let’s recall how validators and relays interact in more detail. First, the validator requests a block header from a relay, which then delivers the header corresponding to the most profitable block available to the relay. In parallel, the validator also solicits bids from all other relays it is integrated with. The mev-boost auction then determines the highest bid, the validator signs the header associated with this bid, and asks all relays to deliver the payload associated with this header.

The relay that is quickest to respond (typically the relay that delivered the original bid) then broadcasts the block and returns the associated payload to the proposer. This may be done with a delay versus previous implementations (i.e. at proposer’s slot t=0), as early distribution of the payload theoretically allows an unethical proposer to build an alternative block exploiting the transactions in the block received from the relay. This vulnerability has been outlined by the “low carb crusader”, and more details can be found in this post by Flashbot’s Robert McMiller.

The upshot is that in addition to transferring bids from builders, relays also carry responsibility for propagating the final signed block to the network. This is more pronounced now than previously, as the time available for this step has been decreased. Therefore, validators should favor relays that deliver payloads rapidly, or run an idiosyncratic risk of missing their slot, for relays that underperform.In practical terms, we find that relays can diverge significantly on delivery speed, and that for one relay in particular, a routine network disturbance could lead to a missed slot if the validator depends on it to deliver a given block.

The following graph shows the cumulative probability distribution for the maximum time at which a block becomes eligible within each slot, and each line represents a relay.This is a snapshot that is relative to a subset of our nodes over a limited period, and relay performance can vary over time, i.e. should be constantly and granularly monitored. Relays are currently a costly pro-bono good, and we appreciate providers subsidizing the network in this way.

In practical terms, for this particular cluster of nodes, running the relay color-coded light blue is a negative EV decision, i.e. it should be dropped. This is due to the consistent delay it exhibits in making blocks eligible, as compared to other relays.

Our current MEV pilot: A first look at the results

Our current MEV pilot combines straightforward adjustments, like the relay selection process illustrated above, with more significant and systematic infrastructure optimizations.

The below graphs are a first look at the results, and summarize performance over approximately a quarter.

As such, getting a grip on variance requires robust statistical processing. As MEV is tail-heavy (i.e. most profit is produced by rate opportunities), results can vary significantly over time, and capital invested. We are comparing the MEV payoff distribution of the pilot with the MEV payoff realized by a set of Lido nodes. On a per-block level, we find that our pilot has improved MEV rewards significantly:

This extends to the aggregate case - over our sample, the pilot has extracted higher rewards than a “vanilla” setup with a probability approaching 100%:

The upshot is that we feel highly confident that the infrastructure optimizations implemented in our pilot study aggregate out at an APR that is consistently higher than what a non-optimized setup typically achieves.We will elaborate further on specifics in a forthcoming study. If you are interested in learning more about our approach to MEV, please reach out to us anytime at research@chorus.one.

About Chorus One

Chorus One is one of the biggest institutional staking providers globally operating infrastructure for 45+ Proof-of-Stake networks including Ethereum, Cosmos, Solana, Avalanche, and Near amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures.

Opinion
Why is data availability important, and how is Celestia addressing this?
We explore how Celestia - the first modular blockchain network - addresses and optimizes the data availability issue.
November 6, 2023
5 min read

Celestia is the first modular blockchain network that is optimized for ordering transaction data and making it available. It solves the scalability problem of a blockchain without sacrificing decentralization and accomplishes this by separating execution from consensus and addressing data availability challenges through a technology called data availability sampling. In this article, we explore why data availability is crucial, and how Celestia addresses this. (If you're new to Celestia, we've got you covered with a quick rundown of the network in a previous article.)

Before diving into the importance of data availability, it might be helpful to have a little refresher on the basics of how most blockchains work.

Blockchains offer a range of fundamental functions that make them versatile for various applications. These functions are:

Execution: Handling transaction execution and state updates.

Consensus: Establishing agreement on transactions and their order.

Settlement: Resolving disputes and facilitating cross-chain connections.

Data Availability: Proving the publication of  transactions on the network.

Monolithic blockchains, like Ethereum or Solana, which encompass all these functions in the same chain have been the dominant model in the blockchain space. However, the widespread adoption of these systems have raised concerns about the lack of specialization and high gas fees during peak usage, as seen with Ethereum,  impacting both current and potential users. This issue underscores the need for more scalable, specialized and efficient solutions.

This is where Modular blockchains like Celestia enter.

Unlike other monolithic blockchains, Celestia decouples the data availability layer from the execution layer and focuses only on ordering transactions and their data availability,  i.e, they solely work on proving that transactions are published on the network and are available for everyone to see. The execution and settlement of transactions are left to the respective rollup. (As a permissionless network, Celestia uses Proof-of-Stake to secure its own consensus. Like any other Cosmos network, users can help secure the network by delegating their TIA to a validator like Chorus One.)

But why is data availability important?

When you make a transaction, it needs to be confirmed and added to the blockchain for everyone to see. Once the transaction is confirmed, it's put into a "mempool" where it waits for its turn to be added to the blockchain. The full nodes then download this new block, execute/compute every transaction included within this block (including yours), and make sure they are all valid. They check things like whether you have the money you're trying to send and that you're not doing anything sneaky. Full nodes therefore perform the important task of enforcing the blockchain’s rules on validators. This is where things get tricky.

Since full nodes check every transaction to verify they follow the rules of the blockchain, blockchains cannot process more transactions per second without increasing the hardware requirements of running a full node (better hardware = more powerful full nodes = full nodes can check more transactions = bigger blocks containing more transactions are allowed). But if the hardware requirements of running full nodes increased, there would be fewer full nodes and decentralization would suffer because not many people can afford to run them, and that's bad for the blockchain's security. See, the more full nodes we have, the safer the blockchain is because it would make the network more decentralized if the voting powers were well distributed. If there are only a few, we'd have to trust them a lot more, and that's risky because it's more centralized.

Now, here's where ‘data availability’ comes in. It's like making sure the information in the transactions is available for everyone to check. If the people adding new blocks to the blockchain don't share this info in the first place, it's a problem. Full nodes can't do their job of checking things, and we'd have to trust the block creators more. So, data availability is all about keeping things open and transparent to maintain trust and security in the blockchain. It's a key part of how blockchains work and stay safe.

Circling back - How does Celestia address data availability?

Celestia's primary focus on data availability (DA) enables any rollup to utilize it to solve the data availability issue, while still maintaining its independent execution environment. Due to its modular nature, any language or virtual machine can be used to build on top of Celestia.

Celestia solves the issue by using a technology called ‘data availability sampling’ - a mechanism that allows light nodes to verify data without needing to download the entire block data. Essentially, light nodes perform multiple rounds of random sampling on small portions of block data. As they conduct more rounds of sampling, their confidence in the data's availability progressively grows until it meets a specified threshold. Once this threshold is reached, the block data is considered available and valid.

The key advantage is that as more light nodes participate in this sampling process, the network's capacity to handle data increases. This, in turn, permits the scaling of block sizes without a corresponding increase in the cost of verifying the blockchain. In essence, it's akin to having a larger number of independent verifiers cross-checking the blockchain's integrity,which makes the whole system better and faster.

Staking TIA with Chorus One

As a permissionless network, Celestia uses Proof-of-Stake to secure its own consensus. Like any other Cosmos network, users can help secure the network by delegating their TIA to a validator like Chorus One. Check out our guide to stake your TIA with Chorus One using the Keplr wallet.

Key information

Wrapping Up

Celestia is a modular network that makes it easy for builders to launch their own blockchain by focusing solely on data availability. It allows developers to easily deploy blockchains on top of Celestia, as easy as deploying smart contracts. This accessibility empowers individuals to create their own unique rollups and blockchains, serving a multitude of purposes and ensuring scalability for a broader audience. Celestia keeps decentralization top of mind with their architecture, design choices and innovations. In addition, it significantly reduces the cost for builders to deploy their own blockchain while accelerating execution layer research and creativity. We’re excited to watch their ecosystem launch and grow in 2023 and beyond!

Resources:

Understand everything you need to know about Celestia in 10 questions

Stake TIA with Chorus One

Check out their ecosystem

Check out Celestia’s docs to start building on Celestia

About Chorus One

Chorus One is one of the biggest institutional staking providers globally operating infrastructure for 45+ Proof-of-Stake networks including Ethereum, Cosmos, Solana, Avalanche, and Near amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures.

Opinion
Understanding Celestia in 10 questions
We explore Celestia - the first modular network and the essential aspects of its design - in 10 questions!
October 31, 2023
5 min read

Celestia is the first modular blockchain network that is optimized for ordering transaction data and making it available. It solves the scalability problem of a blockchain without sacrificing decentralization, and accomplishes this by separating execution from consensus and addressing data availability challenges through a technology called data availability sampling.

To simplify Celestia's purpose and the essential aspects of its modular design, our Research Expert, Kam Benbrik, delves into the topic by answering ten crucial questions. Dive in below!

  1. What exactly is the core concept of a modular blockchain, and how does it differ from traditional monolithic blockchains?

In a monolithic blockchain, tasks are concentrated within a single stack, where nodes handle four core functions, including consensus, data availability, settlement and execution.

On the other hand, modular blockchains specialize by delegating tasks to separate layers, forming part of a broader "modular stack" for customized objectives. This modular approach enhances scalability and offers developers more control and  sovereignty to tailor their execution environments to their project's needs.

  1. How does Celestia address the data availability issue within the blockchain space?

Celestia's data availability layer introduces innovative features like data availability sampling (DAS) and Namespaced Merkle trees (NMTs). DAS allows light nodes to verify data without downloading entire blocks, reducing costs compared to monolithic chains, while NMTs enable execution and settlement layers on Celestia to download transactions that are only relevant to them. Celestia offers its data availability layer to other chains for publishing data by paying for blobspace. Backed by Tendermint Consensus and a sovereign validator set, Celestia ensures further scalability and decentralization of the network.

  1. Can you provide specific examples of challenges that monolithic blockchains face regarding data availability and how Celestia overcomes these challenges?

A significant challenge that monolithic blockchains, like Ethereum, face in terms of data availability is the high cost of publishing data. For instance, Arbitrum One pays approximately $112,000 per day to Ethereum for its data availability requirements, translating to an average cost of $0.15 per transaction. In contrast, Celestia offers a cost-effective solution for publishing data. It provides an alternative security model and economic advantage by allowing costs to scale with the number of nodes, avoiding the capacity limitations of Ethereum. This makes Celestia an appealing option for both data availability and serving as a foundational layer within an ecosystem.

  1. What role does data availability sampling (DAS) play in Celestia's technology, and how does it benefit users and validators?

Data availability sampling  allows light nodes to confirm data availability without the need to download an entire block, resulting in efficient and cost-effective verification of large blocks. It works by randomly selecting portions of a block for users to download and check, ensuring that data is available with a high level of confidence. This approach not only reduces the resource requirements. However, The number of light nodes needed also depends on the block size, larger blocks require more light nodes. One important assumption is that light nodes should be connected to at least one honest full node for DAS to work effectively

  1. How does Celestia ensure decentralization?

Celestia ensures decentralization through its permissionless Proof-of-Stake structure using the Cosmos SDK and Tendermint consensus.. Much like other networks within the Cosmos ecosystem, Celestia allows users to actively participate in securing the network by delegating their tokens (TIA) to validators, such as Chorus One. This PoS mechanism empowers users to play a crucial role in the network's security, governance decisions and decentralization, making it a collaborative and community-driven ecosystem.

  1. In what ways does Celestia leverage its modular structure to enhance scalability compared to monolithic blockchains?

Celestia's modular design makes it easier for users to confirm that all the data in a block is available without downloading the entire block. Instead, it uses a technique called data availability sampling, where light nodes only check small, random parts of the block. This way, it's much more efficient than traditional monolithic blockchains where everyone has to download the entire block. The more nodes do this sampling, the better the network can handle data, leading to faster and more secure data verification. This approach improves scalability compared to monolithic blockchains.

  1. What are some practical applications or use cases where Celestia's approach to data availability stands out?

Two standout applications that utilize Celestia's data availability layer include:

  1. Eclipse: Eclipse Mainnet, a speedy Ethereum Layer 2 solution, uses Celestia as its data availability layer. It combines Ethereum for settlement, the Solana Virtual Machine (SVM) for execution, and Celestia for scalable data availability. This ensures fast and efficient transaction processing, making Eclipse an attractive choice for users looking for high-performance Layer 2 solutions.
  1. Astria: Astria replaces centralized sequencers with a decentralized network, allowing multiple rollups to share a single network of sequencers. This shared network ensures censorship resistance, fast block confirmations, and cross-rollup composability. By incorporating Celestia for data availability, the Astria EVM overcomes scalability and decentralization limitations, providing a robust solution for various applications.

8. What are the complexities of modular blockchains like Celestia, and what developments or improvements can we anticipate in the near future?

Modular blockchains like Celestia come with added complexity due to the need for advanced mechanisms such as data availability sampling and fraud proofs to ensure the security of the network. These complexities are essential for maintaining the flexibility and scalability that modular blockchains offer. Additionally, the success of Celestia and similar projects depends on attracting projects and rollups to build on top of them.

9. What is the role of $TIA, Celestia’s native token?

The native token of Celestia, known as TIA, plays a multifaceted role within the ecosystem.

Staking: Firstly, TIA is used for staking, allowing users to actively participate in securing the network through delegation to validators like Chorus One. This proof-of-stake (PoS) mechanism enhances network security and decentralization, fostering a collaborative and community-driven environment.

Governance: Secondly, TIA is utilized for governance purposes, enabling users to create, engage in, and vote on proposals that shape network design and functionality.

Paying for blobspace:  Lastly, Layer 1 and Layer 2 networks can use TIA to pay for Celestia blockspace, facilitating the publication of their data on Celestia's data availability layer. This comprehensive utility makes TIA a vital component of the Celestia ecosystem. (For detailed information, refer to https://docs.celestia.org/learn/tia)

10. What is the difference between sovereign roll ups and smart contract roll ups?

Sovereign rollups, such as those on Celestia, differ from smart contract rollups like Ethereum in how they handle settlement and their relationship with the underlying blockchain. Smart contract rollups post their blocks to Ethereum through an enshrined smart contract, effectively creating a bridge between the rollup and Ethereum. Ethereum acts as a 'baby chain' for the rollup, and the bridge contract interprets and processes the rollup's data. In contrast, sovereign rollups, like those on Celestia, directly submit their blocks as raw data to the chain without relying on smart contracts. The Celestia consensus and data availability layer don't interpret rollup data, and the rollup's blocks are independently managed by its nodes. This approach provides autonomy to rollup chains, and they determine their canonical chain without a bridge to the settlement layer, allowing for greater flexibility and independence.

Wrapping Up

Celestia is a modular network that makes it easy for builders to launch their own blockchain by focusing solely on data availability and allows developers to easily deploy blockchains on top of Celestia, as easily as deploying smart contracts.

Users can get involved with TIA by securing the network through delegation to validators like Chorus One and enhancing the collaborative and community-driven environment of the network. Check out our comprehensive guide on how you can stake your TIA with Chorus One!

About Chorus One

Chorus One is one of the biggest institutional staking providers globally operating infrastructure for 45+ Proof-of-Stake networks including Ethereum, Cosmos, Solana, Avalanche, and Near amongst others. Since 2018, we have been at the forefront of the PoS industry and now offer easy enterprise-grade staking solutions, industry-leading research, and also invest in some of the most cutting-edge protocols through Chorus Ventures.

No results found.

Please try different keywords.

 Join our mailing list to receive our latest updates, research reports, and industry news.