# IDLE token

<figure><img src="/files/cD58QRZL1nQc9UlQivkU" alt=""><figcaption></figcaption></figure>

The Idle protocol is governed and upgraded by IDLE token-holders, using three distinct components:&#x20;

1. IDLE token:[`0x875773784Af8135eA0ef43b5a374AaD105c5D39e`](https://etherscan.io/address/0x875773784Af8135eA0ef43b5a374AaD105c5D39e)
2. Governance contract (Governor Bravo):[`0x3D5Fc645320be0A085A32885F078F7121e5E5375`](https://etherscan.io/address/0x3D5Fc645320be0A085A32885F078F7121e5E5375)
3. Timelock contract:[`0xD6dABBc2b275114a2366555d6C481EF08FDC2556`](https://etherscan.io/address/0xD6dABBc2b275114a2366555d6C481EF08FDC2556#code)

{% hint style="info" %}
Together, these contracts allow the community to propose, vote and implement changes to the contracts owned by the *Timelock*. The ownership of *idleTokens* from BY strategies, *idleCDO* from PYTs, and the *IdleController* contracts have been all transferred to the *Timelock* contract.

The *Timelock* contract can modify system parameters, logic, and contracts in a 'time-delayed, opt-out' upgrade pattern, as reported here [\[1\]](/developers/best-yield/security-management-policy.md), [\[2\]](/developers/yield-tranches/security-management-policy.md).
{% endhint %}

When a proposal is created, the community can submit their votes during a *3-day voting period*.\
If a majority and at least 520,000 (4% of the total supply) votes are cast for the proposal, it is queued in the Timelock and can be implemented after 2 days.


---

# 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.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.
