# Supernet

## Supernet old

- [Supernet｜Guides](https://supernet.gitbook.io/supernet/supernet-guides.md): Welcome to the Supernet documentation, where you'll find everything you need to know about Supernet.
- [Multi-Agent Collaboration](https://supernet.gitbook.io/supernet/multi-agent-collaboration.md)
- [Overview](https://supernet.gitbook.io/supernet/multi-agent-collaboration/overview.md)
- [Best Route](https://supernet.gitbook.io/supernet/multi-agent-collaboration/best-route.md)
- [Decentralized GPU System](https://supernet.gitbook.io/supernet/decentralized-gpu-system.md)
- [Whitepaper of Supernet](https://supernet.gitbook.io/supernet/whitepaper/whitepaper-of-supernet.md): Supernet is designed to break down AI barriers across economies, regions, and vendors through decentralization, creating a truly borderless AI ecosystem.
- [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.
- [Supernet | Intelligent Node](https://supernet.gitbook.io/supernet/product/supernet-or-intelligent-node.md): Unlike traditional nodes, we have optimized both the Memory and Storage modules.
- [Supernet | AI OS SDK](https://supernet.gitbook.io/supernet/product/supernet-or-ai-os-sdk.md): The integration of the AI OS system will enable more developers to conduct secondary development based on SuperNet.
- [Supernet | AI Explorer](https://supernet.gitbook.io/supernet/product/supernet-or-ai-explorer.md): Enabling developers and users to more easily access AI OS and manage Agents.
- [Supernet | AIoT Interface](https://supernet.gitbook.io/supernet/product/supernet-or-aiot-interface.md): The integration of AIoT will provide the entire system with more flexible and powerful models.
- [Supernet | Agent Studio](https://supernet.gitbook.io/supernet/product/supernet-or-agent-studio.md): The best platform for customizing and trading agents.
- [Supernet | Public API](https://supernet.gitbook.io/supernet/product/supernet-or-public-api.md): The API interface provides developers with a more convenient experience.
- [Tokenomics](https://supernet.gitbook.io/supernet/supernet-coin/tokenomics.md): Let’s take a look at the token section—work hard to earn rewards and stakefor higher incentives.
- [Block Rewards](https://supernet.gitbook.io/supernet/supernet-coin/block-rewards.md)
- [Staking Module](https://supernet.gitbook.io/supernet/supernet-coin/staking-module.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://supernet.gitbook.io/supernet/supernet-guides.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.
