> For the complete documentation index, see [llms.txt](https://supernet.gitbook.io/supernet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supernet.gitbook.io/supernet/distributed-network.md).

# distributed network

- [Supernet | Introduction](https://supernet.gitbook.io/supernet/distributed-network/supernet-or-introduction.md): By the time you reach here, you'll have discovered the coolest AI OS of the century and the decentralized autonomous network built on top of it.
- [AI Operating System](https://supernet.gitbook.io/supernet/distributed-network/ai-operating-system.md): The positioning, risks, and development of AI OS.
- [Transformer Decoder Architecture](https://supernet.gitbook.io/supernet/distributed-network/ai-operating-system/transformer-decoder-architecture.md): A detailed view of a Transformer decoder architecture with 100 billion parameters.
- [LLM OS](https://supernet.gitbook.io/supernet/distributed-network/ai-operating-system/llm-os.md): It has more knowledge than any single human about all OS.
- [AI OS Design](https://supernet.gitbook.io/supernet/distributed-network/ai-os-design.md): After exploring the features of AI OS, let’s dive into the details of its design.
- [Decentralize Validator](https://supernet.gitbook.io/supernet/distributed-network/ai-os-design/decentralize-validator.md): Our network, built on the AI OS system, is composed of decentralized validators. Let’s explore this section.
- [Decentralize Storage](https://supernet.gitbook.io/supernet/distributed-network/ai-os-design/decentralize-storage.md): In addition to nodes, there is a comprehensive data storage system that goes beyond DA, encompassing models and training data.
- [TEE-Enhanced Design](https://supernet.gitbook.io/supernet/distributed-network/tee-enhanced-design.md): TEE provides SuperNet with a robust foundation for ensuring security, privacy, and computational efficiency.
- [AVS of Agent](https://supernet.gitbook.io/supernet/distributed-network/avs-of-agent.md): Before reading this, you should understand the functionality of AVS in EigenLayer.
- [Fault Tolerance](https://supernet.gitbook.io/supernet/distributed-network/fault-tolerance.md): The current self-correcting algorithm for Agents references the sampling method of RS encoding and performs adaptive training based on it.


---

# 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, and the optional `goal` query parameter:

```
GET https://supernet.gitbook.io/supernet/distributed-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
