# Governor

The Koi DAO uses a dual contract setup (Governor & Governor Timelock) that allows proposals to be created with an additional layer of security. \
\
The Governor contract is responsible for the arbitrary logic that the governance mechanism works off of, and the Timelock contract is the core module that holds funds and owns other contracts. The Timelock contract also allows users to exit the system if they disagree with a decision before it is executed. This safety delay is 2 days after a proposal gets passed. \
\
The Koi DAO UI can be accessed through Tally:\
\
<https://www.tally.xyz/gov/mute>\
\
**Specifications** \
\
Minimum proposal threshold:  50,000 veKOI vote shares\
Minimum Quorum: 10% of the total vote share supply with 50%+ in favor\
Vote delay: 1 day\
Vote period: 3 days\
Execution delay: 2 days<br>

{% hint style="info" %}
After a proposal gets passed, there is a 2 day delay before execution is possible. This is set in place to ensure that the governance system has a reasonable amount of time to change the decision on the proposal.&#x20;
{% endhint %}


---

# 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://docs.koi.finance/mute-dao/introduction-1.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.
