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
- Free
TAO sitting in the wallet, not staked anywhere.
API request
GET https://api.taoswap.org/accounts/Response field
results[].free- Global rank
Where the wallet sits in the network-wide wealth ranking, 1 being the largest.
Formulaposition by total_tao (free + root stake + alpha stake) descending, ties broken by address order. rank_alpha ranks on alpha stake alone.It ranks every coldkey in the latest complete daily balance snapshot, so it is a ranking of the indexed set rather than of the whole chain, and it is anchored to the last fully computed snapshot so a partial sync cannot silently drop the top of the table. Alpha carries the same exit-value pricing as everywhere else, which can reorder large alpha-heavy wallets compared with a flat-price ranking.
API request
GET https://api.taoswap.org/accounts/Response field
results[].rank (results[].rank_alpha for the alpha-only ranking)- Stake (root) / Stake (alpha)
TAO staked on root, and all alpha across subnets valued in TAO.
Formulastaked_tao (root stake, 1:1) / staked_alpha_in_tao (alpha through the pool, with slippage)staked_tao is root stake only and excludes free TAO (the Total column adds it back). Alpha is valued at what it would actually fetch on exit, so it reads lower than flat-price or EMA-based figures.
API request
GET https://api.taoswap.org/accounts/Response field
results[].staked_tao / results[].staked_alpha_in_tao- Total (account)
Everything the wallet is worth in TAO: free plus root stake plus alpha stake.
Formulafree + staked_tao + staked_alpha_in_taoAPI request
GET https://api.taoswap.org/accounts/Response field
results[].total_tao