# Governance

YFI holders govern the Yearn ecosystem and are eligble to receive a portion of protocol profits. Therefore, YFI represents a right to govern the platform and a claim on earnings. Profits are obtained from each of Yearn's products.

In order to claim profits, YFI holders stake their tokens into the [Governance contract](https://etherscan.io/address/0xBa37B002AbaFDd8E89a1995dA52740bbC013D992). Profits are periodically sent to this contract from the Yearn [Treasury Vault](https://etherscan.io/address/0x93a62da5a14c80f265dabc077fcee437b1a0efde#tokentxns), which temporarily holds profits before distribution to stakeholders. Profits are sent to the Governance contract after the Treasury Vault has accrued a $500,000 reserve; this reserve is used to pay for various operational expenses, including developer compensation and community grants. The amount retained in the Treasury contract before profits are sent to the Governance contract are subject to change by YFI holders.

In order to vote on proposal changes to the ecosystem YFI holders must be staked in the governance contract. Stakeholders are ***unable to withdraw*** their deposits for 72 hours after voting. They are also unable to claim their share of accrued, but undistributed profits, unless they have voted in a recent proposal. Profits are distributed as yCRV tokens.

The staking portal simplifies this process and can be found [here](https://ygov.finance/staking).

![](https://i.imgur.com/lAoZlb8.png)


---

# 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://andrecronje.gitbook.io/yearn-finance/governance.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.
