# 2 - Governance

In the context of DAOs, governance systems fall between two extremes:

* on the one hand there is fully centralized governance, lead by the project founders/developers, as is the case, for example, before protocols launch their native tokens: all decisions are made by the Team.
* at the other extreme there is the full realization of decentralized governance, i.e., governance acted through smart contracts, with votes expressing a function (so voting costs gas) and being enforceable without any possibility of intervention or modification: all decisions are made by majority vote of the token holders.

Between these two extremes lie all the hybrid or intermediate forms of governance that DAOs adopt at various stages of their existence. Beyond ideological discourses, there is no universally optimal or best formula of governance: it is important to take note of the distinctive characteristics of each project and adapt one's decision-making system to them.

For this reason, Aevo adopts a hybrid governance model focused on formulating and voting on [Aevo Goverance Proposals (AGP)](/approved-proposals/agp-1-aevo-governance/2-governance/agp-aevo-governance-proposals.md) via Snapshot. In addition, [Committees](/approved-proposals/agp-1-aevo-governance/2-governance/committees.md) are introduced that have specific tasks to manage DAO funds and [protocol revenues](/approved-proposals/agp-1-aevo-governance/2-governance/aevo-revenues.md) in order to speed up and simplify Governance activities.


---

# 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://agp.aevo.xyz/approved-proposals/agp-1-aevo-governance/2-governance.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.
