> 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/dao-overview/dao-councils-and-treasury.md).

# DAO Councils and Treasury

## Council Overview&#x20;

To facilitate decentralization responsibly, we have incorporated a multi-sig process that gradually gives more power to the community. The DAO will launch with two council groups, the [**DAO Committee**](/cgdao/council-and-treasury-frameworks/councils/cgdao-committee.md) and the [**Guardian Board**](/cgdao/council-and-treasury-frameworks/councils/cgdao-guardian-board.md) (GB).&#x20;

The purpose of the DAO committee is administrative and enacts the people's will by executing on-chain actions based on approved proposals. The purpose of the Guardian Board is for security/risk assessment, project management and as a pathway for exceptional community members to be appointed to.

> Along with the DAO Committee and the Guardian Board there will also be two [**Treasuries**](/cgdao/council-and-treasury-frameworks/treasury.md#safe-addresses-and-members) to start with. As more assets are transferred to the DAO, the options for proposals and council groups will increase. In some cases the assets transferred might come from the result of a vote.

## DAO Committee & Guardian Board&#x20;

### DAO Committee

<table><thead><tr><th width="235.33333333333331">NAME</th><th align="center">Position</th><th align="center">Duties</th></tr></thead><tbody><tr><td>Robbeh</td><td align="center">Founder</td><td align="center">Admin</td></tr><tr><td>Emma</td><td align="center">Founder/Treasurer</td><td align="center">Admin/Treasury</td></tr><tr><td>Idon</td><td align="center">Founder</td><td align="center">Admin</td></tr><tr><td>IamTroll</td><td align="center">Governance Architect</td><td align="center">Admin/PM</td></tr><tr><td>Guardian Board</td><td align="center">Security</td><td align="center">Admin/Security</td></tr></tbody></table>

### Guardian Board members&#x20;

<table><thead><tr><th>Name</th><th width="290.3333333333333" align="center">Position</th><th align="center">Duties</th></tr></thead><tbody><tr><td>Adam</td><td align="center">Full Stack Dev</td><td align="center">Project Lead</td></tr><tr><td>Magnus</td><td align="center">Solidity expert</td><td align="center">Smart Contract Dev.</td></tr><tr><td>IamTroll</td><td align="center">Community liaison</td><td align="center">Community/PM</td></tr><tr><td>Mridul</td><td align="center">Security and Backend Specialist</td><td align="center">Analytics/Security</td></tr><tr><td>Community Member</td><td align="center">N/A</td><td align="center">N/A</td></tr></tbody></table>

{% hint style="info" %} <mark style="color:blue;">**Important:**</mark> The membership and number of the councils could expand in the future to accommodate more community-elected members.&#x20;
{% endhint %}

## Treasury Overview

1. **Operating Treasury** (Founder controlled)&#x20;
2. **Community Treasury** (DAO Committee controlled)&#x20;
3. **Security Treasury** (TBA)
4. Check the [**Treasury**](/cgdao/council-and-treasury-frameworks/treasury.md) section for more information.

### Funding Streams&#x20;

* The DAO will start with a treasury of *<mark style="color:red;">**30 million $CGG**</mark>* transferred from the Foundation Fund in phases. First phase will be a disbursement of 10 million $CGG.&#x20;
  * The DAO treasury will represent around *<mark style="color:red;">**25% Total Supply**</mark>* of $CGG.
* Future NFT Sales&#x20;
* Node returns&#x20;
* Acquiring grants from other games, metaverse, and guild DAOs.


---

# 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/dao-overview/dao-councils-and-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.
