Search subnets

Search all 128 Bittensor subnets by name or ticker

Bittensor Subnets: The Complete Guide

What Bittensor subnets are, how they're built from miners and validators, and how the pieces — Yuma Consensus, alpha tokens, the root network — fit together.

BitExplorer · Jul 26, 2026

Bittensor is a network of networks. The base chain — Subtensor — does one job: it tracks stake, identity, and emissions. Everything that actually produces something useful happens one layer up, inside subnets: independently owned, independently incentivized markets where anyone can plug in compute or data and get paid for the value they add, according to rules the network itself can verify.

This guide covers what a subnet actually is, how the incentive mechanism inside one works, and how the rest of the ecosystem — alpha tokens, staking, the root network, subnet registration — connects back to it.

What a subnet is, concretely

A subnet is a self-contained competition. Someone (the subnet owner) defines a task — running inference on open models, scraping and structuring web data, training checkpoints, predicting protein structures, whatever the market will pay for — and writes the code that lets two kinds of participants take part:

  • Miners do the work. They run the actual compute: serving a model, completing a job, returning a result.
  • Validators grade the work. They query miners, evaluate the responses against some measure of quality, and submit a scored "weight" for every miner they see.

The Bittensor chain then does something no other network does: it takes those validator scores, runs them through a mechanism called Yuma Consensus, and uses the output to split each subnet's block rewards between everyone involved — automatically, on-chain, without anyone manually approving a payout. The mechanics of that scoring loop are covered in detail in how Bittensor subnets work.

How a subnet earns its own rewards

Subnets themselves compete for emissions, not just the participants inside them. Every block, new TAO is minted and split across all active subnets according to weights set by the root network — a meta-subnet (netuid 0) made up of the network's largest validators. A subnet that the root network judges to be producing more value gets a bigger slice of every block; one that stagnates gets squeezed out, and can eventually be deregistered to free its slot for something new.

Within a subnet, the emissions it does receive are split three ways by default:

RecipientShareRole
Miners41%Do the actual compute/work
Validators (and their stakers)41%Score and secure the subnet
Subnet owner18%Defined the task, maintains the code

That split is enforced at the protocol level — no subnet owner can quietly redirect it.

Every subnet has its own token

Since the February 2025 "dTAO" upgrade, each subnet mints its own alpha token, capped at 21 million supply, with its own price discovered through an automated liquidity pool paired against TAO. Staking TAO into a subnet is literally a swap: TAO goes into the pool, alpha comes out. This is what lets the market — not a committee — decide which subnets are worth backing. The full mechanics, including the emission-halving schedule and what "market cap" means for a token with no fixed initial supply, are in Bittensor alpha tokens explained. Staking mechanics, risk, and how to actually do it are covered in Bittensor subnet staking explained.

Not all subnets look alike

Subnets range from raw compute marketplaces to narrow, applied AI products — vision models, drug discovery, genomics, data pipelines, LLM gateways. Understanding the shape of the ecosystem, with real examples, is covered in Bittensor subnet categories explained. Because there are dozens of live subnets at any time and their relative size shifts by the day as capital reallocates between them, top Bittensor subnets by market cap tracks the current leaders rather than a fixed list.

Anyone can launch one

Registering a new subnet is permissionless but not free — it costs TAO, which is recycled (removed from circulation, not paid to anyone) rather than burned outright, and the cost is dynamic: it roughly doubles with each new registration and decays over time, similar in spirit to a difficulty adjustment. What it actually takes to launch one, and what the recycling mechanism means for TAO's supply, is in how to register a Bittensor subnet.

Judging whether a subnet is worth your attention

A subnet's alpha price, market cap, and emission share are all publicly on-chain and update constantly — but none of them alone tells you whether a subnet is well-run, decentralized, or likely to keep producing real value. How to evaluate a Bittensor subnet walks through a concrete framework — ownership transparency, validator/miner decentralization, real usage signals, and competitive position — for reading past the headline numbers.

How subnets compare to centralized AI infrastructure

Subnets aren't trying to be a drop-in replacement for AWS or OpenAI's API in every respect — they trade some things (simplicity, guaranteed uptime SLAs) for others (permissionless entry, market-priced compute, no single point of control). Bittensor subnets vs traditional AI infrastructure lays out that tradeoff directly.

Related Articles

Frequently asked questions

What is a Bittensor subnet?

A subnet is an independent network within Bittensor that runs its own incentive mechanism for a specific task — inference, training, storage, data scraping, and dozens of others. Each subnet has its own miners (who do the work), validators (who score it), and an owner (who defines the task), and each subnet earns a share of Bittensor's block emissions based on how much value the network judges it to be producing.

How many subnets does Bittensor have?

The network currently supports up to 128 subnet slots, identified by a netuid from 0 to 127. Not all slots are filled at all times — subnets can be deregistered if they stop producing value, freeing the slot for a new one.

Do all subnets use the same token?

No. TAO is the base network token, but since the February 2025 dTAO upgrade, every subnet has its own alpha token with its own price, discovered through an on-chain liquidity pool paired against TAO.

Is a Bittensor subnet the same as a blockchain?

No. Subnets don't run their own chain or consensus — they run on top of the Bittensor blockchain (Subtensor). A subnet is better thought of as a scored, incentivized network of off-chain workers whose participants, stake, and rewards are all tracked on Bittensor's single shared chain.