> 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/05-tokenomics/value-flows.md).

# 价值流转

入金拆分、燃料钱包、时间与结算、线性释放、提取销毁、推广与领导奖金——六条流各自记账，最后汇成同一个飞轮。

NEXON 的经济里有好几条流。**把它们分开记账，是读懂这套机制的前提；把它们放到一起看，就是 EXON 的上涨引擎。**

<figure><img src="https://26745586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSPRnzOZ0pIlTA0ndFgvc%2Fuploads%2Fgit-blob-b71ff436994663a26a0521b9a7c3eca9433210b2%2Fonepage-03-pipeline.svg?alt=media" alt="一笔入金的六步：入金 → 燃料钱包 28% 买入 EXON → 其余兑换 XO 质押 → 每 12 小时结算 → 提取收益销毁 10% – 30% EXON → 满 100 U 再开单"><figcaption><p>一笔入金的动线：从质押到销毁，再到下一单</p></figcaption></figure>

## 流 ①　入金拆分 <a href="#flow-1-the-deposit-split" id="flow-1-the-deposit-split"></a>

```
燃料 = 0.28 × P   → 按当时 1 U 等值买入 EXON → 燃料钱包
质押 = 其余部分   → 兑换 XO → 质押，每 12 小时结算
```

入金 10,000 U：2,800 枚 EXON 进燃料钱包，其余兑换 XO 开始计息，一天 20 – 200 U。**每一笔入金都在买入。**

## 流 ②　燃料钱包 <a href="#flow-2-the-fuel-wallet" id="flow-2-the-fuel-wallet"></a>

燃料钱包只进不出：不能转出、不能交易，只能在提取收益时销毁。它与质押中的 XO 是两笔账——前者只能烧，后者计息并发放奖励。

## 流 ③　时间与结算 <a href="#flow-3-time-and-settlement" id="flow-3-time-and-settlement"></a>

XO 质押进入选定的 30 / 90 / 180 / 360 / 540 天期限，加成依次为基础 / +10% / +20% / +30% / +50%。每 12 小时结算一次：

```
单次结算 = 质押金额 × (0.1% – 1.0%) × (1 + 加成)
```

收益以 XO 到账，随时可提取；到账满 100 U 就能再开一单——时间复利。

## 流 ④　线性释放 <a href="#flow-4-linear-release" id="flow-4-linear-release"></a>

私募的 EXON 从上线当日起 1,095 天、2,190 次逐日释放：

```
D = A ÷ 1,095
R_epoch = A ÷ 2,190
```

释放出来的 EXON 进入现货账户，可以持有，也可以在 NEX 卖出——只能卖，不能买。整个私募每天固定释放 18.26 万枚。

## 流 ⑤　提取与销毁 <a href="#flow-5-withdrawal-and-burn" id="flow-5-withdrawal-and-burn"></a>

提取收益 `W`，选择到账方式：

| 到账方式     | 销毁比例 `b` | 经济动作                       |
| -------- | -------: | -------------------------- |
| 立即到账     |      30% | 收益立即到账，燃料钱包销毁等值 30% 的 EXON |
| 30 天线性到账 |      20% | 30 天内逐日到账，销毁 20%           |
| 60 天线性到账 |      10% | 60 天内逐日到账，销毁 10%           |

```
Burn = W × b ÷ P_EXON
```

销毁是永久的。**每一次提取都在销毁。**

## 流 ⑥　推广奖励与领导奖金 <a href="#flow-6-referral-rewards-and-leadership-bonuses" id="flow-6-referral-rewards-and-leadership-bonuses"></a>

推广奖励按下级每日静态产出计算，最多 20 代、合计 76%；领导奖金 V1 – V12 按等级极差发放。两者与静态收益同一个周期、一律以 XO 发放，提取时同样销毁 EXON。

## 汇成一个飞轮 <a href="#one-flywheel" id="one-flywheel"></a>

```mermaid
flowchart LR
    P["质押入金 P"] --> B["28% 买入 EXON"]
    P --> S["其余兑换 XO 质押"]
    B --> W["燃料钱包 · 只进不出"]
    S --> R["每 12 小时结算 0.1% – 1.0%"]
    R --> C{"提取方式"}
    C --> N["收益到账 XO"]
    C --> X["燃料钱包销毁 EXON 10% – 30%"]
    N -. "满 100 U 再开单" .-> P
    V["私募 EXON 逐日释放"] --> M["NEX 现货 · 只卖不买"]
    classDef anchor fill:#047854,stroke:#047854,stroke-width:1.5px,color:#F5F3F0
    classDef engine fill:#8B5CF6,stroke:#8B5CF6,stroke-width:1.5px,color:#F5F3F0
    classDef solid  fill:#F5F3F0,stroke:#141414,stroke-width:1.2px,color:#141414
    class P,V,M solid
    class S,R,N anchor
    class B,W,C,X engine
```

<figure><img src="https://26745586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSPRnzOZ0pIlTA0ndFgvc%2Fuploads%2Fgit-blob-c32bbf59cc60d20db327fbae168768a906843fd4%2Fonepage-10-flywheel.svg?alt=media" alt="销毁增值飞轮：质押入金买入 EXON → 燃料钱包只进不出 → 提取收益销毁 → 供给只减不增，中间是只能卖不能买"><figcaption><p>买入不停，销毁不停，释放表固定，流通盘只会越来越小</p></figcaption></figure>

质押越多，买入越多；提取越多，烧得越多；释放表固定。质押总额到 5,000 万 U 起，一年烧掉的就超过一年释放出来的；到 1 亿 U，一天最多烧 60 万枚，是日释放的 3.3 倍。

## 长期的产品闭环 <a href="#the-long-term-product-loop" id="the-long-term-product-loop"></a>

更大的叙事叠加了另一条**用户体验闭环**：社交发现 → 钱包决策 → PayFi 成路 → 商城 / 卡使用 → 数据与关系在用户控制下回流。EXON 在交易、支付与兑换上的用途随这五个入口逐个接入（Roadmap），每接入一个，就多一条消耗 EXON 的路。

## 对账时要能回答的六个问题 <a href="#six-questions-reconciliation-must-answer" id="six-questions-reconciliation-must-answer"></a>

任何一个时刻，一次审计都应该能答出来：

1. 这笔资产是质押中的 XO，还是燃料钱包里的 EXON？
2. 适用哪个参数版本？
3. 这笔收益是待提取，还是已到账？
4. 选的是哪种到账方式，销毁了多少 EXON？
5. 这笔 EXON 是私募释放的，还是燃料钱包买入的？
6. 现实那一段是已付款，还是已履约？

*上一节：*[*完整演算案例*](/nexon-docs/zh/di-wu-bu-fen-jing-ji-mo-xing/05-tokenomics/worked-examples.md) *· 下一节：*[*治理*](/nexon-docs/zh/di-wu-bu-fen-jing-ji-mo-xing/06-governance.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/05-tokenomics/value-flows.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.
