Chutes (SN64)
Price Chart
Chutes News
Loading...
Overview
Chutes (ticker: SN64) is the native asset of Subnet 64 on Bittensor, a blockchain network designed to coordinate and reward open, decentralized artificial intelligence. Chutes provides a serverless compute layer where developers can deploy, scale, and operate open‑source AI models through a single, unified API. The focus is practical: make it as simple as possible to run large language models, vision models, or custom inference pipelines without renting centralized infrastructure or managing GPUs yourself. On the application side, the project highlights a Chat interface, a Studio for building workflows, direct API access, analytics, mobile access, and integrations surfaced on its official site. That product surface sits atop the decentralized subnet, where miners contribute compute and validators score performance. (chutes.ai)
Chutes emphasizes production readiness. The team communicates that the platform supports long‑running “jobs” for complex workflows, and it positions the subnet as a high‑throughput provider for open models. In Bittensor’s architecture, each subnet has its own token that aligns incentives among users, miners, and validators; for Chutes, that token is SN64. The combination—a consumer‑facing platform and a Bittensor subnet with its own asset—lets Chutes connect demand (apps and APIs) with supply (decentralized GPUs) while keeping the economics on‑chain. (chutes.ai)
Price, Market Position, and Liquidity
As of 10/27/2025 12:00 UTC, Chutes (SN64) trades at $33.75 with a -7.21% move over the last 24 hours.
The market capitalization stands at $111M, placing it at rank #489 by market value.
Daily trading volume is $2.2M. Chutes (SN64) has moved -2.11% over the past seven days and +23.12% across the last 30 days.
History & Team
Chutes appears in the Bittensor ecosystem as Subnet 64, often referenced simply as “SN64.” Community documentation describes it as launching in late 2024 and scaling through 2025 as demand for decentralized AI compute grew on Bittensor. Public materials emphasize the product and infrastructure rather than individual founders, and no official founder list is published on the site at the time of writing. What is visible is a steady cadence of platform pages (About, Roadmap, Documentation) and developer‑facing resources. Community code and tools for miners and operators—such as the “sn64‑tools” repository—also exist, showing an active contributor base around the subnet’s operations. (chutes.ai)
As for investors, there is no authoritative public list of major institutional backers associated specifically with SN64. The project’s growth has largely looked community‑driven: miners providing GPUs, validators running scoring logic, and developers using the Chat, Studio, and API layers. That community‑first profile matches how many Bittensor subnets mature from early deployment to broader adoption. (chutes.ai)
Technology & How It Works
Built on Bittensor
Bittensor is a blockchain that coordinates independent “subnets” focused on specialized AI tasks or services. Each subnet has miners (who provide the service, like running models) and validators (who measure quality and assign rewards). Subnets are economically distinct: each has its own token, and emissions are allocated across subnets based on on‑chain performance. Chutes occupies Subnet 64 in this framework and specializes in serverless AI compute across many open models. (docs.bittensor.com)
The Chutes execution model
At the infrastructure level, Chutes treats a “chute” as an application that can host a model or any compute job, typically packaged as a service (for example, a FastAPI app running on a GPU image). Miners decide which chutes to keep “hot” in memory and which to unload to save resources. When a request targets a “cold” chute, a bounty mechanism encourages miners to start it quickly; the first to respond captures the bounty. This blend of hot/cold management and bounties helps match compute supply with bursty, real‑world demand while rewarding responsiveness. (learnbittensor.org)
Validation in Chutes uses an “auditor” approach. Auditors can reconstruct rewards from seven days of public reports and verify that miner payouts match the subnet’s rules. This transparency lets independent parties confirm that distribution is fair, and it makes it harder for any operator to hide requests or manipulate scoring. On the hardware side, Chutes employs a GPU validation process known as GraVal. GraVal stress‑tests device performance to create a hardware “fingerprint,” helping prove that miners control genuine GPUs. Connections are proxied so miner IP addresses are not exposed, reducing the chance of targeted DDoS attacks. (learnbittensor.org)
Product capabilities
On top of the subnet, Chutes exposes product layers aimed at developers and end‑users: Chat for interactive use, Studio for building and testing flows, an API for programmatic access, model catalogs, analytics, and a mobile surface. The site also signals upcoming “Long Jobs” for extended tasks—important for training runs, fine‑tuning, or lengthy multimodal processing—and highlights integrations with developer tools and agent frameworks. The idea is to give teams one entry point for inference today and more demanding jobs tomorrow, while compute remains decentralized underneath. (chutes.ai)
Tokenomics & Utility
Subnet tokens on Bittensor
In Bittensor’s Dynamic TAO design, each subnet has a native asset—often called an “alpha” token—that represents stake in that subnet’s pool. Users stake TAO (the Bittensor L1 token) into a subnet’s automated market maker (AMM) pool and receive the subnet’s token in return. When they exit, the process reverses. Price and supply respond to the TAO/alpha reserve ratio in each pool, and alpha stake influences validator weight and reward share in that subnet. For Chutes, the alpha token is SN64. (docs.learnbittensor.org)
Supply and issuance
Subnet tokens commonly mirror Bittensor’s convention of a capped supply; public listings and ecosystem dashboards reflect SN64 with a maximum supply set at 21 million. New tokens enter circulation as users stake TAO into the subnet’s pool, and tokens can be retired when users redeem back to TAO. This mint‑and‑burn dynamic is integral to the AMM design and enables permissionless entry and exit without centralized custodians. (coingecko.com)
What SN64 is for
Within the subnet, SN64 is primarily an instrument of alignment:
- It measures stake in Subnet 64’s pool and, by extension, a holder’s exposure to the subnet’s performance.
- It affects validator weight and the flow of emissions inside Chutes, shaping how rewards are allocated to the highest‑performing miners. (docs.learnbittensor.org)
At the application layer, end‑users of the Chutes Chat, Studio, or API typically interact with a familiar web experience; billing can occur off‑chain via the platform’s account system, while the on‑chain token underpins incentives and network security. This separation allows enterprises to pay for compute through standard invoices while the subnet token maintains decentralized economics under the hood. (chutes.ai)
Ecosystem & Use Cases
Chutes is designed to serve a broad spectrum of workloads:
- Interactive AI: Teams can run chat‑style interfaces that combine multiple open models for text, vision, image generation, or audio.
- Programmatic inference: Developers call the API to batch process documents, images, or videos; aggregate model outputs; and route requests to the best‑performing models over time.
- Long‑running tasks: With Long Jobs, the platform targets extended workflows like fine‑tuning, multi‑stage pipelines, and data‑heavy analytics that run for hours or days.
- Agentic systems: The project highlights integrations with tools used by agents and developer frameworks, making it easier to spin up specialized assistants or automation. (chutes.ai)
Because capacity is provided by many independent miners, the subnet can scale horizontally as more operators add GPUs. Community materials describe large fleets of NVIDIA cards and a global user base serviced through the network, pointing to the kind of elasticity that centralized hosting aims to achieve—only with distributed supply and open verification. (learnbittensor.org)
Advantages & Challenges
Advantages
- Decentralized, serverless compute: Developers get an API and dashboard without managing GPU nodes themselves. The network scales as miners join and earn based on performance. (chutes.ai)
- Transparent validation: Auditor‑style verification and GraVal hardware checks help ensure that real GPUs back the service and that rewards follow published rules. (learnbittensor.org)
- Developer experience: A product surface that includes Chat, Studio, API, and analytics lowers the barrier to running open models in production. (chutes.ai)
- Economic alignment: SN64 lets stake and emissions flow to the most productive miners and validators, encouraging reliability and throughput. (docs.learnbittensor.org)
Challenges
- Ecosystem complexity: Bittensor introduces specialized wallets, staking flows, and AMM‑style subnet pools, which can be unfamiliar for newcomers. Official docs and wallet tooling are improving but have historically required some learning. (docs.bittensor.com)
- Fragmented liquidity venues: Subnet tokens live on Bittensor rather than mainstream exchanges, so access typically goes through Bittensor‑specific DEX front‑ends. This can limit discoverability for casual users compared with centralized listings. (coingecko.com)
- Evolving network rules: Bittensor governance and subnet standards continue to change, including recent updates that reshape how subnets are registered and compete. Subnet operators must adapt to remain performant. (reddit.com)
Where to Buy & Wallets
SN64 is available on the Subnet Tokens decentralized exchange within the Bittensor network. Trading interfaces such as tao.bot provide a web front‑end to swap between TAO and subnet tokens like SN64. Portfolio and staking views are also accessible via TAO.app. (coingecko.com)
To hold SN64, use a Bittensor‑compatible wallet. The Bittensor Wallet browser extension supports TAO transfers and Dynamic TAO staking into subnet tokens. On mobile, Nova Wallet can connect to Bittensor‑aware dapps (for example, through the TAO.app interface). These wallets let you manage TAO and interact with Subnet 64’s pool to acquire or redeem SN64. (chromewebstore.google.com)
Regulatory & Compliance
Chutes runs as a subnet on Bittensor, and SN64 functions as that subnet’s native token. It is not an equity interest in a company; rather, it represents stake within Subnet 64’s pool and participates in the subnet’s incentive mechanisms. No public filings suggest that SN64 has been registered as a security in the United States, the European Union, or other major jurisdictions. As with many network assets, legal treatment depends on facts and circumstances, including how the token is sold and used. The project’s public materials frame SN64 as a utility within Bittensor’s Dynamic TAO model rather than a claim on corporate cash flows. (docs.learnbittensor.org)
Regarding religious finance considerations, Chutes is not considered shariah compliant because there is no formal certification or guidance from recognized Islamic finance authorities specific to this token or subnet. The token’s trading mechanics rely on automated market makers and on‑chain staking and redemption, which some scholars view as involving elements of uncertainty and speculative exchange. Others might note that the underlying service—provision of computing resources—does not involve prohibited activities. In the absence of explicit rulings or certifications, the status remains not compliant by default. (docs.bittensor.com)
Future Outlook
Two threads define the near‑term trajectory. First is the product roadmap: Long Jobs and trusted execution environments (TEEs) would broaden Chutes beyond short‑form inference into training, fine‑tuning, and sensitive workloads that need hardware‑backed confidentiality. Those capabilities align with enterprise expectations and could expand the addressable market. Second is the network backdrop: recent Bittensor updates (such as BIT‑0016) move the system toward more structured competition, including caps on subnets, pruning of underperformers, and multiple incentive mechanisms per subnet. In that environment, subnets that demonstrate real usage and transparent reliability are positioned to attract stake and mindshare. (chutes.ai)
If Chutes continues to tighten the feedback loop between product usage (Chat, Studio, API) and on‑chain incentives (SN64 and emissions), it can keep channeling demand to the decentralized GPU supply. As more open‑source models and agent frameworks mature, a serverless layer that is both developer‑friendly and verifiably decentralized has a clear niche—especially for teams that prefer open infrastructure over closed APIs. (chutes.ai)
Summary
Chutes (SN64) brings a practical, developer‑oriented approach to decentralized AI compute. As Subnet 64 on Bittensor, it combines a product surface—chat, studio, and APIs for open models—with an on‑chain incentive system that rewards miners for real work. Its technical design includes transparent auditing, GPU verification, and mechanisms that nudge the network toward responsiveness and reliability. The token serves as the subnet’s stake and governance weight, plugging into Bittensor’s Dynamic TAO model rather than acting as corporate equity. Access today centers on Bittensor‑native DEX interfaces and wallets, reflecting the ecosystem’s roots in open infrastructure. Looking ahead, features like Long Jobs and TEEs, together with ongoing evolution of Bittensor’s rules, will shape how Chutes scales from high‑throughput inference to broader AI workloads while staying anchored in a decentralized compute marketplace. (learnbittensor.org)
Description
#489
Chutes AI is a decentralized compute platform that lets developers deploy and run large language models on distributed graphics processing unit networks without managing servers. Built on Bittensor's infrastructure, it uses pay-per-use pricing where contributors provide computing power and earn rewards.
| Sector: | AI Agents |
| Blockchain: | Bittensor |
Market Data
Tile coloring: Green indicates positive changes, red indicates negative changes, and neutral indicates no significant trend or unavailable data.