> For the complete documentation index, see [llms.txt](https://nexon-3.gitbook.io/nexon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexon-3.gitbook.io/nexon-docs/zh/di-wu-bu-fen-jing-ji-mo-xing/06-governance.md).

# 治理

当前的参数变更管理，以及 XO 生态治理在成为真实权利之前必须先定义的东西。

治理是 XO 的功能之一。现行机制把 XO 定义为质押本金代币、EXON 定义为核心价值代币；提案、表决与执行的具体规则随治理框架一并发布（Roadmap）。

叙事把 XO 定位为价值锚，与质押、参与、治理和长期价值沉淀相关。在治理框架发布之前，参数由可问责的项目运营方在已披露的控制之下**管理**。

## 当前的参数管理 <a href="#how-parameters-are-administered-today" id="how-parameters-are-administered-today"></a>

项目团队目前管理一组可配置参数，可能包括质押设置、奖励支付区间、轮次条款与运营控制。**每一次生产环境的变更都要带六样东西：**

{% stepper %}
{% step %}

### 生效时间与唯一参数版本号

用户能对上「我这笔订单当时用的是哪一版」。
{% endstep %}

{% step %}

### 变更的确切字段与理由

不是「参数已调整」，而是哪个字段从什么改成了什么。
{% endstep %}

{% step %}

### 影响范围

新订单、存量订单，还是两者都影响。
{% endstep %}

{% step %}

### 提前公告

在可行的情况下，通过官方渠道提前告知。
{% endstep %}

{% step %}

### 可审计记录

防止对已结束的 Epoch 做无声的追溯修改。
{% endstep %}

{% step %}

### 紧急流程

无法正常提前公告时，需有责任审批人和事后报告。
{% endstep %}
{% endstepper %}

**界面应该显示管辖某笔订单的那个版本。** 只说一句「参数可调」，而用户无法查出执行时用的是哪些值，这是不够的。

## 治理要先回答的问题 <a href="#what-governance-has-to-answer-first" id="what-governance-has-to-answer-first"></a>

XO 治理属于 Roadmap。在它上线之前，项目必须先定义**治理的边界在哪**。一份已发布的设计至少要覆盖：

| 维度     | 需要写清楚                |
| ------ | -------------------- |
| 范围     | 什么可治理，什么不可治理         |
| 提案与表决  | 提案资格、表决或信号方式、法定人数、门槛 |
| 委托与时锁  | 委托规则、执行时锁、执行权限归属     |
| 利益与集中度 | 利益冲突处理、持仓集中如何约束      |
| 应急与纠错  | 紧急权限、申诉与更正流程         |

有些决定无论社区意愿如何，都仍然留在受监管的服务商或合同运营方手里。**一次代币投票没法要求发卡机构违反法定义务、改变商户的履约责任、推翻托管条款或豁免辖区资格。** 经济参数的变更同样需要风险、法律与技术审查，而不只是一个人气信号。

## 披露纪律 <a href="#disclosure-discipline" id="disclosure-discipline"></a>

领导奖金 V1 – V12 的执行比例对外以区间公布，执行值按市场阶段设定、按参数版本记录；上线后认购与质押 1:1 的切换节点、XO 治理的门槛与范围，见[待定参数](/nexon-docs/zh/fu-lu/open-parameters.md)。

未来一次书面决定生效时，要**同时**更新事实登记表、中英两棵文档树、用户界面与计算测试。冲突的历史材料留作存档，不再作为现行文案复用。

## 独立性与问责 <a href="#independence-and-accountability" id="independence-and-accountability"></a>

NEXON 是 NEX 交易所的第一个明星项目。NEX 交易所的资质、牌照或人员，不构成对 Staking Platform 结果或未来 NEXON 产品治理的批准或担保。**责任要按运营实体和产品逐一指名。**

*上一节：*[*价值流转*](/nexon-docs/zh/di-wu-bu-fen-jing-ji-mo-xing/05-tokenomics/value-flows.md) *· 下一节：*[*安全与风险*](/nexon-docs/zh/di-liu-bu-fen-bao-zhang/07-security-and-risk.md)


---

# 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://nexon-3.gitbook.io/nexon-docs/zh/di-wu-bu-fen-jing-ji-mo-xing/06-governance.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.
