> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/jian-jie/whitepaper.md).

# 白皮书

在我们的白皮书中阅读更多关于 Decentraland 的理念和设计。

## 白皮书 2.0（2024）

自原始白皮书发布以来已过去 7 年，2024 年作为“Decentraland 2.0”运动的一部分发布了新版白皮书，其中包括为 Decentraland 推出一款全新的桌面客户端，并整合了自平台于 2020 年首次上线以来积累的经验。本文件既为资深用户也为新用户提供指南，阐述了对去中心化技术的需求并重申了 Decentraland 的使命，记录了自发布以来的发展历程、演进与影响，详细说明了其技术架构，并列出了其持续发展的规划路线图。

[在此阅读 Decentraland 2024 年 2.0 版白皮书](https://decentraland.org/whitepaper2.pdf)

## 原始白皮书（2017）

Decentraland 的原始白皮书于 2017 年发布，比该平台面向公众上线早 3 年。它由 Decentraland 的创始人 Esteban Ordano、Ariel Meilich、Yemel Jardi 和 Manuel Araoz 撰写。这份白皮书详细解释了 Decentraland 项目最初的哲学动机，并严谨讨论了构建 Decentraland 所提议的技术与经济方案。

[在此阅读 Decentraland 2017 年原始白皮书](https://decentraland.org/whitepaper.pdf)


---

# 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.decentraland.org/player/player-zh/jian-jie/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.
