How to Register a Bittensor Subnet
What it actually takes to launch a subnet — the recycling-based registration cost, why it's dynamic, and what you're committing to as an owner.
BitExplorer · Jul 26, 2026
Launching a subnet on Bittensor is permissionless — anyone can do it — but it isn't free, and the cost isn't fixed. Understanding the registration mechanism matters both if you're considering launching one and if you're trying to read what a subnet's existence signals about the demand for its slot.
The cost: recycling, not burning
Registering a new subnet requires paying TAO, but that TAO isn't destroyed the way a token burn would be. It's recycled — removed from circulating supply and returned to the pool of future, not-yet-issued emissions, rather than paid out to any specific party. In practice this means the TAO is locked for as long as the subnet remains registered and active; it isn't simply gone forever, but it also isn't recoverable on demand.
This is a deliberate design choice: it discourages spam registrations (there's a real, non-trivial cost) without permanently destroying value the way an irreversible burn would.
Why the cost keeps changing
Registration cost isn't fixed — it's dynamic, roughly doubling with each new subnet registered and decaying gradually over time when registrations slow down. The effect is similar in spirit to a difficulty adjustment: when demand for new subnet slots is high, the cost rises quickly to throttle it; when demand cools, cost drifts back down. Because of this, registration cost at any given moment reflects recent registration activity more than any fixed price — check the current figure directly on-chain rather than relying on a number quoted in an article, since it can move substantially in a short period.
What you're committing to as an owner
Registering a subnet isn't just paying the fee — it means defining and maintaining an actual incentive mechanism:
- Defining the task. What miners actually do, and how validators score them. This is real subnet-specific code, not a configuration option.
- Attracting validators and miners. A registered subnet with no participants earns nothing — you need enough genuine interest on both sides for Yuma Consensus to produce meaningful scores.
- Ongoing maintenance. Subnet code evolves; a stagnant subnet with an inactive GitHub repo is one of the clearer signals evaluators look for, per how to evaluate a Bittensor subnet.
- Competing for root network attention. Your subnet's slice of block emissions is decided by root network validators, who can and do reallocate weight away from subnets that stop producing value.
In exchange, a successful subnet owner earns 18% of that subnet's emissions on an ongoing basis — a meaningful, compounding incentive to keep it running well, but one that only pays out if the subnet actually earns emissions in the first place.
Registering versus staying registered
Paying the registration cost gets you a slot, not permanence. Up to 128 subnet slots exist at once, and a subnet that consistently earns low root-network weight can be deregistered, freeing its slot for the next registrant. This is what keeps the registration cost mechanism meaningful over the long run — slots aren't infinite, so persistent demand for new subnets has to come at the expense of underperforming existing ones.
Related Articles
Frequently asked questions
Does registering a subnet burn TAO permanently?
No — the TAO spent on registration is recycled, meaning it's returned to the pool of unissued future emissions rather than destroyed outright. It's still removed from circulating supply for as long as the subnet exists, but it isn't gone forever the way a true token burn would be.
Why does subnet registration cost change so much?
The cost is dynamic by design: it roughly doubles each time a new subnet registers, then decays gradually over time if registrations slow down. This keeps registration self-regulating against demand rather than fixed at a level that's either too cheap (inviting spam) or too expensive (blocking legitimate launches) permanently.
What share of emissions does a subnet owner get?
18% of the subnet's emissions by default, with the remaining 82% split evenly between miners and validators (41% each).
Can a registered subnet lose its slot?
Yes. Bittensor supports up to 128 subnet slots, and a subnet that stops producing enough value — reflected in low root-network weight over time — can be deregistered, freeing its slot for a new registration.