Celestia's economy, in plain numbers
Four questions people actually ask about this network – answered with live numbers, then unpacked section by section below.
The most boring chart in crypto – by design
This chart never spikes. No mint-day fee storms, no bidding wars – Celestia's fee market is engineered to be flat, so anyone building on it can plan costs months ahead. We track a variance index to prove the flatness stays flat.
What would it cost to publish… anything?
Celestia charges a flat rate for data – the lifetime network average is all fees ever paid divided by all data ever posted. Because there are no gas auctions, you can price real objects to the cent. So let's price some.
Who is this
dashboard for?
Explorers show you *what happened*. This page answers the economic questions people actually ask – and a few numbers you won't find computed anywhere else.
You hold or stake TIA
Your questions → your numbers
- What do I really earn? → staking returns incl. the honest real-yield math
- Who takes a cut, and how big? → the commission market (median 20%)
- Is my dilution shrinking? → the inflation ladder: 8% → 2.29% → floor 1.5%
You build a rollup
Your questions → your numbers
- What will data cost me? → the price list: ~$0.04/MB, priced to the cent
- Will the price hold under load? → variance index ≈ 0, no auctions ever
- Is there room to grow? → v9 doubled capacity, 99%+ headroom today
You research the network
Your questions → your numbers
- Is the economy maturing? → fee coverage of the security budget, tracked over time
- Is dilution managed? → two governance cuts, −71% since genesis, on schedule
- Who anchors the stake? → distribution + the 7-cohort Delegation Programme census
What you won't find elsewhere
Computed here, not listed anywhere
- The everyday price list (what Wikipedia costs to publish)
- Fee coverage of the security budget + the inflation ladder
- A fee-predictability index nobody else tracks
- All 7 Delegation Programme cohorts, deduplicated, hourly
Monetary & staking economics
Plain version: how many TIA exist, how many new ones are printed per year, and how much is locked up securing the network. These three numbers anchor everything else on this page.
Inflation & staking returns
Computed inflation rate and estimated staking APR derived from annual provisions, total supply, and bonded ratio. Community pool growth over time reveals protocol accumulation velocity.
2% of every block reward accrues to a treasury that TIA holders vote to spend on ecosystem grants – it currently holds ~3.45M TIA and grows every block.
Who pays for security?
Fees on Celestia are not burned – they go to validators and delegators on top of newly minted TIA. Comparing the two shows how much of the security budget users fund today, and how much inflation still covers.
Celestia's issuance follows a published schedule, and the community has twice voted to steepen it. Since genesis, dilution is down ~71% – a network deliberately getting cheaper to run.
How stake – and support – is distributed
Who actually holds the network up? The top-5 validators carry about a quarter of bonded stake, the long tail carries the rest – and the Foundation actively feeds that long tail: its Delegation Programme currently backs 50 independent validators with 3.5M TIA each – 175M TIA, roughly a third of all bonded stake, deliberately spread beyond the giants. That support is measurable, live, below.
175M TIA
Trend analysis
Key metrics plotted over all historical snapshots (one every ~2 hours since June 9). Note: the series has a collector maintenance gap Jun 30 – Jul 5.
What it shows: ~43% of all TIA stays locked securing the network, week after week – a stable, mature staking market.
What it shows: new TIA appears exactly on the published schedule – no surprises, no discretionary printing.
What it shows: usage stays far below capacity – the headroom that keeps fees flat.
What it shows: the active set holds steady at ~98–100 operators – seats are contested, the network stays full.
Network revenue & fee economics
How much the network earns from transaction fees – the fundamental revenue that sustains validators and secures the chain.
Validator commission economics
Plain version: a validator's commission is the cut it keeps from your staking rewards before passing the rest to you – like a fund's management fee. On Celestia this market is unusually uniform: the median validator charges 20%, and nearly the whole active set prices between 20 and 25%. When price barely differs, delegators choose on other signals.
Commission rate distribution
How many validators charge each rate – shows market pricing behavior
Inflation schedule & projections
Celestia's inflation starts at 8% annually and decreases by 10% each year until reaching the 1.5% floor. This directly impacts staking returns and token dilution.
Annual inflation rate
Decreasing 10% per year from 8% until 1.5% floor
Projected TIA supply
Token supply forecast over the next 10 years
Key takeaway: As inflation decreases, staking APR will compress. Validators with lower commissions will become increasingly important for maximizing delegator returns. The network reaches its inflation floor of 1.5% approximately in –.
Under the hood: the last 24 hours
Plain version: a new block lands every ~2.8 seconds – your data is confirmed faster than a card payment clears – and blocks run nearly empty, which is what keeps the price list above flat. Raw numbers for the curious:
Under the hood: mempool & RPC health
Operational side-signal layer from RPC endpoints: peer connectivity, mempool backlog, and sync posture. Mostly of interest to node operators – kept here so you can verify the collector behind every number above.
Node sync status
Whether the RPC node is fully synced with the chain head
Data endpoints
Upstream API availability for the data collector
Methodology
All formulas, data sources, and assumptions used in this dashboard.
Celestia $/MB = (total_fee_utia / 1e6) / (total_blobs_size / 1e6) x TIA_USD
Source: Celenium API /v1/head (total_fee, total_blobs_size) + CoinGecko (TIA price)
ETH Blob $/MB = blob_base_fee_wei x 131072 / 1e18 / 0.121094 x ETH_USD
Source: Ethereum RPC eth_blobBaseFee + CoinGecko (ETH price)
ETH Calldata $/MB = 16 x 1e6 x gas_price_gwei x 1e-9 x ETH_USD
Assumes 30 gwei gas price. 16 gas per non-zero calldata byte.
Inflation rate = annual_provisions / total_supply x 100
Staking APR = (inflation x (1 - community_tax)) / bonded_ratio
Community tax: 2% (from /cosmos/distribution/v1beta1/params)
Fee coverage = annualized_fees / annual_provisions × 100 (fees are paid to validators and delegators, not burned)
Fees annualized from total_fee / chain_age_seconds × seconds_per_year
Source: Celestia LCD (/cosmos/mint, /cosmos/distribution, /cosmos/staking)
$/MB = total_fee_usd / total_blobs_size_MB (from Celenium head + CoinGecko TIA price)
Fee coverage = annualized_fees / annual_provisions × 100 (fees are paid to validators and delegators, not burned)
Annualized fees = total_fee / chain_age_seconds × seconds_per_year
Source: Celestia LCD (/cosmos/mint, /cosmos/distribution), Celenium /v1/head
Block load variance = standard deviation of avg_block_load_pct series (historical snapshots)
Lower variance indicates more predictable and stable fee behavior. Celestia's fee market separates blob fees from execution, leading to less volatility than monolithic chains.
Source: eco.json avg_block_load_pct series