> For the complete documentation index, see [llms.txt](https://docs.eastworld.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eastworld.ai/docs/cn/whitepaper.md).

# 白皮书

### 概览

当具身智能（Embodied AI）从实验室走向现实，它需要一个安全、高效的演化场域。Eastworld AI 的使命，正是为通用具身智能的到来构建一个必不可少的过渡阶段——一个低成本、高安全、可大规模扩展的虚拟环境，用于关键的数据获取、交互验证与能力演进。最终，我们将迈向人类与AI和谐共存的现实世界。

为此，Eastworld AI 以前瞻性的双轨架构，构建了两个深度耦合、协同进化的核心系统：

* 去中心化的AI训练子网: 基于 Bittensor 的去中心化和激励机制，我们构建了一个持续运行的开放仿真世界、以及标准化的评估任务集与评测体系。它将吸引全球顶尖的AI开发者与研究者参与其中，共同训练和验证智能体，为我们沉淀坚实的技术方法论与生态护城河。
* AI驱动的沉浸式游戏: 我们将前沿AI技术融入一个结合塔防、放置与模拟经营题材的游戏，创造出“人与AI共生”的全新娱乐场景。这不仅是验证人机长期协同、个性化互动的最佳试验场，更是我们获取高质量真实交互数据、实现商业闭环的关键载体。

二者共享底层仿真技术，相互反哺，共同构筑了 Eastworld AI 从技术验证到商业落地的完整闭环。我们不仅在创造游戏，更在孵化一个通往未来的、真正智能的虚拟世界。


---

# 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.eastworld.ai/docs/cn/whitepaper.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.
