> For the complete documentation index, see [llms.txt](https://docs.silo.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silo.gg/tutorials/dao-navigator/treasury.md).

# Treasury

The main treasury of a DAO is what backs the meme tokens with underlying value. Meme tokens can be burned at any time for a proportional claim of the main treasury. This is know as RageQuit.&#x20;

A siloDAO's main treasury is a [Safe](https://safe.global/). So anything a Safe can do, a siloDAO treasury can do also.

siloDAOs can also create as many additional Safes as needed that act as side vaults. These side vaults can be used for managing assets that meme token holders shouldn't have access to. For instance, a side vault comes with a siloDAO by default to manage the DAO's uncirculated meme token supply.

*<mark style="color:red;">A siloDAO's meme tokens should never be transferred into the main treasury.</mark>*

Doing so create a RageQuit loop. So for example, if there are other assets within the treasury, a meme token holder could burn their tokens, collect their portion of assets in the treasury, meme tokens included, and then RageQuit again. While the returns do diminish each time, it still isn't an ideal situation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.silo.gg/tutorials/dao-navigator/treasury.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
