Bittensor
Independent Bittensor review. TAO tokenomics, dTAO subnet economics, post-halving supply, and why centralisation risk is worse than most holders realise.
Largest DeAI network with live workloads. PoA block production and governance far more centralised than marketed. Covenant AI's April 2026 exit alleges specific governance abuses now under active review. No security audit.
- + Largest DeAI network: 128+ subnets, 8,000+ reported GPU nodes, deepest exchange liquidity in the space
- + Bitcoin-modelled tokenomics with a clean scarcity narrative (21M cap, halving done, no ICO)
- + Institutional access: Grayscale Trust with S-1 filed for ETF conversion, DCG's Yuma subsidiary
- − Opentensor Foundation validates all blocks (PoA), can halt the network, and runs privileged operations through one sudo key
- − Demand revenue we can measure is 0.5-2.3% of the minted emission budget, and 6.4% even counting every self-report
- − April 2026 Covenant exit alleges unilateral emission suspension and timed token sales by leadership
Bittensor scores a C, reflecting genuine decentralisation at the compute/subnet layer undermined by significant centralisation at the chain and governance layer. The subnet architecture is innovative and permissionless with 128+ independent markets. However, the Opentensor Foundation validates all blocks (Proof of Authority), can halt the network unilaterally, and controls governance proposals through a 3-person Triumvirate.
The 'fair launch' is technically clean but practically resulted in concentrated distribution (top 1% hold ~90% of stake). No security audit, a $28-30M insider hack, and no bug bounty programme are serious concerns for a protocol of this scale.
Infrastructure decentralisation12/20 Out of date· 2 checks
128 active subnets with permissionless participation. 8,000+ GPU nodes across the network. Miners and validators operate independently. However, Subtensor blockchain runs Proof of Authority with block production controlled entirely by the Opentensor Foundation. OTF can unilaterally halt the network (demonstrated July 2024). Transition to PoS planned but no timeline published. Standalone L1 with no shared security from external chain.
Permissionless network of AI subnets: anyone can register a subnet or run a miner/validator; 128+ active subnets and thousands of GPU nodes. source →
129 registered subnets on-chain (get_all_metagraphs_info, Subtensor finney); subnet creation and miner/validator registration are permissionless (gated only by a TAO burn). QUALIFIED 2026-08-13 by Bittensor's own subnet guide: registration is open and price-gated (cost doubles per registration, decaying to a 1,000 TAO floor), but emission is not. "That is root's switch, subnet_emission_enabled" - and "New subnets register with it off, and owners cannot set it." So anyone may create a subnet; whether it earns anything is a root decision. Read the registered subnet set on-chain; registration path is open with a burn cost.
Verified The subnet layer is genuinely permissionless. Block production, however, is authority-based and OTF-controlled (see governance).
A few subnets dominate emissions (top-10 ~56%; Chutes ~14.4%). source →
Top-10 subnets take 40.05% of emissions on the chain read. That is up from 33.2% when this verdict was authored, so the gap to the 56% narrative has roughly halved without closing. uniform alpha emission x alpha price / total = standard dTAO emission-value share
Out of date Lead with current truth: network emission is ~33% top-10 concentrated NOW and falling. Pine's 56%/14.4% was correct for March 2026; this records the de-concentration trend - not a Pine error, and NOT a claim that Bittensor is currently highly concentrated. The falling trend nobody else tracks is the finding. Re-read 2026-08-16: concentration has risen materially since the original chain read, which moves the finding from "the narrative is well above the chain" toward "the narrative was early". The verdict stays outdated because the 56% figure is still well above what the chain shows, but the direction of travel now favours the concentration argument rather than refuting it. Wired so the next move is caught by the router rather than by someone re-reading the prose.
Governance decentralisation9/20 Overstated· 2 checks
Bicameral governance: Triumvirate (3 OTF employees) proposes all changes; Senate (12 seats, top validators by stake) votes. 50%+1 required. dTAO (Feb 2025) meaningfully shifted emission allocation from validator oligarchy to market mechanism. However, OTF still controls block production and governance proposals. SN28 intervention (OTF used root stake to crash a meme coin subnet 98%) demonstrated centralised override capability. Academic analysis shows top 1% of wallets control ~90% of stake (Gini ~0.98).
Bittensor is a decentralised, community-governed network. source →
Bicameral by design but centrally gated: a 3-member Triumvirate (OTF employees) proposes ALL changes (proposal monopoly); a 12-seat Senate of top validators votes 50%+1. OTF controls PoA block production and demonstrated a centralised override (SN28: OTF used root stake to crash a subnet ~98%). Protocol changes ship through OTF-merged runtime upgrades (e.g. PR #2781, verified live). NEW 2026-08-13, and it is Bittensor's own documentation: the validating guide states "The legacy on-chain senate-vote extrinsic - and the collective and membership pallets behind it - have been removed from the runtime, so top root members no longer form a voting senate" and "Privileged operations (runtime upgrades, protocol changes) are dispatched through sudo, held by a multisig of Rao Foundation keys." The project documents sudo-multisig control of runtime upgrades in plain language, which settles the question the charter's decentralisation language leaves open. Characterised the proposal/veto structure, block-production authority, and the SN28 root-override event.
Overstated Substrate governance-rubric adaptation: proposal power is monopolised by a 3-member OTF Triumvirate and block production is authority-based, with a demonstrated root override (SN28) - G0-equivalent central control, mitigated by the Senate veto and the dTAO market mechanism (the separate match below). Far more centralised than the 'decentralised' marketing. The inflated verdict no longer rests on our inference: Bittensor's docs say the senate pallets were removed and privileged operations run through a Rao Foundation sudo multisig. Claim attributed to the charter, which is where the decentralisation language is actually published; the contradicting page is cited in the evidence.
dTAO shifted subnet emission allocation from a validator oligarchy to a market-based (price-weighted) mechanism. source →
Code diff (pallets/subtensor/src/coinbase/subnet_emissions.rs) confirms get_shares() switched from get_shares_flow() (net-flow / Tao Flow) to get_shares_price_ema() weighted by root_proportion * (1 - miner_burned) and renormalized, i.e. effective emission proportional to root_proportion_i * moving_price_i * (1 - miner_burned_i); the prior price-EMA path was un-deprecated. Live on finney mainnet: runtime specVersion 440 at block 8760464 (2026-08-03) contains the PR #2781 merge commit 6016381e (ancestor of the v440 release tag, ahead_by=0 = contained and not reverted; first shipped in spec 422 / v3.4.7-422 on 2026-06-23). On-chain emission share resolvable as price-weighted (moving_price) across 128 subnets; top-10 = 39.70% (corroborating, consistent with the price-based path). read the actual Rust diff of the allocation function + on-chain runtime spec_version read + git ancestry of the PR merge commit against the live runtime release tag + price-weighted emission-share readout across all subnets
Verified Confirms the 2026-08 review's project-page and tokenomics-article claim that Bittensor reverted to price-based emissions. A merged PR alone is not proof of live deployment; this check confirms the code is in the running finney runtime (spec 440) and not reverted. The dtao-subnet-economics article's flow-based mechanism walk-through is period-accurate for Nov 2025-Jun 2026 and flagged for a fuller rewrite.
Token distribution fairness8/15 Overstated· 2 checks
Technically a fair launch: no ICO, no pre-mine, no VC allocation, no token sale. All TAO earned through mining. However, 5.38M TAO mined during 2021-2023 with very limited participants and no public accounting of destination. Polychain 'incubated' in 2019, DCG 'invested' in 2021 -- likely through early mining access. Largest single wallet holds ~1.55M TAO (~20% of supply). Staking rate 70-90% means extremely thin free float. Fair launch label is technically accurate but practically the distribution resembles insider accumulation.
Fair launch: no ICO, no pre-mine, no VC allocation, no token sale; all TAO earned through mining (Bitcoin-style). source →
Issuance is 100% mining-based from genesis (Jan 2021); no sale/pre-mine tranche exists. The fairest launch model in DeAI. Confirmed the mining-only issuance and absence of any sale allocation.
Verified Launch fairness is genuine. Ongoing ownership concentration is a separate, contrasting claim below.
Ownership/stake is broadly distributed. source →
Extreme concentration: top 1% of wallets control ~90% of stake (Gini ~0.98). Per-subnet alpha capture is severe in places: Templar (SN3) 95.6% one coldkey, Targon (SN4) 88.3%, plus an owner-self-capture cluster (6 subnets with owner holding 51-77% of their own alpha). On-chain per-subnet alpha-stake shares by coldkey; network-level Gini from published analysis.
Overstated The central tension: the fairest launch mechanism (100% mined) produced the most concentrated ownership (Gini ~0.98). Distribution rubric D0 on ongoing concentration despite a fair launch. Positive controls exist (Ridges, Score/SIRE ~29% top-1) and are recorded in the flags.
Censorship resistance8/15 Verified
Permissionless subnet creation and miner registration (with TAO burn). No content policy on individual subnets. However, OTF validated all blocks and can censor transactions at the chain level. Network halt in July 2024 and SN28 intervention demonstrate that OTF can and will intervene. TAO burn barrier for registration creates capital-gated access.
Permissionless subnet creation and miner registration; no protocol-level content policy on subnets. source →
Registration is permissionless on-chain (gated only by a TAO burn); no protocol content filter. Caveat: OTF demonstrated a root-level override (SN28), so entry is open but the root can intervene. Confirmed the open registration path; recorded the demonstrated override.
Verified Permissionless entry holds; the SN28 root override is the qualifier (open to join, but OTF can act at the root).
Data sovereignty10/15 Verified
Miners run models locally on their own hardware. Validators score independently. Self-custodial wallets (coldkey/hotkey architecture). No platform data collection or surveillance. However, coldkey must be decrypted for every stake/unstake operation, creating repeated exposure risk (exploited in 2024 hack). No ZK or encryption on the inference layer.
Miners run models on their own hardware; validators score independently; wallets are self-custodial (coldkey/hotkey). source →
The coldkey/hotkey wallet model is self-custodial on-chain; miners run models locally on their own hardware. Genuine data sovereignty relative to hosted competitors. Confirmed the self-custody wallet model and local-execution design.
Verified The strongest freedom dimension: local hardware + self-custody. Off-chain model behaviour is not measurable, but the sovereignty architecture is real.
Open source transparency9/15 Verified
All core code is open source (MIT license) across 64 public repos. Active development with frequent commits. However: no third-party security audit has been publicly disclosed despite multi-billion dollar market cap. No SECURITY.md file on main repo. No formal bug bounty programme. Early token distribution (5.38M TAO) is opaque. OTF financials not publicly reported.
All core code is open source (MIT) across 64 public repos, with active development. source →
Core code is open (MIT); the Subtensor runtime is public - we read the PR #2781 Rust diff directly this cycle. Caveat: no formal security audit of the core chain. Confirmed the public MIT repos and read core Subtensor source directly.
Verified Fully open-source and independently readable (we verified the emission-mechanism change against the actual source). The assurance gap is the absence of a formal security audit.
Overall returns potential is moderate at 63/100. Strongest dimension: liquidity & access (14/15). Weakest: revenue sustainability (6/25).
Token utility17/20 Established
Staking required for participation. Burn for registration. Governance. Essential.
TAO is essential utility: staking is required to participate, registration requires a TAO burn, and TAO governs the network (with dTAO subnet tokens). source →
Staking, registration-burn, and the dTAO subnet-token mechanism are all on-chain and load-bearing for participation. Confirmed the staking/burn/dTAO mechanisms on-chain.
Established Utility is essential and on-chain; one of the strongest token-utility profiles in DeAI.
Value accrual11/20 Established
Stake to participate. No direct fee distribution. dTAO creates market-based allocation.
Value accrues via staking and the dTAO market mechanism. source →
Accrual is stake/emission-based via dTAO market pricing; there is no protocol fee distribution or fee-burn to holders. Measured, honestly disclosed. Confirmed the emission/dTAO accrual path and the absence of a fee-share mechanism.
Established No overclaim: accrual is emission/market-based, not revenue-fee-based. The subsidy question is graded under revenue.
Supply dynamics15/20 Verified
21M hard cap with halving complete. No ICO, no pre-mine, no VC allocation. But early mining concentration is extreme (Gini 0.98) with limited initial participants.
21M hard cap, Bitcoin-style disinflationary halving, no ICO/pre-mine/VC. source →
CoinGecko max_supply = total_supply = 21,000,000; circulating ~9.6-10.7M depending on staking treatment. Bitcoin-modelled emission with supply-milestone halving (first halving ~Dec 2025). Confirmed the 21M cap and the disinflationary halving model.
Verified Supply rubric S2/S3 (hard cap, Bitcoin model, predictable). Circulating % varies with staking treatment; use structural framing. The concentration issue is a distribution finding, not a supply-integrity one.
Revenue sustainability6/25 Overstated· 4 checks
Independently measured demand revenue is one subnet's OpenRouter traffic, 0.5-2.3% of the minted emission budget. Every self-report added on top reaches 6.4%. Emission-driven at the network level on any basis.
Subnet economics are driven by real demand. source →
Emission budget 3,559 TAO/day (1.30M TAO/yr), derived from the on-chain TotalIssuance delta. Independently measured demand revenue is $1.12-5.61M/yr, the annualised band from OpenRouter's own token series for Chutes (SN64) priced at Chutes' listed rates, which is 0.45-2.25% of the budget. Adding every dated self-report for a subnet with no measured leg gives a generous ceiling of $16.0M/yr, 6.4%. Participant rewards are overwhelmingly inflation-funded on every basis, but NOT by 'under 5%': that figure fails once the ceiling is itemised and the budget priced correctly. Emission from the TotalIssuance delta over a 300-block window, not from BlockEmission storage, which reads 1 TAO/block against actual issuance of 0.494 and would overstate the budget 2x. Revenue split into a measured leg (a third party settles it) and reported claims (the subnet settles its own), never summed into one figure.
Overstated Re-authored 2026-08-18 onto a refreshable basis. The prior wording asserted a $360M/yr emission budget, which prices TAO at ~$274; TAO last traded there on 27 May 2026 and was $205 on the 9 August assessment date, so the dollar level was stale by about a third when written. The 3,600 TAO/day it rested on is confirmed by the chain. Graded api rather than onchain-reconciled because the binding half is OpenRouter's series, not a chain read. Measured coverage is one subnet of 129: a floor on demand revenue, not a census.
Named Bittensor subnets generate real demand-side revenue: Targon on track for $10.4M annually and Chutes for $2.4M (DL News, 15 October 2025). source →
no independent source exists none: Pine Analytics' $1.3-2.4M range is itself self-reported (Chutes to DL News) plus an unaudited March-2026 estimate, 'neither independently audited' (Pine's words). Pine is an analyst, not an independent auditor.
Editorial Network-wide demand-side revenue is $3-15M (unverifiable) against an on-chain annual emission budget of ~$360M. The inflation-subsidy direction is robust even at the generous revenue ceiling, but the revenue figure is not independently established, so no precise subsidy ratio is asserted as verified. Attribution 2026-08-13: neither Bittensor nor the two named subnets publishes these figures. chutes.ai states only 'Powering Trillions of Tokens per Month'; targon.com publishes GPU, uptime and latency counters and no revenue. The ~$10M and $10.4M ARR figures are third-party or social-media sourced, which is why this stays unverifiable. FIGURE CORRECTED 2026-08-13. We had recorded 'Chutes ~$10M ARR (self-reported to DL News)'. The DL News article we cite says $2.4 million for Chutes, not $10M, so our number was roughly 4x the source and attributed to a source that does not support it. Targon's $10.4M is correct and was likely the figure that leaked across. The verdict stays unverifiable: these are forward-looking subnet-team projections reported by a journalist, with no independent series behind them, and Chutes' annualised emission subsidy alone dwarfs either number.
A subnet (Lium, SN51) ran a revenue-funded 2,500 TAO buyback-and-burn from real GPU-credit sales. source →
no independent source exists Traced the OTF relay to the primary Lium post; confirmed SN51 = lium.io on taostats and that lium.io is a live, priced GPU-rental marketplace (a real paying-revenue product). Lium published no burn tx hash, and without their treasury coldkey the specific 2,500 TAO buyback-burn extrinsic could not be isolated on taostats. The revenue-origin claim (GPU-credit sales) is off-chain and cannot be verified on-chain by nature.
Editorial Used as an attributed, hedged demand datapoint in the review's 'The product in practice' section (an early exception to the emission-subsidy pattern). Recorded as unverifiable so it is never later treated as an independently confirmed burn/revenue figure. Verified: primary source, SN51 identity, and that Lium is a live paying GPU product. Not verified: the burn transaction (no published hash) and the GPU-revenue attribution (off-chain).
Value locked in DeFi on Bittensor. Our own framing; the project publishes no chain-TVL claim.
$42,824,796 total value locked across Bittensor chains. DeFiLlama chain-TVL sum, refreshed by scripts/refresh-primary.ts into meta.primary_data.
Established Recorded with its limit stated. Bittensor TVL is capital in DeFi on the Subtensor chain, largely subnet-token liquidity, not the emission economy the review rates. The emission rows carry that. Kept because subnet-token liquidity is the surface a holder actually transacts against.
Liquidity & access14/15 Verified
Binance, Coinbase, Kraken. Deepest liquidity in DeAI. Highly liquid.
Deepest liquidity in DeAI: Binance, Coinbase, Kraken, and highly liquid markets. source →
73 tickers; ~$120.5M 24h volume against a ~$2.0B market cap (~6% turnover), with Binance/Coinbase/KuCoin as top venues - materially deeper than the other DeAI flagships. ~72% below ATH. Read the ticker set and 24h volume live.
Verified The 'deepest liquidity in DeAI' claim holds: ~$120M/24h dwarfs the other flagships. Structural framing only.
Not financial advice. Scores are opinions, not recommendations. Crypto is high-risk – you could lose everything you invest. Full disclaimer.
Embed this rating
The badge updates automatically when the score changes.
On this page
Emission distribution and the reflexive subnet market
Bitcoin-style scarcity asset where block emission is the only source of value. Stake-weighted markets route emission to competing subnets; inside each subnet the protocol splits every block 41 / 41 / 18.
What it does
Bittensor is an incentivised network for AI. The architecture is built around subnets, each one a specialised marketplace for a specific type of AI task. One subnet handles text generation. Another handles image generation. Others handle translation, code review, data scraping, embeddings, or any other AI workload someone decides to build a subnet for.
Each subnet has miners (who perform the work) and validators (who assess the quality). Miners compete to produce the best outputs. Validators score the miners and distribute TAO rewards accordingly. The system creates a Darwinian selection pressure where the best-performing miners earn the most and underperforming ones get pushed out.
There are currently 128+ active subnets. Anyone can create a new one by registering it on the network and attracting miners and validators. Leading subnets include Chutes (serverless inferenceInferenceRunning a trained AI model to produce an answer. Inference is what happens when you type a prompt into ChatGPT and get a response. The model takes your input, computes a best guess, and returns it.Like asking an expert for their opinion. The training was the decades they spent becoming an expert. The inference is the 30 seconds it takes them to answer your specific question.Read more →, processing billions of tokens daily), Gradients (model trainingTrainingThe one-time process of teaching a neural network to perform a task by showing it massive amounts of example data and adjusting its internal weights until the outputs are good. Training builds the model; inference uses it.Like the years an apprentice spends learning a trade. You don't see any of the actual work, just thousands of repeated mistakes gradually becoming competence. By the end, the apprentice can do the job. The training was invisible, but the skill is now permanent.Read more →, cheaper than Google Cloud on a subsidised basis), and Nineteen (inference speed records). All three are built by Rayon Labs.
Most subnets farm emissions rather than earn revenue; for which ones actually have paying customers, see Bittensor Subnets: Where the Revenue Actually Is. For how TAO’s token model compares with MOR and FET, see MOR vs TAO vs FET.
The product in practice
Grounded in our Bittensor review, our own first-hand mining experience (see the Honest assessment below), the Pine Analytics bear case, and community sentiment on r/bittensor_ and in the project’s Discord help forum. Attributed where anecdotal.
Who it’s for. Bittensor is three products wearing one token. Miners and validators are technical operators who run GPU hardware and compete inside a subnet. Stakers hold TAO and allocate it across subnet alpha tokens, which is closer to active trading than passive yield. End users consume subnet outputs, mostly inference served by subnets like Chutes through ordinary API calls.
What it’s like to operate. Crypto-native and unforgiving. Participation runs through the btcli command line, taostats.io for monitoring, and hardware wallets like Ledger or Talisman, with no consumer-grade console. The tooling is powerful and punishing: the project’s Discord help forum carries reports of users losing funds to command-line mistakes, including an accidental transfer_stake in a batch that handed alpha to a validator’s hotkey with no easy recovery. Mining is the steepest path, and a recurring Reddit question is how to earn even a dollar as a miner, because established subnets demand serious hardware and constant optimisation against everyone else.
What it’s like to stake. Two different risk profiles sit behind one action. Root staking returns a steadier nominal yield; subnet alpha staking offers higher potential returns but carries alpha-price risk, and newcomers regularly report losses, with one r/bittensor_ thread describing a stake shrinking within two weeks. The economics also move fast, shifting from price-based emissions to flow-based in late 2025, to locked-stake Conviction governance in early 2026, and back to a revised price-based emissions model in mid-2026, and the help forum shows even engaged users asking where to read the current rules in one place. Treat subnet staking as an active position rather than a set-and-forget deposit.
Demand, honestly. This is the crux for investors: Bittensor’s most product-facing subnet, Chutes, serves inference at scale, but Pine Analytics’ bear case set roughly $52 million in annual Chutes emissions against $1.3 to 2.4 million in customer revenue, which reads as subsidy rather than a business. Much of the on-chain activity is alpha-token speculation rather than end-use, echoed by r/bittensor_’s recurring “is Bittensor actually useful day to day?” thread. Early exceptions may be appearing: Lium (SN51) said it completed a 2,500 TAO buyback-and-burn in June 2026 funded by GPU-credit revenue rather than emissions, though that is the project’s own claim and we could not confirm the burn on-chain. The open question is whether that kind of external revenue scales to something meaningful against the emissions being distributed.
The community and the vision. The subreddit is well-informed, welcoming, and quick to educate newcomers, which softens the steep learning curve. The bet is that an open market produces intelligence better than any single lab, and the recent mechanism changes (the price-based emission model with its rank gate, MEV Shield, locked-stake Conviction) are iterations toward routing rewards to contribution rather than raw capital and gaming. Whether that bet pays off depends on external demand showing up, which is still unproven.
Value proposition
Subnet marketplace for AI tasks
128+ specialised subnets covering inference, training, embeddings. Each a mini-economy with miners and validators.
Bitcoin-modelled scarcity
21M hard cap, first halving complete December 2025, fair launch with no ICO, pre-mine or VC allocation.
Governance centralisation
Opentensor Foundation validates all blocks, dispatches privileged operations through a single sudo key, and has halted the chain.
Bittensor’s core argument: the market is better at producing intelligence than any single company. By creating an open, incentivised system where anyone can contribute AI capabilities and earn for it, you get a network that is more diverse, more resilient and more innovative than a centralised alternative.
Miners get the most direct deal: run AI models, produce good outputs, earn TAO. The better your outputs relative to competitors, the more you earn. Straightforward competition.
Validators curate rather than produce. Assess quality, allocate rewards, shape which miners succeed. TAO emissions reward accurate scoring.
TokenTokenA digital unit of value or access rights tracked on a blockchain. Tokens can represent ownership in a project, a right to use a service, a share of future revenue, or simply a tradable asset with no underlying claim.Like a physical poker chip a casino issues. The chip itself has no value. What makes it worth something is what it lets you do at the casino, what the casino has promised, and how much other people will pay you for it.Read more → holders get ownership of the network’s productive capacity. As demand for AI workloads grows and flows through Bittensor subnets, the network becomes more valuable. At least in theory.
Developers get infrastructure. Build a subnet for any AI task, attract miners and validators, and create a decentralised marketplace without building the underlying incentive and consensus layer yourself. That last part is useful.
Tokenomics
TAO has a fixed supply cap of 21 million, mirroring Bitcoin’s design. The first halvingHalvingA protocol event that cuts the rate of new token emissions by half. Halvings are scheduled in advance, happen automatically at fixed intervals, and are a core mechanism for enforcing declining token supply growth over time.Like a savings account where the interest rate is contractually cut in half every four years. You still earn interest, but the rate drops on a known schedule, and the issuer can't change it without breaking the contract.Read more → completed on 14 December 2025, cutting emissions from 1 TAO/block (~7,200/day) to 0.5 TAO/block (~3,600/day). Current inflationInflationThe annual rate at which new tokens are created and added to the circulating supply. Most networks use inflation to pay validators, stakers, and infrastructure providers from freshly minted tokens rather than real revenue.Like a landlord who raises the rent every year. If your salary goes up at the same rate, you break even. If it doesn't, you get poorer without noticing, because the number on your payslip hasn't changed but the ground under it has shifted.Read more → is approximately 12-13% annually. Current circulating supplyCirculating SupplyThe number of tokens currently in circulation and tradeable on the open market. Differs from total supply (which includes locked or unvested tokens) and max supply (the upper limit, if there is one).Like the number of cars on the road today versus the number ever produced. Some are in showrooms, some in junkyards, some still at the factory. Only the ones on the road count toward what people are actually driving.Read more → is shown above.
Dynamic TAO (dTAO), launched February 2025, replaced the Root Network validatorValidatorA computer that runs the full blockchain protocol, verifies transactions, and proposes new blocks. Validators are the workers that keep a Proof of Stake network running, and they earn rewards for doing the work correctly.Like a notary public who witnesses and stamps legal documents. Validators witness transactions, check they follow the rules, and stamp them into the permanent record. A notary who commits fraud loses their license. Validators work the same way, except the license is staked tokens that get slashed on misbehaviour.Read more → oligarchy with market-driven emission allocation. Each subnet now has its own alpha token traded against TAO in an on-chain AMMAMMAutomated Market Maker. A type of decentralised exchange that uses liquidity pools and a pricing formula to enable token trading without an order book. Anyone can deposit tokens into the pool and earn fees from trades.Like a vending machine that sets its own prices based on how much stock is left. As one type of token gets bought and depleted, the machine raises its price for that token automatically. As the other type accumulates, its price drops. No human operator needed.Read more →. Stakers vote with their TAO by depositing into subnets they believe produce value. The original dTAO allocated emissions based on subnet alpha token prices; in November 2025 this was replaced by the Tao Flow modelModelA trained neural network that takes inputs (text, images, audio) and produces outputs (more text, classifications, generated content). In DeAI the model is the thing that actually does the work.Like a very experienced apprentice who has spent years watching thousands of masters make furniture. They can't explain how they know when a joint is right, but they can make a chair that looks and functions like a Chippendale. The training is invisible. The output is what matters.Read more →, which allocated emissions on net TAO inflows (stakingStakingLocking up a cryptocurrency to help secure a blockchain network, usually in exchange for rewards. The locked tokens act as a security deposit that can be taken away if the staker misbehaves.Like putting down a large rental deposit for an apartment. You get the money back if you behave, you earn interest while it's locked, and the landlord takes it if you trash the place.Read more → minus unstaking) rather than token prices, to eliminate structural advantages favouring larger subnets and close price-inflation gaming. In June 2026 the mechanism changed again: subtensor PR #2781 (merged 22 June 2026) moved allocation back to a price-based system. Read off the deployed v447 runtime, a subnet’s share is its EMA alpha price, scaled by a miner-burn penalty that redirects rewards away from subnets withholding miner pay, then passed through a gate pinned to a rank in the price distribution. Subnets with a weak price, withheld miner rewards, or a rank below the bar see their allocation cut, and below the bar the cut is close to total.
In August 2026 the network shipped Root Reborn (runtime v441, 4 August): the root proportion’s subnet-alpha yield, previously sold to TAO mechanically every block, now accrues in per-validator escrowed “basket” funds and is realised only when a root staker claims. That removes a constant, price-insensitive sell stream on subnet alpha. The validator-curated competition the Opentensor Foundation marketed is gated off at launch, so every fund currently runs a null accumulate-in-place strategy until a later upgrade enables it.
The emission split is fixed at 41/41/18 between miners, validators and subnet owners.
- Miners earn TAO for producing high-quality outputs within their subnet
- Validators earn TAO for accurately assessing miner quality via Yuma Consensus
- Subnet owners earn 18% of their subnet’s emissions for defining the incentive mechanism
The critical economic dynamic is competition within subnets. Miners with better hardware, better models and better optimisation earn disproportionately more. Lui and Sun’s empirical study of the network (arXiv 2507.02951, June 2025) found stake, not output quality, drives rewards: for miners, stake-to-reward correlation runs 0.50-0.80 against performance-to-reward of 0.10-0.30, and for validators the gap is wider still at 0.80-0.95 against 0.50. One caveat that matters: their data covers 64 subnets to 12 February 2025, which is the week dTAO launched, so it measures the Root Network era rather than the current market-allocated one.
Registration on popular subnets requires burning TAO. This creates a cost barrier that prevents spam but also means you need capital to participate as a miner or validator. TAO spent on registration is recycled back to the unissued emission pool; it isn’t a permanent burnBurnPermanently removing tokens from circulation by sending them to an address that no one controls. Burns reduce total supply, which (all else equal) makes each remaining token worth more of the network's value.Like a company buying back its own shares and shredding them. The company's total value stays the same, but each remaining share now represents a slightly bigger slice of that value.Read more →.
How to participate
Mine a subnet. Choose a subnet, set up the required hardware and software, register, and start producing outputs. Earnings depend on your performance relative to other miners. Popular subnets are competitive and require significant hardware. Newer subnets offer better entry points.
Validate. Run a validator on one or more subnets. Requires staking TAO and running validation infrastructure. Validators earn emissions for accurately scoring miners.
Stake TAO. Delegate to validators on specific subnets or the Root Network. Root staking returns ~14-20% APY nominal. Subnet staking converts TAO to alpha tokens with higher potential returns (80%+) but alpha price risk. Minimum 0.1 TAO. No hard lock-upVestingA schedule that locks up tokens allocated to insiders, investors, and team members, releasing them gradually over months or years. Vesting prevents insiders from dumping on public buyers immediately after launch.Like a new employee's stock options at a startup. You don't get all the shares on day one. They unlock over four years so you stick around and do the work rather than cashing out and leaving.Read more → but unstaking involves AMM conversion at market rate. For step-by-step instructions on buying TAO, choosing a subnet, using btcli or taostats.io, and managing the risks, see our Bittensor subnet staking guide.
Build a subnet. Create a new subnet for an AI workload the network does not yet cover. This is the most ambitious path and requires both technical capability and the ability to attract miners and validators.
Bittensor halving: what TAO holders should know
Bittensor’s first halving completed on 14 December 2025, cutting block rewardsEmissionsNew tokens created and distributed by a blockchain protocol over time as rewards to validators, stakers, or miners. Emissions fund network security and participation at the cost of diluting existing holders.Like a company that pays employees partly in newly printed shares. Every year the total number of shares goes up, which means existing shareholders own a slightly smaller slice of the same company unless the company grows faster than the printing.Read more → from 1 TAO per block (roughly 7,200 TAO per day) to 0.5 TAO per block (roughly 3,600 TAO per day). The design deliberately mirrors Bitcoin’s: a 21 million hard cap, no ICOICOInitial Coin Offering. A token sale where a project sells tokens directly to the public, usually before any product exists. ICOs dominated 2017-2018 funding and are now mostly replaced by airdrops, IDOs, or fair launches.Like a company selling shares to the public before going public, except with no SEC oversight, no audited financials, and often no product at all. The 2017 ICO boom showed why those guardrails exist in traditional finance.Read more →, no pre-mine, no VCVCVenture Capital. Private investors who fund projects at an early stage in exchange for equity or token allocations. VC rounds are typically pre-launch, at steep discounts to any future public price, with multi-year vesting.Like angel investors in a startup who buy shares before the company goes public. They take more risk because the company might fail, so they get a better price. Once the company IPOs they can sell, and the public market pays whatever price it thinks is fair.Read more → allocation, and predictable emission reductions every four years on a fixed block schedule with no human discretion over the timing. Post-halving annual inflation now runs approximately 12-13% against circulating supply, down from roughly 25-26% pre-halving, and will continue stepping down at each subsequent halving.
What actually changed for holders
Three mechanical effects, each verifiable on-chain:
- Staking yields approximately halved. Root Network staking APY moved from the high-twenties and up pre-halving to approximately 14-20% APY nominal post-halving. Subnet alpha staking yields moved in proportion depending on each subnet’s emission share.
- Registration economics tightened. Subnet registration burns are now paid against a smaller daily emission pool, which effectively doubles the cost of miningProof of WorkThe original blockchain consensus mechanism where miners compete to solve computationally expensive puzzles. The winner proposes the next block and earns the rewards. Proof of Work secures Bitcoin and most pre-2020 chains.Like a lottery that runs every 10 minutes where the tickets cost electricity. Whoever spends the most electricity buying lottery tickets has the best chance of winning that round's prize. Nobody can fake the result because the proof of their work is verifiable by everyone.Read more → participation relative to what miners will earn back over a given period.
- Validator margins thinned. The fixed Opentensor Foundation validator cut and operational costs consume a larger proportion of each validator’s reduced emissions, raising the effective stake threshold to run a profitable validator.
What the market did
TAO rallied into the halving and sold the news, consistent with the historical Bitcoin halving pattern. The interaction between the halving and dTAO changed subnet reward dynamics in ways the original halving design did not fully anticipate. Allocation has since swung back to a price-based model with a rank-based emission gate on top, so post-halving the subnets below the bar compete for a rounding error while the top of the distribution takes the shrinking daily pool. For the three-month post-halving price retrospective, the sell-the-news analysis, and the full dTAO interaction breakdown, see our deep-dive: Bittensor halving: what TAO holders need to know.
What the halving does not change
The halving did not address the governance centralisation, Proof of Authority validation, or emission-subsidised subnet revenue concerns discussed elsewhere in this review. Supply tightening is necessary but not sufficient for a Freedom Score improvement. The credibility of the fair-launch narrative depends on operational decentralisation, not the emission curve alone. The Bitcoin-style tokenomics give TAO the cleanest scarcity narrative in decentralised AIDeAIDecentralised AI. An umbrella term for blockchain-based projects that build AI infrastructure (compute, data, inference, models, agents) without a single central provider controlling the system.Like the difference between streaming a movie from Netflix and sharing it via BitTorrent. Netflix is fast and polished but one company controls what you can watch and what you pay. BitTorrent is messier but no single operator can shut you out.Read more →. Whether that scarcity translates into durable value capture depends on whether Bittensor’s subnets ever generate external customer revenue at a scale meaningful against the emissions being distributed, which is still an open question.
April 2026 update: the Covenant exit
On 10 April 2026, Covenant AI publicly withdrew from Bittensor. They ran subnets 3 (Templar), 39 (Basilica), and 81 (Grail), and built Covenant-72B, the largest decentralised AI pre-training run on the network. Their public statement accused founder Jacob Steeves of maintaining unilateral control through suspension of emissions to their subnets, removal of moderation rights over community channels, “unilateral deprecation of our subnet infrastructure”, and “large, visible token sales timed to moments of operational conflict.”
TAO dropped approximately 15% on the news (Crypto Briefing, 10 April 2026). Steeves’ public response so far is a reference to upcoming “headless” subnet infrastructure that would let teams operate independently from concentrated authority. No detailed rebuttal of the specific allegations has been published at the time of writing.
This is the most serious public challenge to Bittensor’s permissionless governance thesis since the network launched. The exit announcement is hours old at the time of writing. We’re hearing one side of the dispute and there may be context that recasts this. But the bare facts already matter: the team that built Bittensor’s most-cited AI achievement just left, citing centralisation concerns, and the network’s price action confirms the market took the criticism seriously.
The governance dimension of our Freedom Score is now under active review pending Steeves’ response and any follow-up evidence. The current 9/20 score already reflected concerns about governance concentration, the SN28 intervention, and OTF’s PoA control. The Covenant allegations describe specific operational behaviours (emission suspension, channel moderation removal, infrastructure deprecation, timed token sales) that, if substantiated, would warrant a further reduction. We’re holding the score for the moment until the dispute resolves or independent verification emerges.
For our full deep-dive on the Templar exit, see Templar’s exit: what Covenant leaving Bittensor actually means.
What’s happened since (April-May 2026)
Two things worth noting since the Covenant blow-up. First, Steeves published a partial rebuttal on 12 April 2026 denying the ability to suspend subnet emissions, while admitting that he had sold alpha holdings on Covenant subnets while their burn-rate was near 100%. That admission is itself material: leadership trading personal positions during operational disputes is precisely the conduct Covenant flagged. Second, BIT-0011: Locked Stake and Conviction went from debate-stage (16 April) to mainnet on 13 May 2026. The deployed version is narrower than the proposal. Auto-locking a subnet owner’s emissions is a per-subnet switch that defaults to off, and only 12 subnets have turned it on. The voting-power tracking that would turn a lock into governance weight is a second switch, also off, with network voting-power totals reading zero. Conviction itself is the integral of locked stake over time, so it matures upward the longer stake stays locked rather than starting full and decaying. The upgrade does not resolve the PoA or sudo concentration concerns, and on the subnets that adopt it, it makes a silent Covenant-style exit costlier without making it visible to a vote that does not yet run. For our take on what the upgrade actually changes, see Bittensor Locks In: Conviction Ships.
On the institutional side, Bitwise filed for a spot TAO ETF on 28 April 2026, joining Grayscale’s earlier S-1 filing. SEC decisions on both are expected by August 2026. This is now a two-issuer race for the first US-listed Bittensor ETF, which materially strengthens the institutional-access narrative even as the governance dispute continues.
A further governance thread runs underneath the dispute. Steeves had already stepped down as Opentensor Foundation CEO on 13 February 2026, with co-founder Ala Shaabana stepping aside as COO, both staying on as core developers and framing the move as reducing the ecosystem’s key-person dependency (SimplyTao, 13 February 2026). That the Covenant allegations of unilateral control landed two months later, and that Steeves opened an 18-month decentralisation roadmap on 22 June 2026 with the admission that Bittensor is not yet a decentralised protocol, shows the title change has not yet settled the control question. The roadmap is the first founder-level, dated commitment to full decentralisation, targeting roughly the end of 2027; we treat it as a signal to watch rather than a delivered change.
Honest assessment
What works
Bittensor is the largest decentralised AI network by market cap, with 128+ subnets and 8,000+ reported GPUGPUGraphics Processing Unit. Originally designed to render video game graphics, GPUs turned out to be exceptionally good at the massively parallel math that AI models need. Modern AI training and inference runs almost entirely on GPUs.Like a factory with 10,000 workers doing the same simple task in parallel, versus a CPU which is more like 10 workers each doing different complex tasks. AI training involves doing simple math a million times per second on a million numbers, which is exactly what the GPU factory is designed for.Read more → nodes. The subnet architecture is structurally novel. dTAO was a meaningful improvement over the Root Network oligarchy, and the Tao Flow emissions upgrade (November 2025) closed gaming vectors in the original price-based model. MEV Shield (December 2025) introduced an encrypted mempool that prevents front-running and sandwich attacks. Transactions are encrypted until block inclusion, and it is enabled by default in the CLI and SDKSDKSoftware Development Kit. A collection of code libraries, documentation, and tools that lets developers integrate a service into their applications without writing everything from scratch. SDKs are how projects become easy to build with.Like a plug-and-play kit for building furniture. You don't have to mill your own wood, forge your own screws, or design the joinery from scratch. The kit gives you pre-cut parts and instructions so you can assemble the thing in an afternoon.Read more →. The Bitcoin-modelled tokenomics (21M cap, halving schedule, fair launchFair LaunchA token launch where everyone has the same access from day one. No private sale, no insider allocation, no VC discount. Tokens are distributed by mining, staking, or open public sale at a single price.Like a 100m sprint where everyone starts behind the same line at the same time. Some runners are faster, but nobody gets to start 10 metres ahead because they paid extra. The race is decided by the run, not by who bought the best position.Read more →) give it the cleanest scarcity narrative in the space. Institutional adoption is concrete: Grayscale launched a Bittensor Trust (GTAO) and has filed an S-1 for potential conversion to a spot ETF, DCG launched a dedicated subsidiary (Yuma), and it has listings on Binance, Coinbase and Kraken.
What doesn’t work yet
The barrier to entry for mining is high and getting higher. Competitive subnets require serious hardware investment with no guarantee of returns. Most subnets haven’t demonstrated output quality exceeding centralised alternatives. Academic analysis shows stake weight drives rewards more than AI output quality.
The concern
Bittensor’s decentralisation narrative significantly overstates its operational reality. The Opentensor Foundation validates all blocks (Proof of Authority) and can halt the entire network, as it demonstrated in July 2024. On-chain governance is simpler and more concentrated than the Triumvirate-and-Senate structure the documentation describes: reading the runtime metadata on finney (spec version 447, 15 August 2026), there is no Triumvirate pallet, no Senate, and no collective or membership pallet behind them. Privileged operations including runtime upgrades are dispatched through Sudo, which holds a single key, 5DcSqBNqCmfdJZRGFSwwcRb2dZdJHZuKK8Tb1Gx8gbmF5E8s. Bittensor’s validator documentation attributes that key to a multisig of Rao Foundation signatories, which we record as their claim rather than something the chain shows. The practical position is that a bicameral structure with a validator veto has been replaced by one sudo key, which is a stronger form of control than the version we described for months. No timeline for PoS transition has been published. A $28-30M insider hack by former OTF employees in mid-2024 exposed security failures. No third-party security audit has been publicly disclosed for the core protocol. The top 1% of wallets control approximately 90% of stake (Gini coefficient ~0.98).
Fair launch credentials
Technically clean: no ICO, no pre-mine, no VC allocation. But 5.38M TAO were mined between January 2021 and October 2023 with few participants and no public accounting of where those tokens went. Polychain Capital and DCG accumulated significant positions, likely through early mining or OTC.
The competitive dynamic
Mining Bittensor is closer to competitive gaming than passive yield farming. You need to constantly optimise, upgrade hardware and adapt to changing subnet dynamics. If you’re looking for passive income, this isn’t it. If you enjoy the technical challenge and have the hardware, it can be rewarding.
My experience
I have explored Bittensor mining and found the barrier to entry on established subnets too high for my hardware. Newer subnets offer better opportunities but come with the risk of lower and more volatile emissions. I don’t currently hold TAO. The governance centralisation, stake concentration, and emission-subsidised revenue model are the sticking points for me. Pine Analytics’ bear case analysis (24 March 2026) crystallised the subsidy problem clearly: $52M in annual Chutes emissions against $1.3-2.4M in actual customer revenue is not a business model, it’s a transfer payment from TAO holders to inference users.
Freedom Score: 56/100
Bittensor scores 56/100 (C grade). Full methodology at Freedom Score Methodology.
Infrastructure decentralisation (12/20): 128 subnets, 8,000+ reported GPU nodes, permissionless mining. But OTF validates all blocks (PoA) and can halt the network. No PoS timeline published.
Governance decentralisation (9/20): The Triumvirate-plus-Senate structure the docs describe is no longer in the runtime: on finney at spec 447 there is no Triumvirate, Senate, collective or membership pallet, and privileged operations run through a single sudo key. dTAO improved emission allocation, and Conviction’s locking shipped, but its voting half is switched off. Top 1% hold ~90% of stake and OTF intervened in SN28. Score under active review following Covenant AI’s 10 April 2026 exit announcement, which alleges unilateral suspension of subnet emissions, removal of moderation rights, and timed token sales by OTF leadership. The runtime finding cuts against the score: a sudo key concentrates more than the bicameral structure we had been scoring. The February 2026 CEO/COO step-down and Steeves’ 22 June 2026 admission that Bittensor is not yet a decentralised protocol (with an 18-month roadmap to fix it) are part of the same review: a dated decentralisation commitment is a positive signal, but delivery is unproven and the concentration concerns stand until it lands. See the April 2026 update section above and our Templar exit deep-dive.
Token distribution (8/15): Fair launch technically (no ICO, no pre-mine). But 5.38M TAO mined 2021-2023 with limited participants. Gini ~0.98.
Censorship resistance (8/15): Permissionless subnets. No content policy. MEV Shield (December 2025) encrypts transactions until block inclusion, preventing front-running. But OTF controls block productionBlockA batch of transactions added to a blockchain at a set interval. Each block cryptographically links to the previous one, creating an append-only chain that can't be rewritten without redoing all the work since.Like a page in a ledger. Every page has a fixed number of entries, every page references the previous page, and once a page is filled and signed off it can't be edited without visibly invalidating every page that came after. The chain is just a very long series of these sealed pages.Read more →, halted the network in July 2024, and intervened in SN28.
Data sovereignty (10/15): Local miner execution, self-custodial wallets, no platform surveillance. MEV Shield adds transaction privacy in the mempool. But coldkey exposure on every operation, no ZKZKZero Knowledge. A class of cryptographic proofs that let you prove something is true without revealing any of the underlying information. ZK lets a network verify a transaction without seeing the transaction's contents.Like proving you know the password to a safe by demonstrating you can open it, without ever saying the password out loud. The verifier learns that you know the password and nothing more.Read more → on inference.
Open source transparency (9/15): MIT licence, 64 public repos, active development. But no security audit, no bug bounty, opaque early distribution, OTF finances undisclosed.
Path to improvement
Three changes would materially increase Bittensor’s score:
- Transition from Proof of Authority to Proof of StakeProof of StakeA consensus mechanism where validators earn the right to create new blocks by staking tokens as collateral. If they misbehave, the network slashes their stake. Proof of Stake replaced energy-intensive mining on most modern chains.Like being a licensed auctioneer. You post a bond to get the license, you earn fees for every auction you run, and you lose the bond if you rig an auction. The bigger the bond, the more auctions you get to run.Read more →. OTF validating all blocks is the single largest centralisation vector. The network can’t credibly claim decentralisation while one foundation controls block production and has demonstrated willingness to halt the chain. Publishing a concrete PoS transition timeline with milestones would be the highest-impact action available.
- Commission a third-party security audit. A network of this scale with a history of a $28-30 million insider hack has no disclosed security audit. This is indefensible. An audit of the core protocol, consensus mechanism and smart contracts by a credible firm would address the most obvious gap.
- Put on-chain governance back in the runtime. Privileged operations currently run through one sudo key, with the collective and membership pallets that once backed a validator vote removed. Restoring an on-chain proposal-and-vote path, or switching on the voting-power tracking Conviction already ships with, would replace a single key with a process.
Returns Score: 63/100
TAO scores 63/100 (C grade). Full methodology at Returns Score Methodology.
Token utility (17/20): TAO is structurally essential to every layer of the network. Miners and validators must stake TAO to participate. Registering on popular subnets requires burning TAO, creating a direct cost barrier that ties network growth to token demand. dTAO alpha tokens create a market-based allocation mechanism where stakers vote with capital on which subnets deserve emissions. Governance participation requires stake. The token isn’t an optional add-on: without TAO, the entire incentive architecture collapses.
Value accrual (11/20): Staking TAO earns emissions from the subnets you back, allocated by the price-based emissions model that subtensor PR #2781 restored in June 2026 (superseding the Tao Flow net-flow model, itself a late-2025 replacement for the original dTAO price mechanism). Root staking yields 14-20% nominal APY; subnet staking can exceed 80% but carries alpha token price risk. The core problem is structural: there is no direct fee distribution mechanism. No compute fees, no inference fees, no protocol revenue flows back to holders. Value accrual is entirely through emissions and subnet alpha token appreciation, which makes the entire accrual loop circular rather than externally funded. Lui and Sun’s stake-versus-quality correlations point the same way, toward capital concentration over productive contribution, though their sample ends as dTAO launched, so it is evidence about the system dTAO replaced rather than proof about the one running now.
A structural switching cost problem compounds this. Models are open source and APIs are standard. Any user on Chutes or Targon can migrate to Together.ai, Replicate, or any other provider with zero friction. There is no lock-in being built during the subsidy period, unlike Uber or AWS whose discount phases created durable user habits and ecosystem dependencies. If and when emissions drop further, users move to wherever the price is lowest.
Supply dynamics (15/20): TAO’s Bitcoin-modelled tokenomics (21 million hard cap, halving completed in December 2025, fair launch with no ICO or pre-mine) give it the cleanest scarcity narrative in the DeAI space. Post-halving emissions of approximately 3,600 TAO per day represent roughly 12-13% annual inflation against circulating supply, which is moderate and declining. Registration burns recycle TAO back to the emission pool rather than destroying it permanently, so the burn isn’t deflationary in the traditional sense. The early mining concentration (Gini coefficient 0.98) is the significant drag here: a tiny group of initial participants accumulated a disproportionate share of supply, and that concentration persists despite the fair launch branding.
Revenue sustainability (6/25): This is the critical gap, and we now measure it instead of citing it. The network mints 3,559 TAO a day to pay participants, derived from the chain’s own issuance delta. Against that sits every dollar of demand revenue anyone outside the subnets can settle: $1.1M to $5.6M a year, all of it Chutes’ traffic on OpenRouter at Chutes’ own listed rates. At the generous end that is 2.3% of the emission budget.
Sum every self-report on top of it and the ceiling reaches $16M a year, or 6.4% of emissions. Pine Analytics’ March 2026 range of $3-15M sits inside that, so the direction is unchanged and was never really in doubt. What the measurement changes is the sentence we used to carry. Revenue sits above 5% of emissions, and the “under 5%” had already failed on its own arithmetic before the first new number arrived.
The ratio is also a claim about the TAO price, in the direction fewest people expect. Revenue is billed in dollars while the budget is minted in TAO, so a falling TAO shrinks the budget in dollars and lifts revenue’s share of it without a dollar of new demand arriving. Our own prior figure, a $360M annual budget, priced TAO near $274, a level it last traded at on 27 May 2026 and nowhere near the $205 it sat at on the day we assessed. The daily TAO behind it was right; only the conversion had gone stale.
Chutes remains the clearest case, and the measured picture is thinner than the cited one. Pine put its subsidy ratio at 22-40:1 on a 14.4% emission share in March 2026; our own chain index read 6.55% on 15 August 2026, under half that. OpenRouter’s series puts Chutes at roughly 8.1 billion tokens a day averaged across a rolling 89-day window, against a self-reported ARR approaching $10M that no source outside Chutes has ever settled. The subsidy is still doing the work that customers are supposed to.
The pricing math is stark. According to Pine Analytics, if Chutes had to cover its costs from customer revenue alone rather than emissions, it would need to charge approximately $1.41 per million tokens. Together.ai charges $0.88/M for Llama 70B. Unsubsidised Chutes would be 1.6-3.5x more expensive than centralised alternatives, not cheaper. The competitive cost advantage disappears entirely once you remove the TAO emission subsidy from the equation.
The peer comparison lands in the same place. Centralised AI infrastructure businesses such as CoreWeave and Lambda are valued at revenue multiples in the low tens. Measured against the demand revenue above, Bittensor’s multiple sits more than an order of magnitude beyond that on any recent valuation, and the multiple is unstable in a way the ratio above isn’t: it moves with the TAO price on one side and with a revenue figure of a few million on the other, so the emissions ratio is the more honest way to hold this. Until subnets develop independent revenue streams that supplement or replace emissions, TAO’s economic model is a closed loop funded by inflation. Revenue Sustainability is flagged for the September review.
LiquidityLiquidityHow easily a token can be bought or sold without moving the price. High liquidity means you can enter or exit large positions quickly at the quoted price. Low liquidity means even small trades can swing the market.Like the difference between selling a house and selling a share of Apple stock. The house might be worth more on paper, but finding a buyer at that price takes weeks. The Apple share converts to cash in one click.Read more → and access (14/15): TAO has the deepest liquidity in the DeAI space. Listed on Binance, Coinbase, Kraken and other major exchanges, with consistently high daily volume. A Grayscale Bittensor Trust (GTAO), with an S-1 filed for potential ETF conversion, and DCG’s dedicated Yuma subsidiary add institutional-grade access. You can enter or exit a substantial position without moving the market. For a sector plagued by thin liquidity, this is a competitive advantage.
Path to improvement
Three changes would materially increase Bittensor’s returns score:
- Develop subnet revenue mechanisms. The emission-subsidised revenue model is the biggest drag on TAO’s returns profile. Our own measurement puts independently settled demand revenue at a low single-digit percentage of the minted emission budget, which implies a revenue multiple more than an order of magnitude above the low tens that centralised AI infrastructure peers are valued at. Enabling subnets to charge for inference, compute or data services at unsubsidised rates, with a protocol-level fee accruing to TAO stakers, would transform the economic model from emission-dependent to revenue-generating. The challenge: at unsubsidised pricing, Chutes would cost more than Together.ai, meaning the transition requires efficiency improvements alongside any fee change.
- Implement protocol-level fee distribution. Even a small take rate on subnet activity, distributed to TAO stakers, would create real yield backed by productive output rather than inflation. This would give TAO a value accrual mechanism comparable to Ethereum’s fee burn or Cosmos hub fees.
- Reduce the stake-weight dominance in reward allocation. Lui and Sun (arXiv 2507.02951) measured stake driving rewards far more than output quality across 64 subnets, and the paper proposes performance-weighted emission splits and stake caps as remedies. Publishing a post-dTAO replication would settle whether the market mechanism fixed it. Rebalancing Yuma Consensus toward productive contribution would improve economic efficiency and reduce the perception that Bittensor is a capital game dressed in AI clothing.
Score change log
| Date | Score | Change | Reason |
|---|---|---|---|
| 2026-08-19 | Data | N/A | Correction. A second stale valuation survived the 2026-08-19 pass: the subnet-revenue recommendation still priced a 175-400x multiple off a $2.6B market cap and Pine’s $3-15M. Re-anchored to our own measurement. |
| 2026-08-19 | Data | N/A | Correction. The closing Revenue Sustainability paragraph priced the multiple off a $2.6B market cap and $5.8B FDV against Pine’s $3-15M range, contradicting the measured figures above it. Re-anchored to measured revenue and the emissions ratio; absolute valuations removed. |
| 2026-08-18 | Data | N/A | Correction. The emission budget was carried at $360M/yr, which prices TAO near $274; it last traded there on 27 May 2026 and sat at $205 on the assessment date. The 3,600 TAO/day behind it is confirmed on-chain. |
| 2026-08-18 | Data | N/A | Demand revenue is now measured, not cited. Independently settled revenue is $1.1-5.6M/yr against a minted budget of 3,559 TAO/day, so the “under 5% of emissions” we carried is wrong: the generous ceiling is 6.4%. Revenue Sustainability held at 6/25, flagged for September. |
| 2026-08-17 | Data | N/A | Correction. Revenue Sustainability gave Pine’s March 2026 Chutes figures (14.4%, 518 TAO/day, 22-40:1) as current; our chain index reads 6.55% on 15 Aug. Restated as Pine’s dated figures with our read beside them. No score change. |
| 2026-08-15 | Data | N/A | Mechanism audit against the deployed v447 runtime: Conviction’s owner auto-lock is a per-subnet switch defaulting to off, its voting-power half is disabled network-wide, and the score matures upward rather than decaying from full. Corrected here, in the journal entry and the YouTube source. |
| 2026-08-15 | Data | N/A | Finney runtime metadata carries no Triumvirate, Senate, collective or membership pallet; privileged operations run through a single sudo key. Discharges the hedge flagged on 13 August, and cuts against the governance score rather than for it. |
| 2026-08-15 | Data | N/A | Emission formula corrected: the deployed get_shares is EMA price, scaled by one-minus-miner-burn, then a rank-pinned Hill gate. The root-proportion factor we described is not in it, and the gate was missing from our coverage entirely. |
| 2026-08-15 | Data | N/A | Tao Flow was still presented as the live model in the subnet staking guide and two YouTube sources after the June correction. Propagated across all surfaces and added to the mechanism-claims ledger. |
| 2026-08-13 | Data | N/A | Corrected a misattributed figure: we recorded “Chutes ~$10M ARR (self-reported to DL News)”, but the DL News article we cite says $2.4M for Chutes and $10.4M for Targon. Our number was roughly 4x the source. Targon’s figure was correct and appears to have leaked across. Verdict stays unverifiable. |
| 2026-08-13 | Data | N/A | Bittensor’s own validator docs state the senate-vote extrinsic and its pallets were removed from the runtime, and privileged operations run through a sudo multisig of Rao Foundation keys. That evidences the inflated governance verdict from their documentation rather than our inference. Triumvirate-vs-sudo and the Opentensor/Rao naming flagged for the monthly. |
| 2026-08-13 | Data | N/A | Re-pointed all 9 Bittensor claim sources: docs.learnbittensor.org 301-redirects to bittensor.com/docs, so every one had been pointing at a redirect. Subnet permissionlessness now records their root-only subnet_emission_enabled switch, which new subnets register with off. |
| 2026-08-06 | Data | N/A | Root Reborn (v441, 4 Aug): root-stake yield is no longer sold to TAO every block; it now accrues in per-validator basket funds, realised only on claim, cutting subnet-alpha sell pressure (Tier-1 docs + @opentensor). Curation is gated off at launch; funds run the null accumulate-in-place strategy. No score change (defer to monthly). |
| 2026-08-03 | Data + Editorial | N/A | Emissions refreshed: subtensor PR #2781 (22 Jun 2026) superseded Tao Flow with a price-based model (detail in Tokenomics). Governance: added the 13 Feb 2026 Steeves/Shaabana CEO-COO step-down and Steeves’ 22 Jun 18-month decentralisation roadmap; folded into the under-review governance dimension. Scores held. |
| 2026-07-06 | Editorial | N/A | Added a “The product in practice” section (per specs/product-comparison-framework.md) from r/bittensor_ and Discord sentiment; a Grok X-search follow-up logged the Lium SN51 buyback-burn as an attributed, on-chain-unverifiable demand exception (integrity.reconciliations[]). No score change. |
| 2026-05-27 | Editorial | N/A | BIT-0011 Conviction Mechanism mainnet ship recorded (13 May 2026). Updated “What’s happened since” sub-section from “debate-stage proposal” to mainnet-live, added the Conviction = Stake × Time formula and 30-day EMA decay, linked the bittensor-conviction-ships journal entry. Governance dimension still under active review pending Covenant dispute resolution; Conviction reduces silent-exit risk but does not address the underlying Triumvirate / PoA concerns. Scores held. |
| 2026-05-03 | Data | N/A | Removed hardcoded circulating supply figure from prose. Live figure now served by CirculatingSupply component (CoinGecko). |
| 2026-05-02 | Editorial | N/A | Added “What’s happened since” sub-section: Steeves’ 12 April rebuttal (denied emission suspension, admitted personal alpha sales during Covenant burn), BIT-0011 Conviction Mechanism debate-stage proposal (16 April), Bitwise spot TAO ETF filing (28 April) joining Grayscale. Scores held; governance dimension still under active review. |
| 2026-04-10 | Editorial | N/A | Covenant AI publicly exited Bittensor citing alleged unilateral control by Steeves (emission suspension, moderation removal, infrastructure deprecation, timed token sales). TAO -15% on news. Governance dimension flagged for active review pending response and verification. Added April 2026 update section and Templar deep-dive link. Internal link to staking guide added. Scores held pending dispute resolution. |
| 2026-04-06 | Data | N/A | Quarterly review. Grayscale Trust/ETF language clarified. MEV Shield and Tao Flow already reflected. Verified against primary sources. Scores unchanged. |
| 2026-03-25 | Editorial | N/A | Added Pine Analytics (24 Mar 2026) bear case findings: $3-15M network revenue, 22-40:1 Chutes subsidy ratio, 175-400x revenue multiple, switching cost risk. Scores unchanged; flagged for quarterly review. |
| 2026-03-24 | Data | N/A | Circulating supply 10.7M → 9.6M. Verified against CoinGecko. |
| 2026-03-12 | Both | n/a | Staleness review. Scores unchanged. Added updatedDate. |
| 2026-03-05 | Returns | 65 → 63 | Returns methodology v2.0 overhaul. Value accrual 14→11 (no fee distribution). Revenue sustainability 5→6 (minor uplift). |
| 2026-03-02 | Both | n/a | Initial publish. Freedom 56/100, Returns 63/100. |
Team overview
BASc Mathematics & Computer Science, Simon Fraser University. ML Researcher at Knowm Inc (DARPA contractor). Software Engineer at Google (2016-2018), reportedly on the Brain team. Co-founded Bittensor in 2016, went full-time in 2018.
https://pe.linkedin.com/in/jacob-robert-steeves-7b0629b8BSc Computer Science, University of Windsor. PhD Computer Science (applied AI), McMaster University (2013-2017). VMware R&D, Senior Software Engineer at Instacart, Assistant Professor U of T, Postdoc U of Waterloo. Co-founded Crucible Labs with David Lawee (ex-Alphabet/CapitalG) in Nov 2024.
https://iq.wiki/wiki/ala-shaabanaSource: OYM Research · Last updated 2026-08-24
Technical snapshot
Bittensor is a Substrate-based Layer 1 blockchain (Subtensor) that coordinates a network of 128+ AI subnets. Each subnet is a competitive marketplace where miners produce AI work (inference, training, prediction, data) and validators score quality using Yuma Consensus. The chain currently runs Proof of Authority (Aura + GRANDPA) with block production controlled by the Opentensor Foundation. Dynamic TAO (launched Feb 2025) introduced per-subnet alpha tokens traded via on-chain AMMs, replacing the previous Root Network validator oligarchy for emission allocation. Block time is 12 seconds with a 360-block tempo (~72 min) for consensus and emission distribution cycles.
Commit Activity
Community
Source: OYM Research · Last updated 2026-08-24
Tokenomics deep dive
Token utility
- Staking to validators and subnets (earn emissions)
- Subnet registration burn (dynamic cost)
- Miner/validator registration burn
- Transaction fees (recycled to emission pool)
- Governance weight (delegation to Senate validators)
- dTAO subnet investment (TAO swapped for alpha tokens via AMM)
Supply
| Max supply | Total supply | Circulating | Circ. % |
|---|---|---|---|
| 21,000,000 | 21,000,000 | 10,719,000 | 51.04% |
Allocation
Method: Fair launch (mining). Network went live Jan 3, 2021 (Kusanagi). All tokens earned through network participation. No token sale, no pre-mine. Polychain Capital incubated in 2019; DCG and dao5 accumulated through early mining or OTC. Largest single wallet holds ~1.55M TAO (~20% of supply at time of analysis).
| Category | % | Vesting | Cliff |
|---|---|---|---|
| Mining (network participation) | 100% | Continuous emission via block rewards | None |
Emissions
Vesting timeline
Second halving (~15.75M TAO emitted)
Supply-milestone-based (not block-height). Halves when 50% of remaining unmined supply is emitted. First halving at 10.5M TAO, second at 15.75M, third at 18.375M.
Staking
TAO deliberately mirrors Bitcoin: 21M cap, halving schedule, PoW-analogous distribution. Key difference: halvings are supply-milestone-based (not block-height), and recycled TAO delays halving dates. The 41/41/18 emission split (miners/validators/subnet owner) is fixed. dTAO introduced per-subnet alpha tokens with their own 21M supply caps, creating a two-tier token economy. Root staking yields ~14-20% nominal APY; high-performing subnets can yield 80%+ but with significant alpha price risk.
Source: OYM Research · Last updated 2026-08-24
TAO Supply Simulator
Scenario Parameters
Circulating Supply Projection
Monthly Emissions vs Burns
Revenue vs Emission Value
Supply projections only. Token price held constant at $221.9900 (snapshot 24 Aug 2026). TAO registration fees recycled to emission pool. Delays halvings, reduces circulating. This is not financial advice.
Participation at a glance
Delegate TAO to validators on specific subnets or on the Root Network. Subnet staking converts TAO to alpha tokens; Root staking keeps TAO-to-TAO. Earn emissions proportional to stake.
Run AI models on a specific subnet, competing with other miners for quality-based emissions. Requires GPU hardware and subnet-specific software setup.
Run a validator on one or more subnets. Score miner outputs, distribute emissions, earn validator rewards. Requires staking TAO and running infrastructure.
Create a new subnet for an AI workload. Define the incentive mechanism, attract miners and validators. Earn 18% of subnet emissions as owner.
Developer resources
Source: OYM Research · Last updated 2026-08-24
Usage and traction
Data from: Taostats.io, Gate.io analysis (2026-03-02)
102,000+ wallet addresses. Daily emissions of 3,600 TAO (~$640K/day at current price) distributed across subnets. Chutes (SN64) is the largest subnet by emission share (~14.4%). Real external demand vs emission-driven activity is difficult to distinguish. No public metrics for inference volume, latency, or throughput at the network level.
Source: OYM Research · Last updated 2026-08-24
Community
Governance
Bicameral: Triumvirate (3 OTF employees propose changes) + Senate (12 seats, top validators by delegated stake each holding >2% of network stake, 50%+1 required). dTAO adds market-driven economic governance via subnet staking flows. View →
Sentiment
Technically sophisticated community with strong conviction. 'Bitcoin of AI' narrative drives long-term holders. Institutional interest (Grayscale ETF, DCG/Yuma) validates thesis. Key concerns: dTAO gaming, meme coin subnets, OTF centralisation, post-halving price decline. Community graded Bittensor 'B' for 2025. Culture described as 'professional, not crypto-native' which is refreshing but can feel closed.
Source: OYM Research · Last updated 2026-08-24