> For the complete documentation index, see [llms.txt](https://docs.evolution.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evolution.land/advanced/evolution-land-dao/governance.md).

# Governance

Evolution Land is designed to be DAO. Many game parameters should be voted and determined by players who have their interests staked. They will decide how the game will evolve.

By Establishing a credible voting mechanism and thus forming a scalable blockchain voting system, the rights of the users of the Evolution Land can be guaranteed.

We will discuss with the Evolution Land residents to build a public management model. The residents will use the voting system to express their appeal and participate in the Evolution Land management. The Evolution Land residents participate in the decision-making of the Evolution Land by using their power to vote.

## Governor and Voting Power

![Voting Power Source](/files/-MNt32-MN1twWQf39mh2)

Anyone who has a stake in the game has a say in the governance process. They have various influence levels normalized as Voting Power.

| Demographic                                                 | Voting Power (VP)        |
| ----------------------------------------------------------- | ------------------------ |
| [Land](/getting-started/game-entities/land.md) Owners       | Each Land = 100 VP       |
| [Apostle](/getting-started/game-entities/apostle.md) Owners | Each Apostle = 1 VP      |
| [KTON](/getting-started/tokens/kton.md) stakers             | Each staked KTON = 10 VP |

[KTON](/getting-started/tokens/kton.md) stakers refers to those who stake KTON into governance locking contract. Voting Power generates from those locked KTON. Once staked, the user needs to wait 14 days before he can withdraw these KTONs. Every time a user makes a new deposit, it will extend its lock time.

As Voting Power originated from tokens, they have natural blockchain network constraints. Governors can only vote for matters on this particular [continent](/getting-started/game-entities/continent.md). This essentially helps create independent economic entities, which are like countries.

## Governor Portal

Please visit <https://gov.evolution.land> to participate in the governance process. You can stake/un-stake your KTON, view your accumulated Voting Power via possessing Lands, Apostles, and staked KTONs. More importantly, you will view or initiate proposals and use your power to express your opinions.


---

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

```
GET https://docs.evolution.land/advanced/evolution-land-dao/governance.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.
