> 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/xiang-mu-jie-shao/master.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-han-yu/xiang-mu-jie-shao/master.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.
