Infra

Celestia TIA

The first modular blockchain providing data availability as a service to other chains, enabling cheap rollup deployment.

Price
loading...
24h Change
--
Market Cap
--
24h Volume
--

Live data via /api/coingecko/markets · Updated every page load

Founded
2023
Founder
Mustafa Al-Bassam, Ismail Khoffi, John Adler, Nick White
Consensus
Tendermint BFT (modular)
Max Supply
Inflationary

What TIA is

Celestia is a modular blockchain that specializes in data availability, the service of publishing rollup transaction data so anyone can reconstruct rollup state if the rollup operator misbehaves. Where Ethereum L1 provides both data availability and execution, Celestia separates the two: rollups can post their transaction data to Celestia at significantly lower cost than to Ethereum, while keeping their own execution and settlement logic. The chain launched in late 2023 as the first commercially-active data-availability-only blockchain.

How it works

Celestia validators provide block space; rollups pay TIA to publish transaction data, and validators are compensated through block rewards plus data-publication fees. Light clients can sample blobs to verify availability without downloading the full chain via Data Availability Sampling (DAS), a cryptographic technique that lets verifiers be confident with high probability that data is available based on a small number of random samples.

Use cases

Celestia is used by sovereign rollups (rollups that don't post to Ethereum L1) and by some optimistic and ZK rollups as a cheaper alternative or supplement to Ethereum data availability. The data availability is significantly cheaper than Ethereum's calldata or even blobs (introduced via EIP-4844). Major rollup frameworks (Caldera, Conduit, Astria) integrate with Celestia.

Tradeoffs and criticism

Celestia provides DA but not consensus on rollup state; rollups using Celestia for DA must still secure their own execution layer. Some critics argue Celestia's economic security is lower than Ethereum's (smaller stake base), which may matter for high-value rollups. Celestia is one of several DA approaches; competing solutions include Avail, EigenDA (built on Ethereum restaking), and Ethereum's own blob upgrade.

Where to track TIA

See rollup for the broader scaling context this enables.

Related coins

Frequently asked questions

What is data availability?
Data availability is the property that a blockchain's data has been published openly and can be retrieved by anyone. Without DA, rollups can't prove they're behaving honestly because verifiers can't independently check the underlying transactions.
How is Celestia different from Ethereum?
Ethereum provides DA, execution, and settlement for the chains built on it. Celestia provides only DA, leaving execution and settlement to the rollups themselves. This makes rollups using Celestia "sovereign", meaning they can change their own rules without coordinating with Celestia.
What is Data Availability Sampling?
DAS is a technique where light clients verify data availability by sampling small random pieces of a block. With enough samples, they have high confidence the full data is available without downloading it all. This makes it possible for resource-constrained nodes to participate in DA verification.