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

# Governance Module

Minswap is a community-centric DEX. From the onset, tokens are fairly distributed, without any private or VC investment. So far, the community has guided the future of the DEX by providing input in several discussions on the [Minswap Forum.](https://r.search.yahoo.com/_ylt=Awr93JpybWFjxnAA6LoM34lQ;_ylu=Y29sbwNncTEEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1667358195/RO=10/RU=https%3a%2f%2fforum.minswap.org%2f/RK=2/RS=c8k92kBL1gmK.CaWcXAvD9LGOX0-) By implementing **on-chain snapshot voting**, Minswap moves a step closer towards being a decentralized protocol that is wholly owned by its users.

In this first phase of the Minswap Governance, the community will vote on major changes to the protocol, whereas smaller changes affecting operations, farm rebalances or onboarding of new farms, are decided on by the core team. While the vision and aim since the beginning for Minswap has been to be fully in the hands of the community, DAO governance is a nascent and evolving area. In addition, it is irresponsible to move to decentralized governance prematurely before community and processes have been established, and irresponsible to not act when the market dictates risk management.

As such, the initial Phases of Minswap Governance will be experimental, up until the point where Minswap and its Governance has grown resistant enough to external factors & risks where it can be fully independent. Thus, the full adoption of **DAO governance** will be a progressive road.

The following are imporant **Governance Links:**

[Minswap Discord](https://discord.gg/minswap): where most of the informal discussion takes place

[Governance Forum](https://r.search.yahoo.com/_ylt=Awr93JpybWFjxnAA6LoM34lQ;_ylu=Y29sbwNncTEEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1667358195/RO=10/RU=https%3a%2f%2fforum.minswap.org%2f/RK=2/RS=c8k92kBL1gmK.CaWcXAvD9LGOX0-): a more formal avenue where anyone can post ideas to improve Minswap

[Voting Portal](https://app.minswap.org/gov): anyone can vote to implement ideas with their $MIN


---

# 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.minswap.org/governance/governance-module.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.
