# 进化星球 DAO

进化星球从一开始就被开发和设计为一个由社区治理的 DAO（去中心化自治组织）。Dev 团队的作用是启动项目并建立技术基础，以便其他用户（玩家、设计师、开发者、投资者）能够以自己的方式参与贡献，影响游戏的发展方向。

去中心化是通过以下方式实现的：

**技术**（[细节](/simplified-chinese/overview/developers.md)）

* 游戏逻辑部署于于区块链上，透明且可查证。开源智能合约
* 开源的前端 UI 框架，任何人都可以克隆和开发他们的 UI

**收入**（[明细](/simplified-chinese/advanced/evolution-land-dao/revenue-model.md)）

* 游戏收入通过智能合约分配给玩家和贡献者
* 内置引荐机制

**治理**（[细节](/simplified-chinese/advanced/evolution-land-dao/governance.md)）

* 区分休闲玩家和严肃的管理者
* 参与质押的用户有权投票支持链外和链上提案


---

# Agent Instructions: 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:

```
GET https://docs.evolution.land/simplified-chinese/advanced/evolution-land-dao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
