> 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.md).

# 关于 Virtuals

- [关于 Virtuals 协议](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/guan-yu-virtuals-xie-yi.md)
- [面向非加密受众的 Virtuals 101](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/guan-yu-virtuals-xie-yi/mian-xiang-fei-jia-mi-shou-zhong-de-virtuals-101.md)
- [身份与银行层](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/shen-fen-yu-yin-hang-ceng.md)
- [智能体控制台](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/shen-fen-yu-yin-hang-ceng/zhi-neng-ti-kong-zhi-tai.md): 最简单的方式，几秒钟即可创建你自己的 AI 智能体。
- [构建交易智能体](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/shen-fen-yu-yin-hang-ceng/zhi-neng-ti-kong-zhi-tai/gou-jian-jiao-yi-zhi-neng-ti.md)
- [商务层](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/shang-wu-ceng.md)
- [技术深度解析](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/shang-wu-ceng/ji-shu-shen-du-jie-xi.md)
- [资本形成层](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng.md)
- [Virtuals 启动机制](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/virtuals-qi-dong-ji-zhi.md)
- [防狙击保护](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/fang-ju-ji-bao-hu.md)
- [60 天](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/60-tian.md)
- [自动化资本形成](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/zi-dong-hua-zi-ben-xing-cheng.md)
- [空投分发](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/kong-tou-fen-fa.md)
- [启动雷达](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/qi-dong-lei-da.md)
- [以现有代币形式启动](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/yi-xian-you-dai-bi-xing-shi-qi-dong.md)
- [预购代币](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/yu-gou-dai-bi.md)
- [体力劳动层](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/ti-li-lao-dong-ceng.md)
- [法律与治理层](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/falyu-zhi-li-ceng.md)
- [构建者资源](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/gou-jian-zhe-zi-yuan.md)


---

# 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.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.
