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

# Keresverse DAO

Keresverse adopts a groundbreaking governance model in the form of a Decentralized Autonomous Organization (DAO). This model epitomizes the essence of community-driven development and decision-making, reflecting the open-source nature of the platform.

#### *Governance Structure*

The governance within Keresverse is structured to be non-centralized, promoting a bottom-up approach to decision-making. This structure is underpinned by a clear set of rules and protocols implemented on a blockchain, ensuring transparency and fairness.

Players participate in the governance process by staking Keres Tokens within the Keresverse DAO, granting them voting rights on various proposals and decisions.

#### *Function and Utility of Keres Tokens in Governance*

The Keres Token serves a dual purpose within Keresverse: as an in-game currency and a tool for governance participation.

A governance voting system is integrated, where decisions regarding the game's development and ecosystem are made through player votes. Only Keres Token holders are eligible to vote, ensuring that those invested in the game have a say in its direction.

The governance system is programmed to automatically implement approved proposals, streamlining the update process and ensuring that changes reflect the community's will.

#### *Active Participation in Governance*

By staking Keres Tokens, players not only gain voting rights but also enhance their opportunities to earn additional rewards, such as NFTs and Keres Tokens, which can be further utilized within the game.

The DAO model empowers players to actively influence the game’s direction, contributing to a dynamic and evolving gaming environment.

In essence, the Keresverse DAO is a manifestation of our commitment to a player-centric approach, where the community’s voice plays a pivotal role in shaping the game’s future.


---

# 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.keresverse.org/grimorium-keresverse/keresverse-dao.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.
