Bittensor, Firmly Ranked First in AI: Technology Evolving, Users Fleeing?

marsbitОпубликовано 2026-04-11Обновлено 2026-04-11

Введение

Bittensor (TAO) remains the dominant leader in the AI crypto sector with a market cap of $3.43B, accounting for nearly 20% of the total market. Its core innovation is the "Proof of Intelligence" mechanism, which directly rewards high-quality AI model outputs, differentiating it from competitors focused solely on compute or applications. The project demonstrated strong fundamentals with $43M in real Q1 2026 revenue (non-token incentivized), translating to a P/S ratio of ~20x, which is considered reasonable. A major technical breakthrough came from subnet Templar (SN3), which successfully trained the Covenant-72B model in a fully decentralized manner. This achievement, praised by AI leaders and compared to "modern Folding@home" by NVIDIA's CEO, validated decentralized training at scale using novel solutions like SparseLoCo for communication efficiency and Gauntlet for incentive alignment. The dTAO mechanism further amplified growth, allowing subnets to issue their own tokens backed by TAO. This created a leveraged feedback loop, driving the total subnet ecosystem to a $1.47B market cap. However, risks include heavy reliance on token subsidies masking true service costs, a lack of commercial moat leading to user attrition if subsidies decrease, and potential overvaluation if reported revenue includes internal ecosystem transactions rather than purely external demand.

Author: @BlazingKevin_, Blockbooster Researcher

The integration of Web3 and AI is moving beyond its early stages. The market's scrutiny of the AI crypto sector is shifting from early "concept hype" to "fundamentals and technological implementation." In this transition, projects demonstrating exceptional resilience and technological breakthroughs are reshaping the market's valuation framework.

1 Bittensor Firmly Secures Its Leading Position

The total market capitalization of the current AI cryptocurrency sector is approximately $17.46 billion, with a 24-hour trading volume nearing $1.94 billion. Within this sector, Bittensor (TAO) holds the top spot with a market cap of about $3.43 billion. It commands nearly 19.6% of the entire AI crypto market share, establishing an absolute leading position.

A horizontal comparison with core competitors intuitively illustrates its niche:

Competitor Token Market Cap (Billion USD) Core Positioning Differentiation from TAO
Bittensor TAO 34.3 Decentralized AI Incentive Network
NEAR Protocol NEAR 14.9 High-Performance L1 Public Chain General-purpose public chain, AI is part of its ecosystem
Render Network RENDER 8.64 Decentralized GPU Rendering/Computing Pure computing infrastructure, no AI quality incentives
Fetch.ai (ASI) FET 5.33 Autonomous AI Agent Network Focuses on AI application layer, not underlying model training
Akash Network AKT 1.26 Decentralized Cloud Computing Marketplace General-purpose computing market, lacks complex AI consensus mechanism

Core Competitive Barriers

Bittensor's core competitive barrier is its innovative "Proof of Intelligence" network. It moves beyond the framework of merely providing computing power. The network introduces a complex incentive mechanism that directly rewards the output of high-quality AI models. This positioning is unique among competitors and is extremely difficult to simply replicate.

2 Validation of Real "Value Creation" Ability and Reshaping of Valuation Logic

Setting aside grand technological visions, the key to testing a Web3 protocol's ability to weather market cycles is its real business development and revenue generation capability.

In the crypto market, Bittensor demonstrates rare, real value creation ability. According to Q1 2026 data, the Bittensor network generated approximately $43 million in revenue from real AI customers (not fake transactions generated by token incentives). This figure already surpasses the annual revenue of many traditional Web3 protocols.

Core Valuation Metrics (As of March 29, 2026):

Metric Value Explanation
Circulating Market Cap ~$3.42B Based on ~10.78M circulating supply
Fully Diluted Valuation (FDV) ~$6.68B Based on 21M total supply
Q1 2026 Real Revenue ~$43M Non-token incentive, paid by real AI customers
Annualized Revenue Projection ~$172M Linear extrapolation based on Q1 data
Price-to-Sales Ratio (P/S) ~20x Based on Circulating Market Cap / Annualized Revenue
FDV / Annualized Revenue ~39x Based on FDV / Annualized Revenue
Subnet Ecosystem Total Market Cap ~$1.47B Total market cap of dTAO Alpha tokens

Traditional centralized AI infrastructure companies typically command 15-25x forward revenue valuations in the private market. Bittensor possesses attributes of high liquidity premium, network effects, and scarcity narrative. Its current ~20x P/S multiple is within a reasonable, even undervalued, range. The total market capitalization of subnet tokens within its ecosystem has reached $1.47 billion. This ecological structure feeds back into the value capture of the mainnet TAO.

3 The Breakthrough of SN3

Financial data establishes the lower bound for the protocol's valuation. The technological breakthrough in decentralized training completely opens up the imagination space for its market capitalization.

The core driver of TAO's counter-trend rise this time is by no means mere capital speculation. The underlying technology has achieved a historic breakthrough. Its valuation logic has fundamentally shifted from "narrative-driven" to "product-driven".

3.1 Covenant-72B Validates Feasibility of Decentralized Training

On March 10, 2026, the Bittensor ecosystem subnet Templar (SN3) and its backing team, Covenant Labs, published a technical report on arXiv. The team announced the successful completion of pre-training for the Covenant-72B large language model. This is the largest-scale dense architecture model trained to date in a completely decentralized, permissionless internet environment.

The model boasts 72 billion parameters, trained on 1.1 trillion tokens. Its MMLU score reaches 67.1, with baseline performance comparable to Meta's LLaMA-2-70B. The model broke through the communication bandwidth bottleneck of decentralized training. The introduction of the SparseLoCo algorithm played a key role. Nodes only need to transmit 1%-3% of the core gradient components and perform 2-bit quantization, achieving over 146x data compression (compressing 100MB of data to less than 1MB). Even under ordinary internet bandwidth, computational utilization remains as high as 94.5%. This milestone proves that globally distributed, heterogeneous computing power can produce cutting-edge models with commercial competitiveness. This technical solution frees itself from reliance on expensive InfiniBand dedicated lines and centralized supercomputing clusters.

The success of Covenant-72B quickly caused a stir in the traditional AI community:

  • High praise from an Anthropic co-founder: On March 16, Jack Clark extensively cited this breakthrough in his research report. He characterized it as "challenging AI political economy through distributed training." He noted it is a technology worth continuous tracking and predicted that device-side AI will widely adopt such decentralized training models in the future.
  • Jensen Huang's "Folding@home" analogy: On March 20, on the All-In VC podcast, Chamath introduced Bittensor's technological achievements to NVIDIA CEO Jensen Huang. Huang responded positively. He compared it to a "modern version of Folding@home" and affirmed the necessity for the coexistence of open-source and distributed models.

3.2 SN3's Two Core Components: Solving Communication Efficiency and Incentive Compatibility

Dozens of mutually distrusting nodes, with varying hardware and network quality, collaboratively train the same 72B model. SN3 relies on two core components to solve the problems of communication bandwidth and malicious behavior:

  • SparseLoCo (Solves Communication Efficiency): Traditional distributed training requires synchronizing the full gradient at every step, involving massive data. SparseLoCo allows each node to run 30 steps of internal optimization (AdamW) locally. The node then compresses and uploads the resulting "pseudo-gradient." The system employs Top-k sparsification (retaining only 1%-3% of core gradient components), error feedback, and 2-bit quantization. This process achieves over 146x data compression (compressing 100 MB data to under 1 MB). The system maintains a computational utilization rate of 94.5% even on ordinary internet (110 Mbps upload, 500 Mbps download). Each round of communication takes only 70 seconds.
  • Gauntlet (Solves Incentive Compatibility): This component runs on the Subnet 3 blockchain. It is responsible for verifying the quality of the pseudo-gradient submitted by each node. The system tests the "degree of model loss reduction after applying the node's gradient" (LossScore) using a small batch of data. It also checks if the node is training with the allocated data (preventing cheating). Each aggregation round only selects the gradients from the highest-scoring nodes. This mechanism fundamentally solves the problem of "how to prevent miners from slacking off" in decentralized scenarios.

4 Subnet Ecosystem and the Super Leverage of the dTAO Mechanism

Bittensor introduced the dynamic TAO (dTAO) mechanism in 2025. This mechanism played a key "amplifier" role in this price surge. dTAO allows each subnet to issue its own independent Alpha token. Subnets establish liquidity pools with TAO through an Automated Market Maker (AMM) mechanism.

4.1 The Leverage Effect of Subnet Tokens

Under the dTAO mechanism, the price of a subnet token is directly determined by the amount of TAO staked in that subnet's pool. An appreciation of the TAO base currency drives up the underlying reserve value of all subnets. Subnet token prices passively rise accordingly. The暴涨 (soaring price) of subnet tokens attracts more speculative and staking funds to buy TAO and lock it into subnets. This forms a strong positive feedback loop.

Core Subnet Token 30-Day Price Increase Core Business Focus
Templar (SN3) +444% Large Model Distributed Pre-training
OMEGA Labs +440% Multimodal Data Collection & Mining
Level 114 +280% -
BitQuant +230% -
Targon +166% Computing Power & Inference Services

As the data in the table above shows, directly stimulated by the success of Covenant-72B, the SN3 (Templar) token surged over 440% in a single month. Its market capitalization reached $130 million. This wealth creation effect at the subnet level became apparent. The total market cap of subnet tokens reached $1.47 billion by the end of March. Daily trading volume exceeded $118 million. This effect acts as a "super leverage," transmitting massive buy-side pressure back to the TAO base currency.

4.2 Vertical Ecosystem Integration

While operating SN3, Covenant Labs has also布局 (laid out) SN39 (Basilica, focused on computing services) and SN81 (Grail, focused on reinforcement learning post-training and evaluation). This vertical integration covers the entire process from pre-training to alignment optimization. This layout demonstrates to the market the complete decentralized AI industry chain闭环 (closed loop) already formed within the Bittensor ecosystem.

5 Token Distribution & On-Chain Health

According to the latest on-chain data from taostats and CoinMarketCap as of March 29, 2026, the health of the Bittensor network can be deeply evaluated from the following dimensions:

On-Chain Metric Data Performance Evaluation & Insight
Staking Rate 68% - 75% of Circulating Supply An extremely high staking rate (~7.34M TAO locked) significantly reduces the actual circulating supply. A strong supply squeeze effect is formed, supporting a price appreciation spiral.
Subnet Activity 128 Active Subnets A prosperous ecosystem. Top subnets like Templar (SN3) and Targon (SN4) have independent market caps in the hundreds of millions of dollars. The data proves the success of subnet tokens as "leveraged bets" under the dTAO mechanism.
Alpha Token Total Market Cap ~$1.47B This data has grown over 50x since the launch of dTAO, reflecting high market recognition of the subnet ecosystem and providing sustained demand support for the mainnet TAO.
Validator Concentration Top validators hold major weight tao.bot, Taostats, Opentensor Foundation, etc., hold relatively high weights. A certain degree of centralization objectively exists, but it also reflects the deep commitment of core builders to the network.
Daily Trading Volume ~$241M Trading Volume / Market Cap ratio is ~7.03%. Liquidity is extremely abundant. Market trading is active with high participation from institutions and retail.
AI Agents Deployed (90 days) 14,500 Reflects the growth in actual network usage, an important metric for measuring real demand.

Comprehensive On-Chain Data Evaluation:

Bittensor's on-chain data exhibits the characteristics of an extremely healthy economy. A high staking rate locks liquidity. Real revenue supports the fundamentals. The dTAO mechanism stimulates subnet innovation. Continuous supply-side tightening (including halving and high staking) combined with sustained demand-side growth (covering institutional entry and strengthened AI narrative) constructs a highly advantageous price dynamics model.

6 Valuation Concerns

It is important to note that the transparency of on-chain data is mainly on the supply side; the off-chain nature of the demand side (real AI service call volume) remains a significant information blind spot:

Risk One: High Token Subsidies Mask Real Business Costs The current low-cost services of most subnets heavily rely on TAO token inflation subsidies. Taking the top inference subnet Chutes (SN64) as an example, the ratio of its issuance subsidy to external revenue is as high as 22-40:1. Factoring out token subsidies, its real service pricing far exceeds that of centralized competitors. Compared to platforms like Together.ai, its service premium is 1.6 to 3.5 times higher. The continued progression of subsequent halving cycles will fully expose the fragility of this business model.

Risk Two: Lack of Business Moat Makes Users Highly Prone to Churn The Bittensor network primarily provides open-source models and standardized APIs. This model is fundamentally different from traditional cloud giants like AWS. The ecosystem internally lacks proprietary platforms, deep enterprise integration, or data flywheel effects—traditional forms of "lock-in effect." Developer migration costs are extremely low. Once token subsidies recede, price-sensitive B2B users will quickly churn. Lower-cost centralized computing platforms will easily capture this fleeing traffic.

Risk Three: Valuation Dislocation Risk After Data Scrutiny Regarding the aforementioned Q1 revenue of $43 million, some cautious institutional research offers截然不同的 (starkly different) calculation models. After剔除 (removing) related-party transactions within the ecosystem and subsidies, and only counting rigorously verified real external fiat revenue, the network's annualized revenue scale might plummet to the range of $3 million to $15 million. Using this "de-watered" real revenue base, the network's actual Price-to-Sales (P/S) multiple would soar to an extremely dangerous range of 175-400x. The risk of a valuation bubble burst objectively exists.

Связанные с этим вопросы

QWhat is Bittensor's (TAO) market position in the AI cryptocurrency sector, and what is its core competitive barrier?

ABittensor (TAO) is the leading project in the AI cryptocurrency sector with a market capitalization of approximately $3.43 billion, representing nearly 19.6% of the total market share. Its core competitive barrier is its unique 'Proof of Intelligence' network, which uses a sophisticated incentive mechanism to directly reward the production of high-quality AI models, a positioning that is difficult for competitors to replicate.

QWhat was the key technical breakthrough achieved by the Covenant-72B model on the Bittensor network, and why was it significant?

AThe key breakthrough was the successful pre-training of the Covenant-72B large language model in a fully decentralized, permissionless internet environment. It is the largest dense architecture model trained this way, with 72 billion parameters and an MMLU score of 67.1. Its significance lies in overcoming the communication bandwidth bottleneck via the SparseLoCo algorithm, which achieved over 146x data compression, proving that globally distributed, consumer-grade hardware can produce commercially competitive AI models without relying on expensive, centralized infrastructure.

QHow does the dTAO (dynamic TAO) mechanism act as a 'super lever' for the Bittensor ecosystem's value?

AThe dTAO mechanism allows each subnet to issue its own Alpha token, which is paired with TAO in an Automated Market Maker (AMM) liquidity pool. The price of a subnet's token is directly determined by the amount of TAO staked in its pool. Therefore, a rise in the value of TAO increases the reserve value of all subnet pools, causing subnet token prices to rise passively. This creates a powerful positive feedback loop where rising token prices attract more investment and staking, which in turn drives more buying pressure on the base TAO token.

QWhat are the main valuation concerns or risks associated with Bittensor's current business model?

AThe main valuation concerns are: 1) High token subsidies mask true commercial costs, making services appear cheaper than they are without inflation rewards. 2) A lack of a traditional business moat (e.g., proprietary platforms, deep enterprise integration) means users can easily migrate to lower-cost centralized alternatives once subsidies decrease. 3) There is a risk of a significant valuation disconnect if reported revenue is scrutinized; some analyses suggest the real external revenue could be much lower, potentially pushing the Price-to-Sales (P/S) ratio into a dangerously high range, indicating a bubble risk.

QWhat key链上 (on-chain) metrics indicate the health of the Bittensor network, according to the article?

AKey on-chain metrics indicating network health include: a high staking rate of 68%-75% of the circulating supply (~7.34M TAO locked), which creates a supply squeeze; 128 active subnets; a total subnet Alpha token market cap of ~$1.47 billion; a daily trading volume of ~$241 million (a 7.03% volume-to-market-cap ratio indicating high liquidity); and the deployment of 14,500 AI agents in the last 90 days, reflecting growth in real usage.

Похожее

SpaceX, OpenAI, Anthropic: The Three AI Giants Racing for IPO, Which One Is Worth Betting On?

SpaceX, OpenAI, and Anthropic are poised for historic IPOs within weeks, potentially raising a combined $180 billion—a sum exceeding the entire internet bubble's fundraising. The hosts of the Limitless Podcast argue this isn't just individual company financing but an unprecedented capital concentration for AI infrastructure, driven by an insatiable need for compute, data centers, power, and chips. SpaceX's IPO is notable for reportedly changing market index rules to allow faster inclusion, potentially funneling trillions in passive retirement funds into its stock, despite its unproven space-based data center business model. In contrast, Anthropic demonstrates explosive growth, with ARR reportedly hitting $45 billion and approaching profitability, fueled by strong enterprise adoption of products like Claude Code. Google's separate $80 billion raise highlights the immense capital pressure, even for giants. The discussion acknowledges bubble risks but leans optimistic. The hosts contend the massive spending is building essential physical infrastructure for the next technological era. A key bottleneck isn't capital but the real-world limits of chip manufacturing and construction speed. As long as demand for AI compute outstrips supply, this investment cycle represents a foundational build-out rather than a purely financial bubble. All three companies are seen as foundational bets on the future, with Anthropic often cited as the most immediately compelling due to its proven revenue trajectory.

marsbit1 ч. назад

SpaceX, OpenAI, Anthropic: The Three AI Giants Racing for IPO, Which One Is Worth Betting On?

marsbit1 ч. назад

From 'Old Guys' to 'New Favorites': How AI Is Revaluing Old Infrastructure from Dell to Nokia?

From "Vintage Tech" to "New AI Darlings": How AI Revalues Old Infrastructure One year ago, tech giants like Dell, Nokia, Cisco, and Western Data were seen as slow-growth, low-valuation stories, far from the AI spotlight dominated by players like Nvidia. Now, these legacy tech stocks are gaining market attention, sparking debate on whether this is genuine industry revaluation or a temporary narrative. As AI moves from model parameters to real-world data centers, the market is recognizing companies with proven delivery and infrastructure capabilities. This shift marks a change in the AI investment thesis: from pure model and GPU focus to the complex systems engineering required for deployment. Companies like Dell, HPE, and Corning are being revalued not for being "sexy" AI innovators, but for their decades of accumulated expertise in supply chains, enterprise delivery, and infrastructure—assets that have become critical in the AI buildout phase. The revaluation is unfolding across three key infrastructure lines: 1. **Servers & System Integration:** Dell and HPE are emerging as crucial system integrators or "general contractors" for AI data centers, translating GPU orders into complete, deployable server racks integrated with power, cooling, and networking. 2. **Networking & Connectivity:** AI's scale demands robust high-speed connections. Corning (fiber optics), Nokia (AI-RAN, 6G), and Cisco (data center switches) are gaining importance for enabling efficient data transfer within and between AI clusters. 3. **Storage:** Beyond high-speed memory (HBM/DRAM), the AI data explosion is driving demand for high-capacity hard drives (HDDs) from companies like Western Digital and Seagate to handle training data, logs, and cold storage cost-effectively. For this revaluation to be substantive and not just a narrative, three criteria are key: 1) Concrete AI-related order and revenue growth (e.g., Dell's AI server sales), 2) Upward revisions to company financial guidance, and 3) Sustainable improvements in profit quality, not just top-line revenue spikes. In essence, AI's transition to a real construction phase is re-pricing "old assets" against "new demand." The opportunity, however, is selective. Only those legacy firms that are demonstrably integrated into the capital expenditure chains of data center and enterprise AI deployment are likely to experience a true "logic re-rating" rather than just a temporary valuation bounce.

marsbit1 ч. назад

From 'Old Guys' to 'New Favorites': How AI Is Revaluing Old Infrastructure from Dell to Nokia?

marsbit1 ч. назад

The Merger of Codex and ChatGPT Marks the Beginning of a Major Reshuffle in Programming Tools

OpenAI is shifting its strategic focus from ChatGPT to Codex, merging them along with the browser tool Atlas into a unified desktop super-app. This move signals an internal belief that Codex, originally a programming tool, represents the next evolution of AI more than conversational models like ChatGPT. Over the past year, Codex's weekly active users have surged past 5 million. The key distinction is that while ChatGPT answers questions, Codex executes tasks. Enterprises increasingly value this ability to get work done over simply receiving advice. Consequently, Codex is attracting professionals beyond developers, including analysts, bankers, marketers, and product managers. OpenAI's reorganization and increased investment in Codex stem from recognizing that the future of AI competition lies in execution capabilities, not just conversation. The company is launching role-specific plugins (e.g., for data analysis, sales, design) to transform Codex into a broad knowledge work platform that automates and redefines white-collar workflows. Beyond being a tool, Codex reflects OpenAI's ambition to redefine software. New features like "Sites"—which generates interactive websites from documents—and collaborative "Annotations" aim to create a paradigm where the AI understands the goal and handles the tools and steps, functioning more like a digital colleague than traditional software. The ultimate goal is a unified experience where the user cares only about the completed task.

marsbit1 ч. назад

The Merger of Codex and ChatGPT Marks the Beginning of a Major Reshuffle in Programming Tools

marsbit1 ч. назад

Interpreting Investment Opportunities in the Age of Great Navigation, Invesco Great Wall Fund Releases '2026 Report on Chinese Enterprises Going Global'

Invesco Great Wall Fund has released its "2026 China Corporate Globalization Report," titled "The 'Great Navigation Era' of Chinese Enterprises." The report analyzes the new trends and investment opportunities as Chinese companies expand globally, moving from simple product exports to comprehensive overseas operations involving services, branding, and local production. Driven by factors like trade friction, the pursuit of higher profit margins abroad, and policy support, globalization is becoming essential for Chinese companies. The report outlines an evolution: from early product export ("Globalization 1.0") to the current "Globalization 2.0," characterized by overseas capacity, capital goods investment, consumer brand expansion, and service exports. Chinese firms' competitive advantages are highlighted, including a vast engineer talent pool, low-cost and robust infrastructure, and complete industrial clusters. Specific sectors with significant出海 potential are identified: * **Capital Goods** (e.g., engineering machinery, power equipment): Benefiting from global demand, especially in Belt & Road markets and the AI-driven power grid upgrade cycle. * **Consumer Brands**: Transitioning from cost to brand advantage, leveraging供应链 efficiency. * **Technology & Innovation**: Including AI applications, optical modules within global tech supply chains, and new energy vehicles focusing on local production. * **Pharmaceuticals**: Chinese biotech firms are becoming preferred partners for global pharma, with potential for breakthrough drugs in areas like oncology and weight loss. The report concludes that corporate globalization represents a sustained, core theme for China's capital markets, though companies must navigate challenges like geopolitics and localization.

marsbit1 ч. назад

Interpreting Investment Opportunities in the Age of Great Navigation, Invesco Great Wall Fund Releases '2026 Report on Chinese Enterprises Going Global'

marsbit1 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Неделя обучения по популярным токенам (2): 2026 может стать годом приложений реального времени, сектор AI продолжает оставаться в тренде

2025 год — год институциональных инвесторов, в будущем он будет доминировать в приложениях реального времени.

1.8k просмотров всегоОпубликовано 2025.12.16Обновлено 2025.12.16

Неделя обучения по популярным токенам (2): 2026 может стать годом приложений реального времени, сектор AI продолжает оставаться в тренде

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на AI (AI) представлены ниже.

活动图片