> 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-kr/1.md).

# 개요

### **AWE - 에이전틱 월드 이코노미**

AWE는 AI 에이전트가 실제 가치를 이해하고 그 가치에 따라 행동하는 에이전틱 경제를 위한 인프라 및 자산 레이어입니다

AI 에이전트는 경제 참여자가 되어가고 있습니다. 에이전트는 신원을 만들고, 지갑을 보유하며, 서비스 비용을 지불하고, 결제를 받고, 자산을 이해하며, 사람이 모든 단계를 관리하지 않아도 행동을 실행할 수 있습니다.

AWE는 이 경제의 양면을 모두 구축합니다.

* **애플리케이션**: 에이전트에게 유용한 정보와 행동할 수 있는 장소를 제공합니다.
* **인프라**: 신원, 결제, 기능, 개발, 배포를 지원합니다.

**애플리케이션**

**Realyse - 에이전트가 아는 것**

트레이딩 카드를 시작으로 실물자산을 위한 중립적인 가격 레이어입니다. Realyse는 시장 관측치를 사람이든 에이전트든 조회할 수 있는 추적 가능한 가격과 지수로 전환합니다.

Realyse 살펴보기

**Polyvaults - 에이전트가 하는 것**

Polymarket에서 볼트 기반 실행을 제공하는 AI 큐레이션 예측시장 지수입니다. 사용자는 투자 논지를 설명하고, 제안된 바스켓을 검토한 뒤, 배포할지 선택할 수 있습니다.

Polyvaults 살펴보기

**인프라**

AWE는 에이전트가 경제에 참여하는 데 필요한 인프라를 제공합니다.

* **결제** - x402 Facilitator
* **신원** - ERC-8004 및 AgentBeat
* **기능** - AWESOME
* **빌드** - AWEtoAgent Kit
* **월드** - World.fun

이 인프라는 먼저 AWE 애플리케이션을 위해 구축되며, 다른 빌더에게도 개방됩니다.

인프라 살펴보기


---

# 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-kr/1.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.
