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