# Decentralized Governance

Cyclone governance is inspired by the [Compound Governance Model](https://compound.finance/docs/governance). Cyclone will be governed and upgraded by CYC token holders using three distinct components: the CYC token, governance module (Governor Alpha), and Timelock. Together, these contracts will allow the community to propose, vote, and implement changes towards Cyclone. Proposals can include changes like adding support for new assets, optimizing current token pools, adjusting CYC's minting/burning rates, and more.

![](/files/-MNeNYZH_9yvoogvnnn6)

We estimate the governance DAO will be activated in early Q2 2021.

At least the following rights are entitled to CYC holders:

* Which blockchain to support next
* Launch a new anonymity pool with a certain asset
* Update params of an existing anonymity pool, e.g., CYC to mine per day
* Launch a new liquidity pool
* Update params of an existing liquidity pool, e.g., CYC to mine per day
* Other token economics of CYC


---

# 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.cyclone.xyz/governance.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.
