> For the complete documentation index, see [llms.txt](https://agodefi.gitbook.io/ago-defi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agodefi.gitbook.io/ago-defi/ecosystem/governance-dao.md).

# Governance / DAO

The decentralized autonomous organization (DAO) is both owned and managed by users. Built on the blockchain, the DAO designates the voting rights a user has within the community. Thanks to the governance token, each new platform feature is subject to a vote before it is implemented.

As a governance token, it affords holders the right to vote on matters concerning the Ago's key development decisions. This point explains token distribution, with 66.7% of tokens dedicated to public sale.&#x20;

AGO token holders will therefore be able to participate by voting on the outcome of:

* New application features.
* Validation of marketing budget and rewards.
* Release of reserves for optimal development.&#x20;

The more tokens an investor holds, the more decision-making power they will have within the DAO.

Each user can create and share an Ago Improvement Proposal (AIP) to upgrade the platform, use the foundation’s funds, or any other matters concerning Ago.

After AIP publication, users can use their tokens to vote and decide whether this proposal should be approved or not.

Voting is as follows:

* **Quorum** (minimum number of tokens to consider a vote): 10% of the total supply&#x20;
* **Consensus** (minimum percentage of voting choice to consider a vote): 50%&#x20;

Voting method: 1 token = 1 vote (users must stake AGO to take part in governance).

<figure><img src="https://agodefi.gitbook.io/~gitbook/image?url=https:%2F%2F2204734564-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fa4YtNBREZZ8OiQeXttim%252Fuploads%252FfEUuGfGli66F4MjqfOq7%252FCapture%2520d%25E2%2580%2599e%25CC%2581cran%25202024-03-18%2520a%25CC%2580%252021.43.11.png%3Falt=media%26token=560796cf-fc43-4ab0-80da-e12e9e94dc68&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=42d294e0ea6283f1c15b6f5c26ee60cad851fe21eb61a1eb06a6dbc169679b51" alt=""><figcaption></figcaption></figure>


---

# 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://agodefi.gitbook.io/ago-defi/ecosystem/governance-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.
