Celestia is the first modular data availability (DA) network, designed with a singular purpose: allowing any blockchain or rollup to cheaply publish and retrieve data with cryptographic guarantees that it is available. By decoupling data availability from execution and consensus, Celestia enables a new class of “sovereign rollups” that control their own settlement while outsourcing DA to Celestia’s deeply sharded network. Founded by Mustafa Al-Bassam (co-author of the data availability sampling paper), Celestia launched its mainnet in October 2023, making TIA one of the most anticipated airdrop tokens of 2023.
| Stat | Value |
|---|---|
| Ticker | TIA |
| Price | $0.29 |
| Market Cap | $265.29M |
| 24h Change | -0.6% |
| Circulating Supply | 904.04M TIA |
| All-Time High | $20.85 |
| Contract (Secret) | secret...nn20 |
| Contract (Cosmos) | ibc/D7...3877 |
| Contract (Osmosis) | ibc/D7...3877 |
The Data Availability Problem
For a blockchain or rollup to be secure, participants must be able to verify that all transaction data is available — that block producers haven’t hidden data to cheat the system. This is the data availability (DA) problem.
Why it matters:
- Light clients cannot download full blocks (too large)
- Without DA verification, a malicious sequencer could post a block header without the actual transactions — and no one could prove this unless they downloaded everything
- DA sampling (DAS) solves this by allowing nodes to randomly sample small portions of a block and use erasure coding to verify availability with very high probability from those samples
Celestia’s solution:
- Every node performs DAS constantly, even on a consumer laptop
- Erasure coding means 50% of data availability implies 100% reconstructibility
- 2D data availability sampling (2D-DAS): data is structured in a 2D matrix for more efficient sampling
Modular Architecture
Celestia separates four blockchain functions handled monolithically by chains like Ethereum:
| Function | Monolithic (Ethereum L1) | Celestia’s Role | Who Handles It for a Celestia Rollup |
|---|---|---|---|
| Execution | Ethereum nodes | NOT Celestia | The rollup VM itself |
| Settlement | Ethereum | NOT Celestia | Sovereign: the rollup. Non-sovereign: an L1 like Ethereum |
| Consensus | Ethereum PoS validators | Celestia (orders transactions, DA sampling) | Celestia |
| Data Availability | Ethereum calldata / blobs | Celestia specializes here | Celestia |
By doing only consensus + DA, Celestia’s security budget focuses entirely on DA — it doesn’t inherit the complexity overhead of running a world computer.
Blobspace and Cost Model
Celestia’s blockspace is called blobspace — optimized for publishing data blobs (as opposed to EVM execution).
How rollups use Celestia:
- The rollup sequencer batches transactions into a blob
- Posts the blob to Celestia (costs TIA gas fees, denominated in TIA)
- The blob is made available for anyone to sample and download
- The rollup settlement layer (if any) verifies the blob was posted to Celestia
Cost comparison:
- Ethereum pre-EIP-4844: ~$0.05-0.10/tx for calldata
- Ethereum post-EIP-4844 (blobs): ~$0.001-0.005/tx
- Celestia mainnet: ~$0.0001-0.001/tx (consistently cheapest DA)
Sovereign Rollups
Celestia enables a new rollup design not possible on monolithic chains — sovereign rollups:
- Use Celestia ONLY for DA and transaction ordering
- Have their own validator sets for execution and settlement
- Fork themselves (social consensus over rollup state) without Ethereum’s permission
- Don’t share Ethereum’s trust/security model — they bring their own
This is contrasted with settlement rollups (Ethereum rollups) which inherit Ethereum’s finality and fraud/validity proof systems.
Key Partnerships and Integrations
- Rollkit: SDK for building sovereign rollups on Celestia; first Bitcoin rollup used Rollkit + Celestia + Bitcoin timestamp
- Dymension: Hub for RollApp deployment on Celestia DA
- Eclipse: SVM (Solana VM) Ethereum rollup using Celestia for DA
- Manta Pacific: EVM L2 that switched from Ethereum blobs to Celestia DA in 2023
- Arbitrum Orbit: Celestia integration allows Orbit chains to use Celestia DA instead of Ethereum calldata
- OP Stack: Celestia available as DA layer for OP Stack L2s via AltDA framework
TIA Token
TIA serves as:
- Gas token: Rollups pay in TIA to post blobs to Celestia
- Staking: TIA stakers secure the validator set via CometBFT consensus
- Governance: TIA holders vote on protocol parameters
Notable: Celestia airdropped TIA to early contributors, testnet participants, ETH stakers, Cosmos ecosystem users, and GitHub contributors. The airdrop in October 2023 was among the most-discussed of the year.
Founders and Team
- Mustafa Al-Bassam: CEO; PhD from UCL; co-authored the groundbreaking 2018 data availability sampling paper with Vitalik Buterin and Dankrad Feist
- Ismail Khoffi: CTO; previously core contributor to Tendermint/Cosmos
- John Adler: Previously Ethereum Foundation; coined “optimistic rollups” term; co-founded Fuel Labs before joining Celestia
Social Media Sentiment
Celestia is well-regarded by technically sophisticated Ethereum and Cosmos communities; its thesis was validated early by Ethereum’s own move to blobspace (EIP-4844, which implements similar concepts). TIA experienced a rapid rise after mainnet launch then correction in 2024 along with broader altcoin markets. The modular blockchain thesis became mainstream in 2024 with Celestia, EigenLayer’s restaking, and Ethereum’s Dencun upgrade all advancing the same architectural direction simultaneously. Bullish catalysts include L2 adoption and rollup cost reduction; bearish debate centers on whether Ethereum’s own blob market and EigenDA make Celestia redundant.
Last updated: 2026-04
Research
Al-Bassam, M., Sonnino, A., & Buterin, V. (2018). Fraud and Data Availability Proofs: Maximising Light Client Security and Scaling Blockchains with Dishonest Majorities. arXiv:1809.09044.
Al-Bassam, M. (2022). Celestia: A Scalable Data-Availability Blockchain. arXiv:1905.09274.
Thibault, L. T., Bhatt, T., & Bhatt, A. (2022). Blockchain Scaling Using Rollups: A Comprehensive Survey. IEEE Access.
Adler, J., & Quintyne-Collins, M. (2019). Everything You Need to Know About the Ethereum Rollup Layer. Ethereum Research.
Feist, D., Buterin, V., & Al-Bassam, M. (2022). Danksharding. Ethereum Research.