# Treasury

## Treasury Account <a href="#treasury-account" id="treasury-account"></a>

Each **DAO** can have any number of treasury accounts holding different assets (**SPL & Token22**).\
\
Anybody can deposit tokens into treasury accounts but only **DAO members** can approve withdrawals through **treasury transfer proposals**.

<div data-with-frame="true"><figure><img src="/files/HD7y5MHtffiP8GcbhKT1" alt=""><figcaption><p>DAO Treasury Page</p></figcaption></figure></div>

### Treasury Governance Settings <a href="#settings---treasury-governance-settings" id="settings---treasury-governance-settings"></a>

* **Min community tokens to create a proposal** — The minimal amount of the **DAO** community governance tokens a member of the DAO has to own to be allowed to propose transfers from the treasury.
* **Min instruction hold up time (days)** — The minimal number of days before you can transfer funds from the treasury after a vote on the transfer proposal is approved.

{% hint style="success" %}
The delay for treasuries is usually set to **0** to allow transfers of the assets immediately after they are approved.
{% endhint %}

* **Max voting time (days)** — The maximum number of days the **DAO** can vote on the treasury proposals. If consensus is not reached by the end of the voting time, the proposal is defeated.
* **Yes vote threshold (%)** — The Yes vote threshold defines the number of Approve votes required to approve a transfer from a treasury account. For example, if there are 10 members in the **DAO** and the Yes threshold is set to **60%**, then at least **6 members** must approve any transfers from the treasury.


---

# 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.realms.today/realms-v2/features/treasury.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.
