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

Holders

How many distinct wallets (coldkeys) hold any alpha of this subnet.

Formulacount(distinct nominator coldkeys with stake > 0)

There is no minimum or dust floor (any non-zero position counts), and unlike the concentration metrics this one does NOT exclude the owner. The asymmetry is deliberate: this answers "how many wallets hold this alpha", while HHI, Nakamoto and Top 10% answer "how is the tradable float distributed". An explorer with a min-stake floor, or one counting per (coldkey, hotkey) pair instead of per coldkey, will differ.

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

Response fieldresults[].holders_count

Mechs

How many mechanisms (sub-mechanisms) the subnet runs.

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

Response fieldresults[].mechanism_count

Miners

How many independent miners are currently earning something, excluding the owner's own neurons.

Formulacount(neurons where incentive > 0 and not an owner neuron)

"Active" here means incentive strictly above 0, with no validator-permit, vtrust or stake threshold applied, so explorers using a permit or axon heuristic will report different numbers. A Burn below 100% implies at least one of these miners is earning.

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

Response fieldresults[].active_miners