> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/stp-han-yu/gou-jian-zi-zhu-shi-jie/zi-zhu-shi-jie-yin-qing-awe/zi-zhu-mo-kuai-zheng-ming.md).

# 自主模块证明

<figure><img src="/files/ASFmvhKieuI2EaP4PODG" alt=""><figcaption></figcaption></figure>

通过去中心化基础设施保障智能体自主性和数据不可篡改性。

* 去中心化存储：防止关键的智能体/世界数据被中心化篡改。
* 数据优化器：压缩核心数据集以实现高效的链上存储（如智能体记忆快照）。
* 链上索引：锚定向量化的智能体记忆以实现LLM可检索性和可审计性。
* 完整性验证器：以密码学方式验证链上数据的来源和一致性。


---

# 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://docs.awenetwork.ai/stp-han-yu/gou-jian-zi-zhu-shi-jie/zi-zhu-shi-jie-yin-qing-awe/zi-zhu-mo-kuai-zheng-ming.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.
