TIA
TIA · CELESTIA · MODULAR DATA AVAILABILITY

What is Celestia (TIA)?

Modular Blockchain Data Availability Layer 0
Last verified: Jun 2026
Nothing here is financial advice. TIA can fall to zero. Modular blockchain infrastructure is early-stage — adoption depends on developers choosing Celestia over alternatives. Always do your own research.

👋 New to this? Just start reading at the top — it begins in plain English and gets more detailed as you scroll. Jump to any level:

🟢 The simple version

Plain English — no jargon. Start here.

One sentence

Celestia is the first "modular" blockchain — instead of one network trying to do every job at once like Ethereum does, Celestia specialises in just one job (publishing and ordering data) and lets other teams build their own blockchains on top of it, the way a publishing house prints books without writing them.

The problem Celestia is trying to solve

Every blockchain has to do three separate jobs. It has to execute transactions (actually run the computations — "Alice sends Bob 5 tokens"). It has to reach consensus (get thousands of computers to agree on the order those transactions happened in). And it has to guarantee data availability (make sure the underlying transaction data is actually published so anyone can download it and check the work).

Bitcoin and Ethereum bundle all three jobs into a single network. Every full node does everything. This bundling is what makes them secure and decentralised — but it is also what makes them slow and expensive, because every node has to redo every job for every transaction. This is the root of the famous "blockchain trilemma": the apparent impossibility of being scalable, secure, and decentralised all at once.

Celestia's founders (Mustafa Al-Bassam, John Adler, Ismail Khoffi and others, drawing on the original "LazyLedger" research paper from 2019) made a radical argument: stop bundling. Split the three jobs into separate specialised layers, the way the modern computing stack separates hardware, operating system, and applications. Celestia would do only the data availability and ordering job — and do it extremely well — while letting anyone build execution layers on top.

What "modular" actually means here

Think of how a city works. A monolithic blockchain is like a single person who grows their own food, generates their own electricity, builds their own roads, and provides their own security. It works, but it does not scale — that person can only do so much. A modular system is like a city with specialists: farmers grow food, the power company handles electricity, the council maintains roads. Each specialist gets very good at their one job, and the whole system can serve millions of people.

Celestia is the specialist that handles one thing: it takes batches of transaction data from other blockchains, orders them, and guarantees that the data was genuinely published for anyone to verify. It does not execute those transactions or check whether they are valid — that is someone else's job. This sounds like a limitation, but it is the entire point. By doing less, Celestia can handle far more data throughput than a chain that also has to execute everything.

Who builds on Celestia, and why

The chains that use Celestia are called "rollups." A rollup is a blockchain that handles its own execution (running transactions) but outsources data availability to another layer. Before Celestia, rollups posted their data to Ethereum, which was secure but very expensive — data costs were often the single largest expense for an Ethereum rollup. Celestia offers the same guarantee at a fraction of the cost, because data publishing is the only thing it is built to do.

A team that wants to launch their own blockchain — say, a gaming chain or a DeFi-specific chain — can now do so cheaply. They write their execution logic, choose Celestia for data availability, and launch a "sovereign rollup" that is genuinely their own chain rather than a tenant on someone else's network. This dramatically lowers the cost and effort of launching a new blockchain, which is Celestia's core pitch: blockchains should be as easy to deploy as smart contracts.

Is TIA legal in India?

Yes. TIA qualifies as a Virtual Digital Asset (VDA) under Indian law. Gains are taxed at a flat 30%, and 1% TDS applies on transfers. India does not distinguish between infrastructure tokens like TIA and other crypto assets for tax purposes. See our India crypto tax guide for details, and always consult a qualified tax professional.

🟡 A bit more detail

For when you want to go a little deeper.

Data Availability Sampling — the core breakthrough

The hardest technical problem Celestia solves is this: how can a lightweight device (like your phone) verify that a block producer actually published all the data for a block, without downloading the entire block? If a malicious block producer withholds even a small part of the data, the transactions cannot be verified — but forcing everyone to download everything is exactly the bottleneck that makes blockchains slow.

Celestia's answer is Data Availability Sampling (DAS). Each block's data is encoded using a mathematical technique called erasure coding, which adds redundancy so that the full data can be reconstructed from any sufficiently large fraction of the pieces. Light nodes then download a handful of small, randomly chosen samples from each block. If all the random samples come back successfully, the node can be statistically near-certain (to many nines of probability) that the entire block is available. If a block producer tries to hide data, they would have to hide so much that random sampling would almost certainly catch it.

The profound consequence: the more light nodes that sample a block, the larger Celestia's blocks can safely become, because the verification work is shared across all of them. This inverts the normal blockchain scaling problem. On Bitcoin, more users means more load. On Celestia, more light nodes means more capacity. This is why Celestia can support very large blocks while keeping verification cheap enough to run on a phone.

Sovereign rollups vs smart contract rollups

Celestia popularised a distinction that matters a great deal. An Ethereum rollup (like Arbitrum or Optimism) is a "smart contract rollup" — its rules are enforced by smart contracts living on Ethereum, and Ethereum acts as its settlement court. If there is a dispute, Ethereum resolves it. This is secure but means the rollup is ultimately subordinate to Ethereum.

A "sovereign rollup" built on Celestia uses Celestia only for data availability and ordering. It settles disputes itself, through its own node software and social consensus, the way Bitcoin and Ethereum do. It is genuinely a sovereign chain — nobody can force an upgrade or override its rules. Celestia provides the bulletin board; the rollup provides everything else. This appeals to teams who want full control over their chain's governance and future, rather than inheriting another chain's politics.

The competitive landscape is fierce

Celestia created the modular data availability category, but it is no longer alone in it. EigenDA (built on EigenLayer, secured by Ethereum's restaked ETH) and Avail (spun out of Polygon) are direct competitors, and Ethereum itself dramatically cut rollup data costs with the EIP-4844 "blobs" upgrade in 2024. Celestia's bet is that a purpose-built, standalone DA chain will out-compete these alternatives on cost and throughput. That bet is far from settled. Live data: CoinGecko

What TIA is actually used for

TIA has two core uses. First, it is the token you pay to publish data on Celestia — a rollup posting its transaction batches pays fees in TIA, creating direct demand proportional to how much the network is used. Second, TIA is staked by validators who secure the network through proof-of-stake consensus; stakers earn rewards and help guarantee the ordering of data. There is an emerging third use: some Celestia-based rollups use TIA itself as their gas token, deepening its role across the ecosystem.

TIA launched in October 2023 through one of the more widely-praised airdrops of that cycle, distributed to Ethereum and Cosmos users, rollup participants, researchers, and developers. The airdrop was notable for rewarding genuine ecosystem contributors rather than mercenary farmers, and TIA's strong debut helped cement "modular" as one of the dominant narratives of the 2023–2024 period.

🟣 The full technical picture

For the technically curious.

The architecture: Tendermint, Cosmos SDK, and the DA layer

Celestia is built using the Cosmos technology stack. Its consensus runs on CometBFT (the successor to Tendermint), a battle-tested Byzantine Fault Tolerant proof-of-stake engine that provides fast finality — transactions are final within seconds, not probabilistically final over many blocks as on Bitcoin. The application logic is built with a customised Cosmos SDK. Because it sits in the Cosmos ecosystem, Celestia is compatible with IBC (Inter-Blockchain Communication), allowing it to interconnect with the broader Cosmos network of chains.

What makes Celestia different from a normal Cosmos chain is that its "application" is deliberately minimal. A typical Cosmos chain has rich application logic — staking modules, governance, DeFi primitives. Celestia strips this down. Its job is to accept data blobs, order them, make them available, and guarantee that availability through sampling. This minimalism is a feature: the smaller the trusted execution surface, the more robust and scalable the data layer becomes.

Erasure coding and the 2D Reed-Solomon scheme

The mathematical heart of Celestia is its two-dimensional Reed-Solomon erasure coding scheme. Block data is arranged in a square matrix, then extended with redundant parity data in both dimensions, doubling the width and height to produce a matrix four times the original size. Merkle roots are computed across every row and column, and these roots are committed to in the block header.

This 2D structure is what makes fraud provable. If a block producer incorrectly encodes the data, anyone who detects the inconsistency can produce a compact "fraud proof of incorrect encoding" pointing to a specific bad row or column. Honest light nodes can verify this proof and reject the block. Combined with random sampling, this gives Celestia its central guarantee: data cannot be hidden, and bad encoding cannot be passed off as valid, without detection by even lightweight participants.

Blobstream: bringing Celestia data to Ethereum

One of Celestia's most important pieces of infrastructure is Blobstream (formerly Quantum Gravity Bridge). It allows Ethereum-based rollups to use Celestia for data availability while still settling on Ethereum. Blobstream relays cryptographic commitments of Celestia's data availability attestations to an Ethereum smart contract, so an Ethereum rollup can cheaply prove to Ethereum that its data was made available on Celestia. This bridges the two worlds: cheap Celestia data availability plus Ethereum settlement security, giving rollup teams a middle path between fully sovereign and fully Ethereum-native designs.

The economic model and TIA inflation

TIA launched with an initial annual inflation rate of around 8%, declining by roughly 10% each year until it reaches a 1.5% floor. This inflation funds staking rewards that secure the network. The long-term thesis is that as rollup adoption grows, fee revenue from data publishing will increasingly offset inflation — and Celestia has discussed mechanisms where data publishing fees could eventually be burned, introducing deflationary pressure similar to Ethereum's EIP-1559. Whether data fees can grow large enough to matter depends entirely on how many high-throughput rollups adopt Celestia as their DA layer.

Honest assessment of the risks

Celestia's biggest risk is not technical but competitive and economic. The technology works and is genuinely innovative. The open questions are whether enough valuable rollups will choose Celestia over EigenDA, Avail, or Ethereum blobs, and whether data availability is a market that accrues meaningful value to a token at all — data publishing is close to a commodity, and commodities tend toward thin margins. There is also "modular thesis" risk: if Ethereum's own scaling roadmap (danksharding) succeeds in making Ethereum-native data availability cheap enough, the case for a separate DA chain weakens. Celestia is a bet that modularity wins and that being the specialist DA layer is a defensible, valuable position.

Key protocol parameters

  • Token: TIA — data publishing fees + staking + emerging gas use on Celestia rollups
  • Mainnet launch: 31 October 2023
  • Consensus: CometBFT (Tendermint successor), Byzantine Fault Tolerant proof-of-stake
  • Finality: Fast / near-instant (seconds), not probabilistic
  • Core innovation: Data Availability Sampling (DAS) via 2D Reed-Solomon erasure coding
  • Built with: Cosmos SDK + IBC compatible
  • Does NOT do: Transaction execution, smart contracts, or settlement — pure DA layer
  • Key infrastructure: Blobstream (Celestia DA for Ethereum rollups)
  • Inflation: ~8% initial, declining ~10%/year to a 1.5% floor
  • Founders: Mustafa Al-Bassam, John Adler, Ismail Khoffi (from the 2019 LazyLedger paper)
  • Main competitors: EigenDA, Avail, Ethereum blobs (EIP-4844)
  • India tax: VDA — 30% on gains + 1% TDS
EigenLayer (EIGEN) Arbitrum (ARB) Optimism (OP)