> For the complete documentation index, see [llms.txt](https://mothora.gitbook.io/mothora/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mothora.gitbook.io/mothora/fundamentals/daos.md).

# DAOs

In Mothora, **DAOs** allow for groups of like-minded players to govern themselves. These organizations of people can make proposals that influence how the game is meant to be played by them, their strategies and how they are managed.

As players enjoy Mothora and perform actions that **socially** and **interdependently** lead to the victory of their **DAO**, they accumulate [**Social Reputation (SRep) tokens**](/mothora/fundamentals/economic-loops/srep-social-reputation.md). This **fungible, non-tradeable** token is at the heart of selective incentivization in Mothora and has very important use cases:

* It is the factor that determines rewards for players from the DAO **Reactors**.
* It is used by players to select the DAO's **council** in each season.
* **SRep** is used to [**vote**](/mothora/fundamentals/daos/governance-fronts.md) on the best strategies proposed by the council and to bind the council to enact them.
* It is also required to vote on game-wide proposals, such as game-wide content and high-level development ideas.

Governance voting will be a cross-platform feature of the game, meaning players will be allowed access to it both within the game window in a highly immersive way and also when outside of the game through their smartphone. Read more on it:

{% content-ref url="/pages/fMCKxcJ1Y4lctScB9TJ5" %}
[Governance Fronts](/mothora/fundamentals/daos/governance-fronts.md)
{% endcontent-ref %}


---

# 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://mothora.gitbook.io/mothora/fundamentals/daos.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.
