Glossary

What each metric means, its exact formula, the API request behind it, and why it can differ from other explorers.

For AI agents: llms.txt

Burned

The best-known amount of alpha destroyed for good, valued in TAO. Most subnets never burn anything.

Formulamax(alpha_burned_counter, total_alpha_burned) / 1e9 × (moving_price || price)

Two overlapping sources, neither complete on its own: the on-chain counter covers every burn path (the burn extrinsic, the incentive burn during emission, the swap-fee burn) but only exists since 2026-05-28, while the extrinsic-only total reaches back to genesis but is blind to the other paths. Taking the larger of the two is the tightest lower bound on the real total. Burning is not recycling: a burn destroys the tokens while leaving the reserve and the issuance counter untouched, whereas recycling reduces both, and recycled alpha is not counted here.

Data source
GET https://api.taoswap.org/v2/subnets/

Response fieldresults[].alpha_burned_counter, results[].total_alpha_burned

Valued in TAO as max(counter, total) / 1e9 × (moving_price || price).

Supply

All the alpha in circulation for this subnet: what sits in the pool plus what is staked.

Formulaalpha_in_pool + alpha_stake

Burned alpha is deliberately NOT removed here: on-chain a burn destroys the tokens but leaves the reserve untouched, and it is tracked separately (see Burned). Market cap, by contrast, does remove it, which is why supply × price sits above market cap on burn-heavy subnets. Recycled alpha IS already excluded, because the chain reduces the reserve when it recycles. Supply and market cap also stop at those two stocks, leaving out the protocol alpha reserve that the chain folds into its own issuance figure (see Root Proportion): that reserve is liquidity waiting to be injected, owned by nobody, and it is zero on every subnet today. Explorers that also net burns, or that show the 21M cap (which is the FDV base), will differ.

API request
GET https://api.taoswap.org/v2/subnets/

Response fieldresults[].total_supply