# 탈중앙화 거버넌스

Cyclone의 governance 는 [Compound Governance Model](https://compound.finance/docs/governance) 을 기반으로 만들어다. Cyclone은 CYC 토큰 홀더들에 의해서 동작하는데, 이 동작 요소로는 CYC 토큰, Governance module(Governor Alpha), 그리고 Timelock이 존재한다. 뿐만 아니라, 이러한 스마트 컨트랙트들은 커뮤니티로 하여금 Cyclone의 새로운 변화를 제안하고 투표하고 구현하는 것을 가능하게 한다. 제안들은 새로운 asset을 추가하거나, 현재의 토큰 풀을 최적화하거나, CYC을 mint/burn 하는 비율을 조정하는 등이 있을 수 있다. &#x20;

![](/files/-MNeNYZH_9yvoogvnnn6)

이러한 거버넌스 DAO는 Q2 2021부터 활성화될 계획이다.&#x20;

최소 아래와 같은 권리들이 CYC 토큰 홀더들에게 부여받게 된다:

* 어떠한 블록체인을 다음으로 지원할지
* 어떠한 새로운 자산 익명성 풀을 런칭할지
* 기존의 익명성 풀의 파라미터들을 업데이트 할지
* 새로운 유동성 풀을 런칭할지
* 기존의 유동성 풀의 파라미터들을 업데이트 할지
* 다른 CYC 토큰 이코노미들&#x20;


---

# 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/korean/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.
