> 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/part-v-economics/05-tokenomics.md).

# Token Economics

The approved NEXON economy — dual-asset narrative roles mapped, without alteration, onto the 72/28 order, release, reward and redemption mechanism.

> NEXON is the ecosystem. XO carries value. EXON drives circulation.

This Part implements the economic model the project approved on 6 September 2026, and maps the narrative positions — XO as **Value Anchor**, EXON as **Circulation Engine** — onto that model **without changing a single piece of its arithmetic**.

## Read each asset on three levels

| Level                   | XO                                                                            | EXON                                                                                     |
| ----------------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| **Narrative**           | Value Anchor: participation, staking, rights and long-term value accumulation | Circulation Engine: connecting digital finance, exchange, payments, fees and consumption |
| **Current mechanism**   | USDT-priced Staking Principal Token, used inside the Staking Platform         | Core Value Token; the public spot / release / buy / check / burn asset                   |
| **Long-term direction** | Broader ecosystem rights and governance, pending published rules              | Payment, exchange, fee and consumption utility, pending published product terms          |

The narrative says what each asset is **meant** to contribute. The mechanism says what it **does now**. Say both, in that order.

## One account, two operating layers

**NEX Main Exchange / CEX** is the spot layer for EXON trading, IEO activity and release display. The separate **Staking Platform** handles single-token staking, term weighting, dynamic rewards and redemption. They may share an account system and a capital backend; staking parameters do not become exchange spot rules, and the exchange does not distribute the staking rewards described here.

Every qualifying principal `P` follows the same 72/28 path:

```
B = 0.28 × P   → buy EXON at the prevailing price → Treasury Liquidity
S = 0.72 × P   → XO staking principal and reward / PV base
B + S = P
F = 0.28 × P   → matching EXON balance check; stays with the user
```

{% hint style="info" %}
`B` and `F` have **the same USDT value and completely different ownership and function**. `B` is EXON bought into Treasury Liquidity. `F` is a balance checked in the user's own account — not transferred, charged or burned when the order opens. Conflating the two is the single most common misreading of this mechanism.
{% endhint %}

## The economic lifecycle

Early-round EXON enters the common **1,095-day linear release** from TGE, across 2,190 twelve-hour epochs. XO staking rewards use a **200% Base APY** parameter, a term weight from **1.00 to 1.50**, and two epochs per day. Early exit from the 30-day term deducts 10%–15% from the 72% staking base.

Reward redemption offers T+0, 30D and 60D lanes, releasing 70%, 85% and 100% and permanently burning an equivalent 30%, 15% or 0% of EXON. Dynamic rewards use an adjacent-level Differential Matching Bonus with a Reward Payout Ratio band of 150%–200%.

The Base APY and the payout band are adjustable protocol parameters and may change by issuance round and market conditions. Every figure derived from them is conditional on the parameter version and the price assumption in force at the time.

## What has not been published

The numerical EXON total supply, complete allocation, initial circulating amount, later-round quotas and discounts, final dates and the complete dynamic-reward level table are not given in the approved source. Those fields stay [Open](/nexon-docs/appendix/open-parameters.md), and no other document fills them in.

## In this Part

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Two Assets, Two Jobs</strong></td><td>Why value accumulation and active circulation cannot be the same job.</td><td><a href="/nexon-docs/part-v-economics/05-tokenomics/two-assets-two-jobs.md">Two Assets</a></td></tr><tr><td><strong>Distribution &#x26; Release</strong></td><td>Early tiers, the TGE guide price, and the 1,095-day linear release.</td><td><a href="/nexon-docs/part-v-economics/05-tokenomics/distribution.md">Distribution</a></td></tr><tr><td><strong>Staking &#x26; Returns</strong></td><td>The 200% Base APY, term weights, the renewal ladder and early exit.</td><td><a href="/nexon-docs/part-v-economics/05-tokenomics/staking-and-returns.md">Staking &amp; Returns</a></td></tr><tr><td><strong>Worked Examples</strong></td><td>Three examples, each number shown next to the assumption it rests on.</td><td><a href="/nexon-docs/part-v-economics/05-tokenomics/worked-examples.md">Worked Examples</a></td></tr><tr><td><strong>Value Flows</strong></td><td>Six flows, booked separately, never collapsed into one story.</td><td><a href="/nexon-docs/part-v-economics/05-tokenomics/value-flows.md">Value Flows</a></td></tr><tr><td><strong>XO and EXON</strong></td><td>Each asset's name, role and current mechanism.</td><td><a href="/nexon-docs/part-v-economics/05-tokenomics/xo.md">XO</a></td></tr></tbody></table>

*Next:* [*Two Assets, Two Jobs*](/nexon-docs/part-v-economics/05-tokenomics/two-assets-two-jobs.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/part-v-economics/05-tokenomics.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.
