Back to Blog
Novelty Search update, Bittensor Conviction, Tao Flow v2
Bittensor

Bittensor’s Next Phase: From Passive TAO Yield to Productive Subnet Economies

Published May 15, 2026

Bittensor is entering a new phase.

The latest Opentensor Foundation Novelty Search, hosted by Jacob Steeves, focused on two major protocol upgrades: Conviction and TAO Flow V2. It also showcased subnet teams building across inference optimization, e-commerce recommendations, autonomous drones, and AI agent evaluation.

Taken together, the session pointed to one clear direction: Bittensor is moving from passive TAO yield toward productive subnet economies.

That shift matters for subnet owners, TAO holders, validators, and builders. It changes how ownership is defended, how emissions are distributed, and how value is measured across the network.

The Core Shift: Less Passive Yield, More Productive Capital

For much of its early history, Bittensor rewarded broad participation. Staking TAO on the root network generated yield. Subnets could survive on system subsidies even without proving real external demand. That model is now under sustained, multi-front pressure.

The Bittensor protocol upgrades introduced during this Novelty Search are interconnected. They form a coherent economic argument: capital should flow from passive positions into active, risk-taking investments in productive subnet economies. The individual mechanisms differ, but the direction is unified.

Conviction: Contested Ownership Comes to Subnets

Conviction is one of the most structurally significant changes proposed for the Bittensor network. It introduces a mechanism for the contested ownership of subnets by token holders, allowing mature subnets to be challenged and potentially taken over by outside capital.

The mechanism activates when roughly 10% of a subnet’s total outstanding supply is locked for approximately two months. Critically, Conviction applies only to subnets at least one year old. This protects newer teams from destabilization during their early building phase.

Subnet owners retain a clear defense mechanism. If a current owner locks an equivalent amount of stake as the challenger, they immediately reach maximum conviction and retain control. In practice, Conviction functions as a capital commitment test: ownership is validated by willingness to put real capital at risk, not just by being first to register.

The game theory is straightforward. An attacker must commit significant capital to mount a challenge. A defender must commit equivalent capital to hold their position. Idle or extractive ownership becomes expensive to maintain.

TAO Flow V2: Reducing the Subsidy Bias

TAO Flow V2 addresses a structural distortion in the current emissions model. Under the existing system, chain-injected liquidity creates a bias that helps low-demand subnets survive without genuine external interest.

TAO Flow V2 subtracts the net subsidy from the net flow. The practical effect is that emissions become more sharply reward-weighted toward subnets with real organic demand. Subnets that depend primarily on system subsidy face significantly more pressure to demonstrate actual value.

This increases selection pressure across the network. Subnets with genuine commercial utility and external demand should see stronger emissions. Subnets propped up purely by system liquidity find the path forward considerably harder.

Also introduced alongside this change: subnet owners will gain the ability to voluntarily turn off their own emissions. Teams that believe they are in a non-productive period can redirect those emissions back to the network rather than continuing to extract without contributing.

The Root APY Debate: Should Passive TAO Still Earn Yield?

Connected to TAO Flow V2 is a broader conversation that Jacob Steeves raised explicitly during the session: should passive TAO holders on the root network continue to earn yield at all?

The argument for eliminating Root APY is direct. Root stakers are contributing neither risk, market information, nor active capital allocation to subnet economies. If the protocol goal is to move capital into productive subnets, rewarding inactivity works against that goal.

Root APY removal is not finalized and has not been confirmed as an upcoming protocol change. Jacob Steeves described it as a conversation starter, not an announcement. The proposal is meant to stimulate thinking among the economically minded people working on the protocol.

If the protocol eliminated root dividends entirely, it would create a pure burn mechanism: subnet price growth would push the chain toward net deflation as passive yield disappears and capital shifts into active subnet positions.

Superburns: Validators Push Back Against Low-Effort Subnets

One of the more immediate developments discussed was validator superburns. Validators have organized to route their stake weight toward a smart contract key that automatically sells the emitted token, effectively blocking low-effort or no-code subnets from receiving protocol emissions.

This is a community-driven network defense mechanism. Rather than waiting for protocol-level changes, validators are already applying direct economic pressure against subnets that self-mine or launch without meaningful code or infrastructure. Because validators control where their stake weight flows, directing it toward a burn address starves extractive subnets of the emissions they would otherwise collect.

Superburns matter because they demonstrate that network defense is available right now, using existing economic tools, before any protocol change ships.

Bittensor Protocol Upgrades in Context: What CacheOn AI (SN14) Is Building

CacheOn AI (SN14) is building a competitive arena for LLM inference optimization. Miners submit Docker containers containing optimized inference servers, written in Python, Rust, or sglang. These are evaluated against a canonical baseline model such as Qwen, using two primary metrics: time-to-first-token and tokens per second throughput.

The framing from the CacheOn team captures the core distinction well:

Training a model is like designing an F1 car. And inference is like maintaining the pit crew and the race strategy.

To prevent miners from gaming validation, CacheOn uses a greedy verification approach. Running full KL divergence in real time is too computationally expensive, so validators set temperature to zero and compare top-5 token probability distributions at the first position where a miner’s output diverges from the baseline. The team acknowledges this approach may need strengthening as miners develop ways to exploit it, and describes the next-generation verification method as an open question they will address when the time comes.

The commercial target is clear: highly efficient inference software that integrates directly into enterprise backends. Shifting value creation from model training toward commercial software deployment.

Bitrecs (SN122): Product Recommendations With Measurable E-Commerce ROI

Bitrecs (SN122) takes a different but equally direct approach to commercial utility. The subnet is a product recommendation engine built specifically for e-commerce, currently offering a one-click installation for Shopify stores.

Miners submit continuously evolving prompt optimizations that are evaluated against both synthetic industry benchmarks and live holdout data from actual merchants. Evaluation uses standard industry metrics: Recall@K, which measures whether the exact purchased item appears within the top K recommendations, and NDCG@K (Normalized Discounted Cumulative Gain), which measures how relevant the highest-ranked recommendations are.

The output is measurable recommendation lift: increased time on site, larger basket sizes, and higher Average Order Value (AOV) for merchants. This positions Bitrecs as one of the clearest current examples of a Bittensor subnet generating direct, quantifiable financial value for non-technical Web2 clients.

Swarm (SN124): Autonomous AI for Real-World Drone Operations

Swarm (SN124) represents one of the most concrete real-world deployments showcased in the session. The subnet has evolved significantly since its early phase, moving from miners submitting static flight plans to submitting full GitHub repositories run inside isolated Docker containers, encompassing both models and software.

The team is deploying these models in a physical laboratory in Andorra, in partnership with a major ski resort. The use case is autonomous avalanche rescue: drones trained by the subnet are tasked with locating tourists buried under snow in extreme weather conditions with limited or no connectivity.

Two technical challenges define the work. The first is the sim-to-real gap, one of the harder open problems in robotics: the transition from AI that performs well in simulated environments to AI that operates reliably on physical hardware in unpredictable conditions. The second is connectivity loss, which Swarm addresses using state machines that combine hardcoded logical steps with AI-driven navigation to keep drones operational when communication drops.

The stakes of the deployment are concrete. Faster, more accurate autonomous search in avalanche scenarios directly translates into survival outcomes.

Cathedral: Evaluating AI Agents on Live Machines

Cathedral is not a subnet yet. The project’s representative made this explicit during the session: what Cathedral has built is primarily an evaluation mechanism for AI agents living on live machines, rather than a fully formed subnet. The distinction matters.

The mechanism works as follows: miners submit an agent profile, a bundled package containing an agent’s soul, skills, memory, model, and the specific machine it runs on. Validators then log directly into that live machine to execute a series of tasks and observe how the agent performs, generating rich training data based on real task execution rather than synthetic benchmarks.

The long-term goal is for Cathedral to evolve into a full subnet built around specific jobs assigned to agents by validators, ranging from regulatory analysis to bug reproduction in code. One finding already stands out: well-designed, cleverly prompted agents running on standard CPUs can outperform miners using heavy compute and large frontier models. If that holds as the project matures, Cathedral could significantly lower the hardware barrier to competitive participation in agent-based subnet economies.

Why This Matters for Bittensor

Each of these developments reinforces the same structural argument. Bittensor is raising the cost of passive extraction across ownership, emissions, and yield simultaneously.

Conviction applies capital pressure to subnet ownership. TAO Flow V2 applies capital pressure to subsidy-dependent economies. The Root APY debate questions whether passive yield on the root network should exist at all. Superburns give validators an immediate tool to act.

Final Takeaway

The Bittensor protocol upgrades presented at this Novelty Search are individually significant. Taken together, they outline the standards the next phase of the network will reward.

Productive subnet economies, those that attract external capital, demonstrate organic demand, and deliver measurable value, are the ones the protocol is being redesigned around. The subnets that prove this will thrive. The ones that rely on passive extraction, subsidized survival, or stale ownership are facing pressure from multiple directions at once.

The next phase of Bittensor belongs to builders who can make the case outside the protocol as clearly as inside it.

Interested in trading subnet alpha tokens? SimplyTao is the place to start. Browse the market, track your portfolio, and buy directly at SimplyTao.

Disclaimer: Digital asset prices are subject to high market risk and price volatility. The value of your investment may go down or up, and you may not get back the amount invested. You are solely responsible for your investment decisions and SimplyTao is not liable for any losses you may incur. Past performance is not a reliable predictor of future performance. You should only invest in products you are familiar with and where you understand the risks.

Frequently Asked Questions:

What is Conviction in Bittensor?

Conviction is a new mechanism that introduces contested ownership of subnets. When outside token holders lock roughly 10% of a subnet’s total outstanding supply for approximately two months, they can challenge the subnet’s ownership. The mechanism applies only to subnets that are at least one year old.

Can a subnet owner defend against a Conviction takeover?

Yes. If a subnet owner locks an equivalent amount of stake as the challenger, they immediately reach maximum conviction and retain full control. Conviction rewards owners who are willing to put capital at risk alongside their subnet.

What does TAO Flow V2 change?

TAO Flow V2 subtracts the net subsidy injected by the chain from the net flow. This removes the bias that previously allowed low-demand subnets to survive on chain-injected liquidity. Subnets with genuine organic demand receive stronger emissions. Subnets dependent purely on system subsidy face greater selection pressure.

Is Root APY being removed from Bittensor?

Protocol developers are actively discussing a proposal to eliminate Root APY, but they have not finalized or confirmed it as a shipping change. Jacob Steeves introduced it as a conversation starter during Novelty Search. If implemented, it would push passive root capital toward active investment in productive subnet economies.

What is CacheOn AI building on Bittensor?

CacheOn AI (SN14) is a competitive arena for LLM inference optimization. Miners submit Docker containers with optimized inference servers and compete on time-to-first-token and tokens per second throughput, evaluated against a baseline model such as Qwen.

How does Bitrecs generate value for merchants?

Bitrecs (SN122) is a product recommendation engine with a one-click Shopify integration. Miners compete on prompt optimizations evaluated using Recall@K and NDCG@K. The output is measurable recommendation lift: higher engagement, larger basket sizes, and improved Average Order Value for e-commerce merchants.

What are validator superburns?

Validator superburns are a community-driven defense mechanism. Validators route their stake weight to a smart contract key that automatically sells emitted tokens, blocking low-effort or no-code subnets from collecting protocol emissions. This operates independently of protocol-level changes.

Ready to Start Trading AI Tokens?