> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/governance.md).

# Governance

Governance Program goes through Temperature Check that takes place off-chain, and the voting process consisting of Consensus Check and Governance Proposal that takes place on-chain. Moreover, in order to process urgent proposals, trust proposals that happen on-chain can be registered by a proxy trust of DAO, and they only go through one step of the voting process.

\
Proposals that have passed Governance proposal are automatically applied to the Smart Contract, realizing transparent DAO operations. The current version supports the following range of features 'Proposal', and the range will be expanded through the modification or improvement of the Neith Protocol in a direction that fits various DAO projects.

<table><thead><tr><th width="292"></th><th></th></tr></thead><tbody><tr><td><strong>Use of Treasury Funds</strong></td><td>Decides to use or not use funds, and also on the size and use of funds to be used to specific purposes.</td></tr><tr><td><strong>DAO Profit Distribution Ratio</strong></td><td>Changes the distribution ratio DAO profits between the Treasury reserve and DAO Token Purchase Fund.</td></tr><tr><td><strong>Distribution Ratio of Buyback</strong></td><td>Changes the distribution ratio of purchased DAO Tokens between burned tokens and tokens sent to the Obelisk.</td></tr><tr><td><strong>Change Currency of Treasury Stored Funds</strong></td><td>The currency of Treasury Stored Funds can be changed.</td></tr><tr><td><strong>Proposal requirements</strong></td><td>Requirements and conditions for proposal registration, voting period, quorum and passing of proposals can be changed.</td></tr><tr><td><strong>Re-opening of the Station</strong></td><td>Decides on the additional issuing of DAO Tokens, and issuing requirements.</td></tr><tr><td><strong>Trust Change Proposal Settings</strong></td><td>The Wallet addresses of the Trust, the principal agent of DAO business, can be modified, added, and removed.</td></tr><tr><td>Misc. </td><td>Yes/no votes and multiple choice votes can be utilized to assess the opinions of the DAO on various topics.</td></tr></tbody></table>

**Governance Tokens for Votes**

* A snapshot is taken at the time of proposal registration of the Governance Token ownership of all WEMIX Wallets to decide the amount of Governance Tokens for votes.
* The amount of Governance Tokens that have been generated in the Obelisk after the start of the vote are not included in the calculation of Quorum requirements, and these tokens cannot be used for votes either.
* In cases when there is more than 1 ongoing proposal, Governance Tokens Holders may exercise their votes for each Proposal.

Each proposal is passed when it both satisfies the quorum requirements, and has majority agreement. The processing period for each voting step may differ for each DAO, and for each proposal.


---

# 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://docs.wemix.com/nile-en/dao/introduction-to-neith-protocol/governance.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.
