Methodology

How the numbers are computed

Every metric on BurnMonitor is derived from on-chain data with the formulas below. If a number looks wrong, this page should let you see why.

Last updated: September 14, 2026

Supply and total burned

Each token is monitored on one chain (shown on its page). For multichain tokens such as FLOKI or BABYDOGE we do not currently aggregate supply or burns from other chains — the figures cover the monitored chain only.

Burn rate

Burn rate is tokens burned per hour, computed in one of two ways depending on the chain:

Burn Impact

All Burn Impact metrics are relative to circulating supply, so tokens with wildly different supplies can be compared.

burned_24h_pct  = burned_24h / circulating_supply × 100
burned_7d_pct   = burned_7d  / circulating_supply × 100
acceleration    = burned_24h / average_daily_burn_30d
usd_burned_24h  = burned_24h × current_price
annualized_pct  = burn_rate_hourly × 24 × 365 / circulating_supply × 100

burned_24h is the burn recorded since 00:00 UTC; when it is unavailable we fall back to burn_rate_hourly × 24. The 30-day average excludes the current (partial) day. USD values use the current price, not the price at the moment of each burn.

BurnMonitor Deflation Score (0–100)

A single number that answers “how hard is this token being burned right now, relative to its size?”. Three components, each scaled 0–100:

S24  = logscale(burned_24h in ppm of supply,  lo = 0.001 ppm, hi = 100 ppm)
S7   = logscale(burned_7d  in ppm of supply,  lo = 0.007 ppm, hi = 700 ppm)
SACC = clamp(50 + 50 × log10(acceleration), 0, 100)
       // ×0.1 vs 30d avg → 0, ×1 → 50, ×10 → 100; no 30-day history → 50 (neutral)

logscale(x, lo, hi) = clamp((log10(x) − log10(lo)) / (log10(hi) − log10(lo)) × 100, 0, 100)

Deflation Score = round(0.40 × S24 + 0.30 × S7 + 0.30 × SACC)

Burn event levels

Each burn transaction is labelled normal, unusual, major or exceptionalby comparing its size with the token's own distribution of burn sizes over the previous 30 days. Thresholds are per token, so a “major” SHIB burn and a “major” BONK burn are both large for that token. The exact thresholds are set by our indexing backend and will be published here once they are frozen.

Net supply change (planned)

Burns alone do not prove an asset is deflationary: if a protocol mints 10M tokens and burns 2M, net supply grew by 8M. We are working on Burned − Minted = Net Supply Change and an annualized net inflation/deflation rate for the tokens where issuance can be measured on-chain. Until then, the metrics above describe burns only.

Burn & Tokenomics news

The news feed is filtered from a crypto news aggregator using fixed keyword queries (burn, buyback, token unlock, minting, circulating supply, deflationary). The category badge reflects the query that matched, so it is approximate. Headlines link to the original publisher; we do not republish article bodies.

Questions or corrections: contact us.