# How to propose an IIP

Idle Improvement Proposals (IIPs) are the tool to let the Idle Governance implement new ideas in the Idle protocol through a transparent on-chain voting process.&#x20;

{% hint style="info" %}
IIPs are executed if the majority (50% +1) of the voters casts a “For” vote and at least 4% of the total voting right supply (520,000 IDLE) cast a vote on that proposal, either in favour or against. Community members can create a proposal if they have at least 130,000 IDLE as delegated votes and hold them during the entire voting process (up to the implementation).
{% endhint %}

Begin by starting a new post under the [IIP subcategory ](https://gov.idle.finance/c/proposals/iip/17)and include a clear, concise title beginning with **“\[IIP-#] - Your Title Here”**.

Bear in mind that your proposal will be better perceived and will lead to implementation if it is focused, includes sufficient background information, and has action points that are easy to understand. Additionally, please structure your proposal as modelled below.

![](/files/ADNin6VTJInxfjzbq03G)


---

# 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.idle.finance/governance/idle-dao/governance-guides/how-to-propose-an-iip.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.
