> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals-1/xie-yi/zuo-wei-ke-bian-cheng-qu-zhong-xin-hua-shi-ti-de-virtual-agents.md).

# 作为可编程去中心化实体的 VIRTUAL Agents

### 具有去中心化治理的代币化 AI 代理

<figure><img src="/files/94ff77c2287d006e9c607c92c68d1eaa0aee7d18" alt="Value flow for tokenized AI agent co-ownership and governance"><figcaption><p>代理共同所有权的价值流动</p></figcaption></figure>

Virtuals Protocol 为可编程 AI 代理提供区块链基础设施。它实现了代理互操作性、代币化和去中心化治理。开发者和社区可以透明地与 AI 代理互动。

### AI 代理代币化与治理如何运作

1. **AI 代理代币铸造：** 每个新的 AI 代理都会铸造十亿个该代理专属代币。
2. **链上 AI 代理治理：** 代理代币作为治理代币使用。代币持有者可以参与有关代理开发、行为和升级的决策。这支持去中心化的 AI 代理管理。<br>


---

# 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://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals-1/xie-yi/zuo-wei-ke-bian-cheng-qu-zhong-xin-hua-shi-ti-de-virtual-agents.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.
