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

# DAO

Zunami is governed on-chain using the OpenZeppelin Governor contract — a modular and audited governance framework widely used across DeFi. This setup ensures transparency, decentralization, and upgradeability of the protocol through token-holder voting.

***

Key voting categories include:

* The addition of new strategies
* Emission Voting, involving decisions about the distribution of emissions
* Fund transfers within approved Omnipools and APS strategies
* The establishment of default strategies and decisions regarding zunStables inflation or deflation
* Governance proposals that shape the protocol's direction.

***

{% content-ref url="/pages/Y5yaAqxWba0TvrvqbTpa" %}
[Core Components](/zunami-docs/governance-and-zun-token/dao/core-components.md)
{% endcontent-ref %}

{% content-ref url="/pages/U8spjNn028cLLtGbf7yn" %}
[Lifecycle & Statuses](/zunami-docs/governance-and-zun-token/dao/lifecycle-and-statuses.md)
{% endcontent-ref %}

{% content-ref url="/pages/rcv3ANRG849AZrp06Z3R" %}
[Governance Parameters](/zunami-docs/governance-and-zun-token/dao/governance-parameters.md)
{% endcontent-ref %}

## Contracts

* vlZUN address: 0x45af4F12B46682B3958B297bAcebde2cE2E795c3
* ZunamiGovernor: 0x0357F8afCf8BD2b119a4451bf605BEF8cCA03f98
* TimelockController: 0xd752bbeb0b199026cbb7d76e4EEb30440abefca4


---

# 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://zunamilab.gitbook.io/zunami-docs/governance-and-zun-token/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.
