> For the complete documentation index, see [llms.txt](https://docs.chainguardians.io/cgdao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainguardians.io/cgdao/council-and-treasury-frameworks/treasury.md).

# Treasury

1. **Operating Treasury** `(Founder controlled)` - Used for maintenance, operations and reserves.&#x20;
2. **Community Treasury** `(DAO Committee controlled)` - The DAO’s main treasury. Until we work towards a more decentralized governance model and can ensure protocol safety.&#x20;
3. **Security Treasury** `(Guardian Board Controlled)` - Used for disaster, security, hackathons, and bounties.&#x20;

Future needs may call for other treasuries and corresponding multi-sigs that control them to use alternate structures and groups. Examples could be working groups, "subDao", grant legislative groups, grant awardee groups, smart contracts, etc.

### Safe Addresses and Members

Community Treasury Safe: 0xdb35b9f49F81412674Ba80ec654765083Ebd421c

Security Treasury Safe: 0x6dd169721dc6f7aF110Ef75ab9773Be14B6D3FD5 (Currently Unused)

{% tabs %}
{% tab title="Community Treasury" %}

| Name           |     Position    |
| -------------- | :-------------: |
| Idon           |  Founder/Admin  |
| Emma           |  Founder/Admin  |
| Robbeh         |  Founder/Admin  |
| IamTroll       | Architect/Admin |
| Guardian Board |     Security    |
| {% endtab %}   |                 |

{% tab title="Operating Treasury" %}

| Name         |    Position   |
| ------------ | :-----------: |
| Idon         | Founder/Admin |
| Emma         | Founder/Admin |
| Robbeh       | Founder/Admin |
| {% endtab %} |               |

{% tab title="Security Treasury" %}

| Name             |    Position    |
| ---------------- | :------------: |
| Adam             |   Lead/Admin   |
| Magnus           | Security/Admin |
| Mridul           |  Backend/Admin |
| IamTroll         |    PM/Admin    |
| Community Member |       N/A      |
| {% endtab %}     |                |
| {% endtabs %}    |                |

{% hint style="info" %} <mark style="color:blue;">**Reminder:**</mark> All treasury assets are currently on Eth Mainnet.
{% endhint %}


---

# 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.chainguardians.io/cgdao/council-and-treasury-frameworks/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.
