# 6.1 治理框架（Governance Framework）

XUnit 在启动阶段不引入平台代币治理，而是采用 多层次治理模型，兼顾效率与安全：

#### a) Early-stage Governance（早期阶段）

* 理事会（Council）：由核心团队 + 战略合作伙伴组成，负责协议核心参数决策，包括：\
  \
  ৹协议费率（mint/交易/拆分等）；\
  \
  ৹新资产类别接入的白名单；\
  \
  ৹生态基金支出与合作伙伴选择；\ <br>
* 多签安全机制（Multisig Security）：所有关键合约升级与资产操作需由多签钱包授权，降低单点风险。\ <br>

#### b) Transition Phase（过渡阶段）

* 社区提案（Community Proposal）：开放用户提交改进建议（XUnit Improvement Proposal, UIP）；\ <br>
* 混合治理（Hybrid Governance）：Council 仍保留否决权，但逐步开放部分参数的链上投票权，例如费率上下限、NFT 分割参数。\ <br>

#### c) Long-term Vision（长期演进）

* NFT-Governance Model：XUnit 未来可能采用 NFT 作为治理凭证，例如：\
  \
  ৹  Genesis NFT 持有者享有治理权；\
  \
  ৹  不同类别的 RWA-NFT 作为特定议题的投票权凭证；

* 潜在代币化治理：在协议达到规模效应后，可引入治理代币，但其职能限定为治理与生态激励，不与短期价格波动绑定。<br>


---

# 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://xunit.gitbook.io/xunit/chinese/6.-governance-and-compliance/6.1-zhi-li-kuang-jia-governance-framework.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.
