# STAR的治理机制

### STAR治理**功能**：

1. **投票权**：STAR持有者可以对 Starcoin 协议的重要参数和升级方案进行投票。
2. **提案权**：任何STAR代币持有者的钱包都可以提交治理提案。
3. **Recapitalization（补充资本）**：在系统债务超过储备时，STAR可被用作补充系统资本，通过债务拍卖回收稳定币，使系统保持健康。

#### **治理安全机制**：

* **GSM（Governance Security Module）延迟生效**：投票通过后，修改可能会延迟最多 24 小时生效，以便治理社区有时间触发紧急关闭或干预。
* **多签或守护者机制**：在关键紧急情况下，部分治理代币持有者或社区委托机构可以触发紧急停止（Shutdown）。

### 提案与投票机制

#### 提案流程

1. **预投票 Polling**：
   * 任何人都可以发起提案。
   * 通过预投票收集社区意见，形成初步共识。
   * 主要目的是避免草率或有恶意的提案直接进入执行阶段。
2. **执行投票 Executive Voting**：
   * 社区持币者正式对提案进行投票。
   * 投票通过后，提案成为 Active Proposal，获得修改系统内部治理参数的权限。

#### 技术实现

* **Proposal Contract（提案合约）**：
  * 每个提案是一个独立的智能合约，包含可执行的治理操作。
  * 提案合约只能执行一次，执行后立即修改内部参数。
  * 不能重复使用，确保治理操作不可回溯。
* **投票规则**：
  * 持有 STAR的地址可以投票。
  * 获得最多投票数的提案成为 Active Proposal。

#### Starcoin 治理必须承担以下风险与缓解责任：

1. **智能合约恶意攻击**：
   * **缓解**：形式化验证、第三方安全审计、漏洞奖励机制、社区快速响应。
2. **黑天鹅事件**（Black Swan Event）：
   * **包括**：抵押RWA代币价格暴跌、Oracle 攻击、恶意治理提案。
   * **缓解**：设置 Liquidation Ratio、Debt Ceiling、紧急关闭机制。
3. **市场定价失误或非理性波动**：
   * **缓解**：激励足够资本池（Keeper）参与市场维持流动性和理性定价，必要时触发紧急关闭释放抵押品。
4. **用户流失**：
   * **缓解**：提供简洁易懂的用户指南、前端工具和社区资源，降低使用门槛。
5. **技术实验风险**：
   * **缓解**：参考恶意攻击缓解措施，保证系统经过充分测试和形式化验证。


---

# 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.starcoingroup.com/starcoin-protocol-xie-yi-jia-gou/star-de-zhi-li-ji-zhi.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.
