Celestia (TIA)

Celestia (TIA) is a layer-1 cryptocurrency, running on Secret, Cosmos, and Osmosis. It is available on 13 exchanges we track across 70 countries and US states. It ranks #121 by market capitalization at $356.2M as of September 5, 2026. Data last synced September 2, 2026. Buyability grade B in the United States.

Verified How we verify

Live price

Fetched from CoinGecko when this page loaded. The Key Metrics table below is a dated snapshot from our last sync, so the two figures will differ.

Decide

Four measurements that decide whether buying Celestia is straightforward where you live: who is verified to sell it to you, how wide the spread is, how much of its trading sits on one venue, and how much new supply is about to arrive.

Full report: buyability grades

Where Celestia trades

Moderate

43.2% of TIA volume runs through Binance.

Volume as reported to CoinGecko, September 4, 2026. Covers the exchanges RampAtlas tracks that CoinGecko lists, not the whole market.
Largest venueBinance
Its share of reported volume43.2%
Top 3 venues67.1%
Herfindahl index2,381
Exchanges listing it17(10 with volume)

Full report: exchange concentration

Key Metrics

Snapshot as of September 5, 2026. Source: CoinGecko. Not investment advice.
Price$0.369
7-day change+7.3%
30-day change+8.8%
Market cap$356.2M (rank #121)
Fully diluted valuation$434.5M
24-hour volume$34.9M
Circulating supply964.6M TIA
Maximum supplyNo fixed cap
All-time high$20.85 on February 10, 2024, −98.2% since

More on Celestia:Unlock scheduleStaking availability

Key Facts

TickerTIA
Categorylayer-1
ChainsSecretCosmosOsmosis
Market cap rank#121
Official sitecelestia.org
CoinGeckocoingecko.com/en/coins/celestia

About Celestia

What Celestia is

Celestia is a blockchain that does one job for other blockchains: it publishes their data and proves the data was published. Its documentation describes it as "a modular data availability (DA) layer that separates consensus and data availability from execution and settlement," running a proof-of-stake chain called celestia-app while execution layers operate independently above it (source: Celestia documentation, read September 2026). TIA is the network's native asset.

That division is the whole idea. A rollup needs somewhere to post its transaction data so anyone can reconstruct its state and challenge a bad result. Doing that on a general-purpose chain means paying for execution you do not use. Celestia sells the publication guarantee on its own.

How it works

The mechanism that makes this affordable is data availability sampling. Rather than requiring every participant to download every block, Celestia arranges block data in a matrix and lets small nodes verify availability probabilistically.

The documentation describes the encoding precisely: the system uses "2-dimensional Reed-Solomon encoding" where block data is arranged in a k×k matrix and extended to 2k×2k with parity information. light client nodes randomly sample coordinates from that extended matrix, and collectively sampling enough shares ensures the full block is recoverable.

The scaling property this produces runs opposite to the usual intuition. The documentation states that "the more light nodes there are in the network, the more data they can collectively download and store," and concludes that "increasing the number of light nodes performing DAS allows for larger blocks while still keeping DAS feasible for resource-limited light nodes." More participants means larger blocks are safe, not harder.

Data is posted as blobs, and blobs are organized by namespace. Namespaced Merkle Trees let an application fetch only its own data, so a rollup can prove its data is complete without processing anyone else's transactions. That is what keeps a Celestia light node cheap for a specific rollup rather than expensive for all of them.

Blobstream carries the availability attestation to other chains, enabling contract integration and proof queries so a settlement layer elsewhere can verify that Celestia published a given batch.

Consensus is conventional by comparison. The documentation states that "Celestia is a proof-of-stake blockchain based on CometBFT and the Cosmos SDK," launched with an initial validator set of 100 and support for delegation.

Supply and tokenomics

TIA launched with a fixed genesis supply and an inflation schedule that has been reduced twice by governance-approved network upgrades.

TIA genesis allocation and issuance schedule as published in Celestia's documentation.
ItemValueSource/date
Genesis supply1 billion TIACelestia documentation, September 2026
Public allocation20%Celestia documentation, September 2026
R&D and ecosystem26.79%Celestia documentation, September 2026
Early backers, Series A and B19.67%Celestia documentation, September 2026
Early backers, seed15.90%Celestia documentation, September 2026
Initial core contributors17.64%Celestia documentation, September 2026
Initial inflation8% annuallyCelestia documentation, September 2026
After V4 Lotus upgradeApproximately 5.0%, declining 6.7% per yearCelestia documentation, July 2025
After V6 upgradeApproximately 2.5%, declining 6.7% per yearCelestia documentation, November 2025
Long-term target1.5% annuallyCelestia documentation, September 2026
Community pool share2% of all block rewardsCelestia documentation, September 2026
Initial validator set100Celestia documentation, September 2026

1 billion

Genesis supply

TIA at launch

~2.5%

Current schedule

after the V6 upgrade, declining 6.7% yearly

1.5%

Long-term rate

the stated issuance target

The two step-downs are the notable part. TIA inflation started at 8% annually. The V4 Lotus upgrade in July 2025 cut it to roughly 5.0% and set it declining 6.7% per year toward the 1.5% floor. The V6 upgrade in November 2025 cut it again, to roughly 2.5%, continuing the same 6.7% annual reduction toward the same target.

Most networks publish an emission schedule and leave it alone. Celestia's has been reset twice by upgrade, which means the current rate is a governance outcome rather than a fixed curve, and a holder should read the schedule as revisable.

The community pool receives 2% of all block rewards and is spent through governance votes on ecosystem initiatives.

History

Celestia's genesis distribution shows a project funded through private rounds before launch. Early backers across seed and Series A and B rounds hold 35.57% between them, core contributors 17.64%, and the public allocation is 20%, with the remaining 26.79% assigned to research, development and ecosystem work.

The technical history is the story of making blocks bigger without making verification harder. Two-dimensional Reed-Solomon encoding, namespaced Merkle trees and sampling by light nodes are all in service of the same conclusion in the documentation: block size can grow with the number of sampling nodes rather than with the capacity of any single machine.

The inflation reductions in 2025 mark a shift in the network's own priorities. Both upgrades moved issuance sharply toward the long-term floor, which reduces the subsidy paid to validators and delegators earlier than the original schedule would have.

Risks and what to watch

Demand concentration is the main business risk. Celestia's revenue comes from rollups paying to post blobs. If rollups choose a different data availability layer, or if a settlement layer's own blob market undercuts it, the fee base thins out.

Light node participation is a security assumption, not just a feature. The safety of larger blocks rests on enough independent light nodes performing sampling. Watch how many are actually running, because the documentation's scaling argument depends on that number.

Validator concentration matters as on any delegated proof-of-stake chain. A hundred validators at genesis is a bounded set, and stake distribution within it determines who can censor or stall.

Staking is not risk-free. Delegated stake is exposed to a validator's uptime, commission and any slashing, and it is subject to an unbonding delay when withdrawn. Delegating through an exchange adds that venue's risk on top of the protocol's.

Modularity itself carries a coordination risk. A rollup that settles elsewhere and posts data to Celestia depends on both systems and on the bridge or attestation path between them, so a failure in any one of the three affects users of that rollup.

Frequently asked questions

What does Celestia do?

It publishes and proves the availability of data for other blockchains, separating consensus and data availability from execution and settlement so that rollups can post their transaction data without paying for execution they do not use.

What is data availability sampling?

Light nodes randomly sample small pieces of a block, encoded with two-dimensional Reed-Solomon parity, rather than downloading the whole block. Enough independent samples make the full block recoverable.

What is the supply of TIA?

Genesis supply was 1 billion TIA. There is no cap; new TIA is issued on a declining inflation schedule toward a long-term target of 1.5% annually.

What is TIA's current inflation rate?

Roughly 2.5% after the V6 upgrade in November 2025, declining 6.7% per year toward the 1.5% target. Inflation started at 8% and was cut to roughly 5.0% by the V4 Lotus upgrade in July 2025.

Where can you buy Celestia?

TIA is listed on a wide range of centralized venues. See where to buy Celestia for availability in your jurisdiction and Exchanges to compare fees, kyc requirements and staking availability.

Where to Buy Celestia

We publish a ranked exchange comparison for Celestia in 69 countries and US states.

See where to buy Celestia by location

Guides

  • Self-Custody vs Exchange Custody: How to Decide

    Deciding between self-custody and exchange custody means choosing which failure you would rather be exposed to, a company that loses or freezes your assets or a mistake of your own that nobody can undo, and most people resolve it by splitting holdings rather than picking one for everything.

  • How to Verify a Token Contract Address Before You Buy

    A token's contract address is its only real identity, so verifying one means getting the address from the project's own official channel, confirming the same address independently from a second source, and checking on a block explorer that the contract is what it claims to be before you trade against it.

  • Choosing Your First Crypto Wallet

    Choosing a first wallet comes down to one question, whether a company holds your keys or you do, and the right answer depends on how much you hold, how often you move it, and how confident you are about storing a recovery phrase safely for years.

Availability questions

What is Celestia?
Celestia is a data availability network that allows developers to easily create a new blockchain.
Where can I buy Celestia?
13 exchanges we track list Celestia for residents of 70 countries and US states. See the location-by-location guide.
Which blockchain is Celestia on?
Celestia runs on Secret, Cosmos, and Osmosis.

Related coins