# 자율성 증명 모듈(Proof of Autonomy Module)

<figure><img src="/files/60nysTuOfIh8BPjX2NSC" alt=""><figcaption></figcaption></figure>

분산형 인프라를 통해 에이전트의 자율성과 데이터의 불변성을 보장합니다.

* 분산 저장소: 핵심 에이전트 및 세계 데이터를 중앙화된 조작으로부터 안전하게 보호합니다.
* 데이터 최적화 시스템: 에이전트 메모리 스냅샷 등 중요한 데이터를 압축하여 온체인 저장 효율을 높입니다.
* 온체인 인덱싱 시스템: 벡터화된 에이전트 메모리를 온체인에 고정하여 LLM 기반 검색성과 감사 가능성을 확보합니다.
* 무결성 검증기: 온체인 데이터의 출처와 일관성을 암호학적으로 검증합니다.


---

# 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://docs.awenetwork.ai/stp-kr/building-aws/awe/proof-of-autonomy-module.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.
