# Evolution Land DAO

Evolution Land is designed and developed to be a DAO (Decentralized Autonomous Organization) owned by the community. Dev team's role is to kick off the project and establish the technical foundation so that other users (players, designers, developers, investors) can contribute and influence the game's evolution path in their way.

Decentralization is achieved through these means:

* **Technology** ([details](/overview/developers.md))
  * Game logic exists on the blockchain, transparent and auditable. Open-source smart contracts
  * Open source front-end UI skeleton, anyone can clone and develop their UI
* **Revenue** ([details](/advanced/evolution-land-dao/revenue-model.md))
  * Game revenue is distributed to players and contributors, enforced by smart contracts
  * Built-in referral program
* **Governance** ([details](/advanced/evolution-land-dao/governance.md))
  * Distinguish casual players from the serious governors
  * Staked users have the power to vote for off-chain and on-chain proposals


---

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