> For the complete documentation index, see [llms.txt](https://docs.zerowave.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowave.my.id/mainnet/bittensor.md).

# Bittensor

## What is Bittensor?

It's an innovative decentralized network designed for machine learning (ML), which enables the creation and exchange of AI models through a blockchain system. In Bittensor, participants can build, train, and share ML models in an open, decentralized way, where rewards are given for contributions to the network.

At the core of Bittensor's ecosystem is its **subnet model**, a key architectural feature that fosters collaboration, innovation, and fair compensation across the network.

## Subnet Model

The Bittensor network is composed of various **subnets**—semi-autonomous environments where digital commodities like compute, data, predictions, and models are transformed into intelligence. Each subnet operates as its own ecosystem, where participants either consume or produce digital commodities. This model decentralizes the production and distribution of machine learning intelligence, breaking away from the traditional centralized AI systems.

In each subnet, contributors perform specific roles to support the overall growth and functioning of the Bittensor network. These roles include **subnet miners**, **validators**, and **subnet owners**, all of whom collaborate to ensure the efficient flow of intelligence within and across subnets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.zerowave.my.id/mainnet/bittensor.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.
