> For the complete documentation index, see [llms.txt](https://doc.aptoslaunch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aptoslaunch.io/move-ecosystem-fund-3-3/governance-and-voting.md).

# Governance and Voting

MOVE DAO is at heart a DAO (Decentralised Autonomous Organisation). This means that the community plays a key role in shaping the future of the project. Those who hold sMOVE can cast votes on important community decisions like Audits, Listings, and Fund Management. Proposals are called MOVE Improvement Proposals (MIPs).

At first, the development team will guide the project towards a sustainable long-term position, but over time more control will be given to the community through the DAO voting system. We also plan to create an open forum where community members can create their own proposals which will be put to a full DAO vote if they gain enough community support.


---

# 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://doc.aptoslaunch.io/move-ecosystem-fund-3-3/governance-and-voting.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.
