> For the complete documentation index, see [llms.txt](https://p00ls.gitbook.io/00-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p00ls.gitbook.io/00-token/governance/00-improvement-proposals-zips.md).

# 00 Improvement Proposals (ZIPs)

## 00 Improvement Proposals (ZIPs)

The 00 DAO decide and votes on major updates and events for 00 and P00LS.

ZIPs allow 00 DAO members to make decisions regarding governance rules,  DAO Treasury allocations, projects, partnerships and beyond. 00 DAO membership is open to all $00 holders.

Once final and voted on by 00 holders, ZIPs are enacted by the 00 Foundation.

[Read more on ZIPs](https://forum.zeroze.ro/t/zip-1-proposing-the-zerozero-dao-governance-proposal/93)

[ZIP Template](https://forum.zeroze.ro/t/zerozero-improvement-proposal-zip-draft-template/33)

## ZIP Categories

There are 3 categories of ZIPs: Governance, Transfer and Treasury Management.&#x20;

*\[Note: there used to be a 4th category - DEX Governance - now defunct since the DAO* [*decided to unwind*](https://forum.zeroze.ro/t/zip-7-zerozero-dex-unwind-dex-governance-proposal/182) *the 00 DEX.]*

### Governance ZIP

Proposals outlining new organizational requirements or changes to the state of the DAO.&#x20;

Example: tokenomics change, modification of Special Council and any core modification of the governance mechanisms of the 00 DAO.

### Transfer ZIP

Proposals to transfer tokens from the 00 DAO Treasury to a given address.&#x20;

Example: grants, payments for DAO service providers, token awards, etc.

### Treasury Management ZIP

Proposals to manage the 00 DAO Treasury.

Ex: purchase new assets, sell assets in the Treasury, put assets in liquidity pools, etc.

## Voting Rules

The rules for voting on ZIPs are the following:

* One 00 token = One vote
* To be accepted, a proposal needs to have more than 50% of votes in favor
* To be accepted, a proposal needs to meet the minimum quorum of 50,000 tokens


---

# 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://p00ls.gitbook.io/00-token/governance/00-improvement-proposals-zips.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.
