# Chutes

**Chutes** is a decentralized serverless AI compute platform designed to provide developers with fast, scalable AI model deployment and inference services. Its key features include:

* **Decentralized GPU Network**: Chutes aggregates GPU resources from contributors around the world, forming a distributed computing network that supports AI model deployment and inference.
* **Serverless Compute Architecture**: Users can deploy and run AI models via simple API calls without managing underlying infrastructure.
* **Built on Bittensor Subnet 64**: The platform leverages the Bittensor Subnet 64 network, where contributors provide compute resources in exchange for $TAO token rewards.
* **Pay-As-You-Go Pricing**: Users are charged based on actual compute usage, reducing barriers to entry.
* **Market Metrics**: As of 2025, Chutes has a market capitalization of approximately $76.82 million, with a circulating supply of 2.8 million SN64 tokens and a maximum supply of 21 million SN64 tokens ([coingecko.com](https://www.coingecko.com/en/coins/chutes)).

## zkAgent vs. Chutes: Comparison and Advantages

| Comparison Dimension             | Chutes Features                                                                                                        | zkAgent Differentiation & Advantages                                                                                                                                 |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Privacy Protection**           | Provides basic privacy measures such as TLS and data encryption but does not explicitly support zero-knowledge proofs. | Employs zero-knowledge (ZK) proofs to verify task execution correctness and compliance while keeping sensitive data confidential.                                    |
| **Untraceable Behavior**         | Actions on the decentralized network may still be traceable.                                                           | Utilizes ZK technology to make agent behavior untraceable, maximizing privacy protection for users and models.                                                       |
| **Complex Workflow Support**     | Supports AI inference workloads suitable for high-performance computing.                                               | Supports multi-stage, complex agent workflows, including planning, memory management, policy decision-making, and multi-agent coordination.                          |
| **Efficiency & Scalability**     | Provides high-throughput, low-latency computing with elastic scaling.                                                  | Implements efficient ZK proof generation and verification, optimized resource scheduling, and maintains low latency and high throughput in distributed environments. |
| **Incentive & Security Model**   | Uses the native SN64 token for payments and incentives.                                                                | Introduces staking, slashing, and transparent auditing mechanisms to enhance security and trustworthiness.                                                           |
| **Compliance & Trustworthiness** | Offers SLAs to ensure service stability and reliability.                                                               | Integrates ZK proofs and Trusted Execution Environments (TEEs) to meet regulatory standards and enhance legal trust.                                                 |
| **Developer Experience**         | Provides developer-friendly APIs and tools, supporting multiple frameworks.                                            | Offers modular, plug-and-play design with comprehensive documentation, lowering the barrier for developers to leverage ZK technology.                                |

Chutes is a decentralized serverless AI compute platform that delivers high-performance, cost-efficient compute solutions for AI model deployment and inference.

zkAgent builds upon this foundation by incorporating zero-knowledge proof technology, providing stronger privacy protection, untraceable agent behavior, and support for complex multi-stage workflows. This makes zkAgent particularly suitable for applications with stringent privacy and security requirements, such as enterprise AI, sensitive industries, and autonomous agent systems.

By emphasizing zkAgent’s advantages in privacy, untraceability, and complex workflow support, its differentiated position within the decentralized computing ecosystem is clearly established.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zkagent.gitbook.io/whitepaper/related-works/chutes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
