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

# Governance

The governance mechanism is the foundation for decentralization in Conscious Chain, designed to support autonomous decision-making and community-driven evolution. An open-source framework enables trustless proposal, voting, and upgrade processes.

#### Governance Roles

| Role               | Description                                                    |
| ------------------ | -------------------------------------------------------------- |
| $CCC Holder        | Propose and vote on governance issues; delegate voting rights  |
| Proposer           | Submit proposals on parameters, upgrades, ecosystem fund usage |
| Delegate           | Represent other users through delegated voting                 |
| Execution Contract | Automatically executes passed proposals on-chain               |
| Review Committee   | Multisig group for early-stage review of critical proposals    |

#### Governance Process

1. Proposal Submission: Requires staking of a minimum $CCC amount to submit upgrades, parameter changes, or funding requests.
2. Review Phase: Proposals enter a public discussion; critical items are pre-reviewed by the committee.
3. On-chain Voting (5–7 days):
4. * 1 Token = 1 Vote (default)
   * Delegated Voting
   * Reputation-weighted voting (future RPG module)
5. Execution: Successful proposals are executed after a 48-hour timelock to mitigate governance attacks.


---

# 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://ailiquid.gitbook.io/ailiquid-docs/governance.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.
