# What is Governance on Minswap?

## What is Governance on Minswap?

Minswap is governed by its community through a Decentralised Autonomous Organisation (DAO) model, allowing token holders to propose, vote, and decide on key protocol changes and developments.

* The native token **$MIN** is used for voting.
* Anyone holding $MIN can participate.
* Voting is done on-chain for transparency and immutability.

***

### How Minswap Governance Works

#### Proposal Submission

Community members can create and submit proposals (e.g., fee structure changes, new farming pools, treasury usage).\
Proposals are first discussed off-chain (e.g., Governance Forum) before going on-chain.

#### Snapshot Voting

Voting typically takes place via a snapshot mechanism based on wallet balances at a specific block.\
You vote using your $MIN tokens – the more you hold, the more weight your vote has.

#### Execution

If a proposal passes the required quorum and majority, it is implemented by the core team or via smart contract automation.

***

### Pros of Minswap Governance

| Benefit                    | Description                                                 |
| -------------------------- | ----------------------------------------------------------- |
| Decentralisation           | Decisions are made by the community, not a centralised team |
| Transparency               | Voting records and proposals are public and on-chain        |
| Incentivised Participation | $MIN holders have a direct say in protocol direction        |
| Community Empowerment      | Enables funding of community ideas via treasury proposals   |

***

### Cons and Challenges

| Challenge          | Description                                                |
| ------------------ | ---------------------------------------------------------- |
| Low Voter Turnout  | Many holders don’t participate, leading to low engagement  |
| Whale Dominance    | Large holders can sway votes, reducing fair representation |
| Voter Apathy       | Users may not fully understand complex proposals           |
| Coordination Costs | Requires strong community communication and infrastructure |

***

### Real Governance Examples

* **Fee Distribution Changes**: Proposals to adjust how trading fees are shared between LPs, stakers, and the DAO.
* **New Farm Listings**: Adding new yield farms and determining MIN reward allocation.
* **Treasury Grants**: Funding community tools, dashboards, or audits.


---

# 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.minswap.org/courses/governance/what-is-governance-on-minswap.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.
