> 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/fu-lu/open-parameters.md).

# 待定参数汇总

有待项目方书面决定的经济、治理、产品、运营与辖区字段清单，以及它们的关闭规则。

2026 年 9 月 10 日定稿的现行机制关掉了经济层面的主要问题：双币角色、入金拆分与燃料钱包、每 12 小时 0.3% – 1.0% 的结算、期限加成、退出窗口、三档到账与销毁、私募三档与 3:1 配置、1,095 天释放、20 代推广奖励与 V1 – V12 领导奖金。9 月 8 日的叙事补充关掉了品牌含义、双币叙事与五产品方向。

下面是**仍由项目方书面决定**的实现字段。

## 经济 <a href="#economics" id="economics"></a>

| 编号     | 字段                   | 为什么重要                       |
| ------ | -------------------- | --------------------------- |
| OP-T01 | 上线后认购与质押 1:1 配置的切换节点 | 决定私募期 3:1 配置到何时为止           |
| OP-T02 | 领导奖金 V1 – V12 各级执行值  | 对外以区间公布；执行值按市场阶段设定、按参数版本记录  |
| OP-T03 | 单次产出区间的阶段性调整         | 0.3% – 1.0% 为现行区间，调整按参数版本生效 |

## 法律与安全 <a href="#legal-and-security" id="legal-and-security"></a>

| 编号     | 字段                  | 为什么重要           |
| ------ | ------------------- | --------------- |
| OP-L01 | 合格辖区与参与者类别          | 法律可用性           |
| OP-L02 | 责任法律实体与服务商条款        | 问责与披露           |
| OP-S01 | 合约地址、审计与控制设计        | 技术可验证性          |
| OP-G01 | XO 治理框架：范围、资格、门槛与执行 | 把治理从功能定位落成明确的规则 |

## 产品 <a href="#products" id="products"></a>

| 编号     | 字段                   | 为什么重要        |
| ------ | -------------------- | ------------ |
| OP-P01 | PayFi 动作、费用、结算资产与执行方 | 让路径可度量、可问责   |
| OP-P02 | 钱包托管、恢复、网络与权限标准      | 谁控制资产、访问怎么恢复 |
| OP-P03 | 预测市场协议、结算与资格         | 分清第三方责任与法律准入 |
| OP-P04 | 商城供应商、支付、退款与争议条款     | 现实履约的责任归属    |
| OP-P05 | 稳定币卡发卡机构、辖区、资产与费用    | 确立责任受监管产品    |
| OP-P06 | 社交协议、治理、隐私与推广规则      | 去中心化社交的运营模型  |

## 数据、AI 与运营 <a href="#data-ai-and-operations" id="data-ai-and-operations"></a>

| 编号     | 字段                          | 为什么重要             |
| ------ | --------------------------- | ----------------- |
| OP-D01 | 价格与行情数据提供方、交叉校验容差带、报价有效期    | 决定一条路径按什么价格成路     |
| OP-D02 | 接受的 KYC / AML 凭证提供方         | 决定身份引用由谁签发        |
| OP-A01 | AI 模型、策略引擎、授权格式与限额          | 让 Agent 行为可测试、可撤销 |
| OP-O01 | 钱包、商城、去中心化社交与 U 卡的上线顺序与服务水平 | 区分能力门槛与日历承诺       |

## 关闭规则 <a href="#the-closure-rule" id="the-closure-rule"></a>

一个待定字段由后续的书面决定关闭，决定写明：批准方、依据、生效范围、版本、影响的产品。然后**同时**更新事实登记表、中英两棵文档树、用户披露与校验测试。

三条不能用来关闭字段的做法：

* **叙事定位关不掉一个经济字段。**
* **一张产品原型图关不掉一个托管或法律字段。**
* **第三方公告关不掉一个 NEXON 的运营字段**，除非这层责任关系有文件支撑。

冲突的旧材料留作历史档案，不能用来填空。

*上一节：*[*法律声明*](/nexon-docs/zh/fu-lu/legal-disclaimer.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/fu-lu/open-parameters.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.
