> For the complete documentation index, see [llms.txt](https://docs.furucombo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.furucombo.app/chinese/furucombo-tokenomics/for-believers.md).

# For Governors

Furucombo 生態系統的基礎是治理者 Governor，他們也是 Furucombo 去中心化社群的主要參與者以及意見領袖們。此去中心化社群的目的是集結眾人的力量，透過研究、討論和鏈上投票來保護 Furucombo 的完整性和核心價值。

## 成為 Furucombo Governor 的優點

1. 你將擁有決定前進道路的權利——這就是 DeFi 的美妙之處。
2. 你將管轄 Furucombo Treasury，並可通過治理來決定如何使用其中 70% 的收益，而其餘的 30% 將用於運營成本，其中包括資安稽核費用。
3. 如果你同時也是 Furucombo Master，你會因為有較多的 vCOMBO 而獲得較高的 Master 獎勵。

## 如何成為 Furucombo Governor

鎖定 COMBO 代幣後，你將獲得 vCOMB&#x4F;**，**&#x800C;任何擁有 vCOMBO 代幣的人都是 Furucombo Governo&#x72;**。**

* 你可以選擇鎖定期限 - 鎖定時間越長，你獲得的 vCOMBO 就越多
* vCOMBO 代幣不可轉讓，但你可以將投票權委託給其他人

## Furucombo Governor 的責任

你持有或是被委託的 vCOMBO 越多，你的投票權就越高。 Governor 可以投票決定 Furucombo 協議中的參數，包括：

1. Cube Listing and Delisting - 包括不同類型 Cube 的上架規則
2. Furucombo Treasury 和 Furucombo Reserve 的管理
   1. 收益和獎勵的發放參數
   2. 為所有用戶承保或購買保險
   3. 發 grant 給更多開發人員
   4. 將 Reserve 中的 COMBO 鎖定成 vCOMBO，並使用這些 vCOMBO 來支持及贊助部分開發者上架新 Cube

## Furucombo Treasury

Furucombo Treasury 是我們存放 Furucombo 收益的地方，將以 COMBO/USDC LP 代幣為主。

各種收益來源包含：

1. 使用費： Furucombo 目前是免費的，治理平台上線後 Governor 即可投票決定費率。一旦開始收費，我們將跟用戶收取一定比例交易手續費，其中 20% 的收益將與 Furucombo Master 共享， 80% 將進入 Furucombo Treasury 存放
2. 績效和管理費：在新的 Pool Combo 服務中，我們將向用戶收取一定比例的績效和管理費，其中 80%的收益將與 Furucombo Master 共享，20% 則將進入 Furucombo Treasury 存放

## Governor 究竟怎麼當？來舉個例子吧

1. 第一步是從公開市場獲得一些 COMBO 代幣。例如，你可以[從 Uniswap 購買 COMBO](https://furucombo.app/combo/c3gnmecke6ss71ddm290)
2. 將 COMBO 抵押到 COMBO 鎖定合約，此時你將獲得 vCOMBO
3. 使用你的 vCOMBO 來操作治理平台，你可以創建新提案或投票給其他人的提案
4. 與社群的其他成員互動，來支持和討論正在進行的提案

## 釋出計畫

{% hint style="info" %}
由於 DeFi 快速發展和難以預測的特性，我們的計劃有可能會因應市場變動而做動態調整。
{% endhint %}

| 項目                                                                                                    | 進度   |
| ----------------------------------------------------------------------------------------------------- | ---- |
| [治理論壇](https://forum.furucombo.app/)                                                                  | 已上線  |
| [Discord 投票頻道](https://discord.com/channels/518722025095954434/518729593834700800/860019197816209418) | 已上線  |
| 治理平台 - 鏈下投票 ([Snapshot](https://snapshot.org/#/furucombodao.eth))                                     | 已上線  |
| COMBO 鎖定合約 (用來換得 vCOMBO 的合約)                                                                          | 已開發  |
| 治理平台 - 通知系統                                                                                           | 2022 |
| 治理平台 - 鏈上投票                                                                                           | 2022 |


---

# 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.furucombo.app/chinese/furucombo-tokenomics/for-believers.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.
