Difference between revisions of "Celestia (TIA)"

From CryptoWiki

m (1 revision imported)
Line 5: Line 5:
*[[Testnet]] release: had their Devnet release in [https://celestia.org/#roadmap H2 of 2021], testnet planned in 2022 (3-1-2022)
*[[Testnet]] release: had their Devnet release in [https://celestia.org/#roadmap H2 of 2021], testnet planned in 2022 (3-1-2022)
*[[Mainnet]] release: [https://celestia.org/#roadmap Planned] (3-1-2022) in 2022
*[[Mainnet]] release: [https://celestia.org/#roadmap Planned] (3-1-2022) in 2022
*A pluggable consensus and data availability layer. Makes deploying a [[blockchain]] easy.
*A pluggable [[consensus]] and data availability layer. Makes deploying a [[blockchain]] easy.


==History==
==History==
Line 25: Line 25:
* From its [https://celestia.org/faq/ FAQ] (3-1-2022):
* From its [https://celestia.org/faq/ FAQ] (3-1-2022):


''"Celestia will have a token that will be used to secure the network via [[Proof-of-Stake (PoS)|Proof of Stake]], and to pay for [[Transaction Fee|transaction fees]] on the network. We plan to implement a fee-[[Burn Mechanisms|burn]] mechanism similar to [[EIP-1559]] in Ethereum so that burnt fees will offset new token issuance as Celestia gains adoption."''
''"Celestia will have a [[token]] that will be used to secure the network via [[Proof-of-Stake (PoS)|Proof of Stake]], and to pay for [[Transaction Fee|transaction fees]] on the network. We plan to implement a fee-[[Burn Mechanisms|burn]] mechanism similar to [[EIP-1559]] in [[Ethereum]] so that burnt [[fees]] will offset new token issuance as Celestia gains adoption."''


===Stablecoin===
===Stablecoin===
Line 42: Line 42:
''"Celestia will support all flavors of [[rollups]], but we are initially focused on the [[Ethereum (ETH)|EVM]] and [[Cosmos (ATOM)|Cosmos]] SDK."''
''"Celestia will support all flavors of [[rollups]], but we are initially focused on the [[Ethereum (ETH)|EVM]] and [[Cosmos (ATOM)|Cosmos]] SDK."''


* Acoording to this [https://twitter.com/sandraaleow/status/1477957814479851520 thread] (3-1-2022): Smart contracts can choose execution environment.
* Acoording to this [https://twitter.com/sandraaleow/status/1477957814479851520 thread] (3-1-2022): Smart [[contracts]] can choose execution environment.


====Transaction Details====
====Transaction Details====
Line 53: Line 53:
*Acoording to this [https://twitter.com/sandraaleow/status/1477957814479851520 thread] (3-1-2022):  
*Acoording to this [https://twitter.com/sandraaleow/status/1477957814479851520 thread] (3-1-2022):  


Anyone is allowed to post anything on chain (even invalid transactions). Nodes will download the transactions compute state of chain locally. Here is where data availability proofs comes to play. It ensures coding and it will download a few random pieces that can confirm whether a transaction is valid. This happens irrespective of how high the block is.
Anyone is allowed to post anything [[on chain]] (even invalid [[transactions]]). [[Nodes]] will download the transactions [[compute]] [[state]] of chain locally. Here is where data availability proofs comes to play. It ensures coding and it will download a few random pieces that can confirm whether a [[transaction]] is valid. This happens irrespective of how high the [[block]] is.


*From its [https://celestia.org/ website] (3-1-2022):
*From its [https://celestia.org/ website] (3-1-2022):


''"Celestia is a minimal blockchain that only orders and publishes transactions and does not execute them. By decoupling the consensus and application execution layers, Celestia modularizes the blockchain technology stack and unlocks new possibilities for decentralized application builders."''
''"Celestia is a minimal blockchain that only orders and publishes transactions and does not execute them. By decoupling the consensus and application execution layers, Celestia modularizes the blockchain technology stack and unlocks new possibilities for [[decentralized]] application builders."''


* From Ansem's Q1 [https://blknoiz06.substack.com/p/quarter-i-2022 report] (1-1-2022):
* From Ansem's Q1 [https://blknoiz06.substack.com/p/quarter-i-2022 report] (1-1-2022):


''"They are building a blockchain dedicated to being the most efficient and decentralized data-availability layer and will be able to connect to other execution and settlement layers to complete the full modular stack. Since Celestia is only focused on data availability and ordering transactions, their methods for block verification can be simplified with data availability proofs. Essentially, each node in the network is required to sample a small piece of each block to confirm its’ validity and through this collective sampling the network comes to consensus. Because of this, as more nodes are added to the network, it actually increases the throughput of the entire system so the network benefits from being as decentralized as possible."''
''"They are building a blockchain dedicated to being the most efficient and decentralized data-availability layer and will be able to connect to other execution and settlement layers to complete the full modular stack. Since Celestia is only focused on data availability and ordering transactions, their methods for block verification can be simplified with data availability proofs. Essentially, each [[node]] in the network is required to sample a small piece of each block to confirm its’ validity and through this collective sampling the network comes to consensus. Because of this, as more nodes are added to the network, it actually increases the throughput of the entire system so the network benefits from being as decentralized as possible."''


===Fees===
===Fees===
Line 73: Line 73:
* From its [https://celestia.org/ website] (3-1-2022):
* From its [https://celestia.org/ website] (3-1-2022):


''"Because Celestia does not validate [[Transaction (Tx)|transactions]], its throughput is not bottlenecked by state execution like traditional blockchains. Thanks to a property of data availability proofs, Celestia’s throughput scales with the number of users."''
''"Because Celestia does not validate [[Transaction (Tx)|transactions]], its throughput is not bottlenecked by state execution like traditional [[blockchains]]. Thanks to a property of data availability proofs, Celestia’s throughput scales with the number of users."''


* From its [https://celestia.org/faq/ FAQ] (3-1-2022):
* From its [https://celestia.org/faq/ FAQ] (3-1-2022):


''"Celestia is able to scale as the number of users (light nodes) in the network increases. Celestia remains secure so long as there are enough nodes on the network to sample the entire block. This means that as more nodes join the network and sample, the block size can increase accordingly without sacrificing security or [[Decentralized|decentralization]]. Doing so on a traditional blockchain would sacrifice decentralization because a bigger block size would create a larger hardware requirement for nodes to download and verify data. Rollups also depend on data availability for their scalability, so better scaling potential for Celestia will also translate to better scaling potential for the rollups utilizing Celestia."''
''"Celestia is able to scale as the number of users (light nodes) in the network increases. Celestia remains secure so long as there are enough nodes on the network to sample the entire block. This means that as more nodes join the network and sample, the [[block size]] can increase accordingly without sacrificing security or [[Decentralized|decentralization]]. Doing so on a traditional blockchain would sacrifice [[decentralization]] because a bigger block size would create a larger hardware requirement for nodes to download and verify data. Rollups also depend on data availability for their scalability, so better scaling potential for Celestia will also translate to better scaling potential for the rollups utilizing Celestia."''


===Interoperability===
===Interoperability===
Line 93: Line 93:
==Competition==
==Competition==


* Has similarities with [[Cosmos (ATOM)|Cosmos]] and [[Polkadot (DOT)|Polkadot]], however within Celestia, its chains do not inherit the security of the main chain.
* Has similarities with [[Cosmos (ATOM)|Cosmos]] and [[Polkadot (DOT)|Polkadot]], however within Celestia, its chains do not inherit the security of the [[main chain]].


==Pros and Cons==
==Pros and Cons==
Line 106: Line 106:
===== Advisors =====
===== Advisors =====


* [[Zaki Manian]] — Co-creator of IBC and early Cosmos contributor
* [[Zaki Manian]] — Co-creator of IBC and early [[Cosmos]] contributor
* [[Ethan Buchman]] — Co-founder of Tendermint and Co-founder of Cosmos
* [[Ethan Buchman]] — Co-founder of [[Tendermint]] and Co-founder of Cosmos
* [[Morgan Beller]] — General Partner at NFX and Co-creator of [[Diem]]≋ (fka Libra)
* [[Morgan Beller]] — General Partner at NFX and Co-creator of [[Diem]]≋ (fka [[Libra]])
* [[Nick White]] — Co-founder of [[Harmony (ONE)|Harmony]]
* [[Nick White]] — Co-founder of [[Harmony (ONE)|Harmony]]
* [[James Prestwich]] — Founder of [[Summa]] (acquired by [[Celo (CELO)|Celo]])
* [[James Prestwich]] — Founder of [[Summa]] (acquired by [[Celo (CELO)|Celo]])
Line 117: Line 117:
* Celestia Labs closed a [https://blog.celestia.org/celestia-closes-1-5m-seed-fundraise-from-interchain-foundation-binance-labs-maven-11-capital-kr1-and-others/ $1.5m seed fundraise] (3-3-2021) from [[Interchain Foundation]], [[Binance|Binance Labs]], [[Maven11|Maven 11 Capital]], [[KR1]], and others
* Celestia Labs closed a [https://blog.celestia.org/celestia-closes-1-5m-seed-fundraise-from-interchain-foundation-binance-labs-maven-11-capital-kr1-and-others/ $1.5m seed fundraise] (3-3-2021) from [[Interchain Foundation]], [[Binance|Binance Labs]], [[Maven11|Maven 11 Capital]], [[KR1]], and others


===Partners===
===Partners===*From this [https://twitter.com/analystdao/status/1491171970347855872?s=21 thread] (9-2-2022):
''"In mid‐Dec. 2021, [[Evmos (EVMOS)|EVMos]] announced partnership with Celestia to build modular tech [[stack]] for EVM [[Decentralized Applications (DApps)|dApps]]; it will be [[Rollups|rollup]] centric at the execution layer ‐ Data availability: Celestia ‐ Settlement: [[EVMos]] EVM ‐ Execution: [[rollups]] (zk‐RU or optimistic RU)"''
==(:==
==(:==
Knowledge empowers all and will help us get closer to the [[decentralised|decentralized]] world we all want to live in!
Knowledge empowers all and will help us get closer to the [[decentralised|decentralized]] world we all want to live in!
Line 123: Line 124:
Making these free wiki pages is fun but takes a lot of effort and time.
Making these free wiki pages is fun but takes a lot of effort and time.


If you have enjoyed reading, tips are appreciated :) This will help us to keep expanding this archive of information.
If you have enjoyed reading, tips are appreciated :) This will help us to [[keep]] expanding this archive of information.


[[ETH]] tip [[address]]: 0x83460bE5F218b1520B69D702cE60A1DE37dD8E31
[[ETH]] tip [[address]]: 0x83460bE5F218b1520B69D702cE60A1DE37dD8E31
[[Category:Coins/Tokens]]
[[Category:Coins/Tokens]]

Revision as of 07:40, 11 March 2022

Basics

  • Based in:
  • Started in / Announced on:
  • Testnet release: had their Devnet release in H2 of 2021, testnet planned in 2022 (3-1-2022)
  • Mainnet release: Planned (3-1-2022) in 2022
  • A pluggable consensus and data availability layer. Makes deploying a blockchain easy.

History

Audits & Exploits

Bugs/Exploits

Governance

Admin Keys

DAO

Treasury

Token

Launch

Token Allocation

Utility

Other Details

  • From its FAQ (3-1-2022):

"Celestia will have a token that will be used to secure the network via Proof of Stake, and to pay for transaction fees on the network. We plan to implement a fee-burn mechanism similar to EIP-1559 in Ethereum so that burnt fees will offset new token issuance as Celestia gains adoption."

Stablecoin

Coin Distribution

Technology

  • Whitepaper or docs can be found [insert here].
  • Code can be viewed here.

Implementations

  • Built on: its own layer.
  • Programming language used:
  • From its website (3-1-2022):

"Celestia will support all flavors of rollups, but we are initially focused on the EVM and Cosmos SDK."

  • Acoording to this thread (3-1-2022): Smart contracts can choose execution environment.

Transaction Details

How it works

  • Acoording to this thread (3-1-2022):

Anyone is allowed to post anything on chain (even invalid transactions). Nodes will download the transactions compute state of chain locally. Here is where data availability proofs comes to play. It ensures coding and it will download a few random pieces that can confirm whether a transaction is valid. This happens irrespective of how high the block is.

"Celestia is a minimal blockchain that only orders and publishes transactions and does not execute them. By decoupling the consensus and application execution layers, Celestia modularizes the blockchain technology stack and unlocks new possibilities for decentralized application builders."

  • From Ansem's Q1 report (1-1-2022):

"They are building a blockchain dedicated to being the most efficient and decentralized data-availability layer and will be able to connect to other execution and settlement layers to complete the full modular stack. Since Celestia is only focused on data availability and ordering transactions, their methods for block verification can be simplified with data availability proofs. Essentially, each node in the network is required to sample a small piece of each block to confirm its’ validity and through this collective sampling the network comes to consensus. Because of this, as more nodes are added to the network, it actually increases the throughput of the entire system so the network benefits from being as decentralized as possible."

Fees

Upgrades

Mining

Staking

Validator Stats

Liquidity Mining

Scaling

"Because Celestia does not validate transactions, its throughput is not bottlenecked by state execution like traditional blockchains. Thanks to a property of data availability proofs, Celestia’s throughput scales with the number of users."

  • From its FAQ (3-1-2022):

"Celestia is able to scale as the number of users (light nodes) in the network increases. Celestia remains secure so long as there are enough nodes on the network to sample the entire block. This means that as more nodes join the network and sample, the block size can increase accordingly without sacrificing security or decentralization. Doing so on a traditional blockchain would sacrifice decentralization because a bigger block size would create a larger hardware requirement for nodes to download and verify data. Rollups also depend on data availability for their scalability, so better scaling potential for Celestia will also translate to better scaling potential for the rollups utilizing Celestia."

Interoperability

Other Details

Oracle Method

Privacy Method

Compliance

Their Other Projects

Roadmap

  • Can be found here (3-1-2022).

Usage

Projects that use or built on it

Competition

  • Has similarities with Cosmos and Polkadot, however within Celestia, its chains do not inherit the security of the main chain.

Pros and Cons

Pros

Cons

Team, Funding and Partners

Team

  • Full team can be found [here].
  • Mustafa Al-Bassam, self-proclaimed co-founder of LulzSec
Advisors

Funding

===Partners===*From this thread (9-2-2022): "In mid‐Dec. 2021, EVMos announced partnership with Celestia to build modular tech stack for EVM dApps; it will be rollup centric at the execution layer ‐ Data availability: Celestia ‐ Settlement: EVMos EVM ‐ Execution: rollups (zk‐RU or optimistic RU)"

(:

Knowledge empowers all and will help us get closer to the decentralized world we all want to live in!

Making these free wiki pages is fun but takes a lot of effort and time.

If you have enjoyed reading, tips are appreciated :) This will help us to keep expanding this archive of information.

ETH tip address: 0x83460bE5F218b1520B69D702cE60A1DE37dD8E31