> 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/distribution.md).

# Distribution & Release

Three sale tiers, the 3:1 pairing, subscription at 0.1 USDT and listing at 1.0 USDT, and the 1,095-day / 2,190-payout linear release.

## From private sale to listing <a href="#from-private-sale-to-listing" id="from-private-sale-to-listing"></a>

| Stage            | Price                                        | What happens                                                                                                      |
| ---------------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| **Private sale** | Fixed `0.1 USDT`, limited by tier            | The only route to EXON; each subscription is paired with an XO stake at 3:1, and both income lines start together |
| **Listing**      | `1.0 USDT`, ten times the subscription price | NEX spot opens with sell orders only, no buy orders; the first day's release lands on listing day                 |
| **Release**      | —                                            | Daily for 1,095 days from listing day, one payout every 12 hours, 2,190 in total                                  |

## The three tiers <a href="#the-three-tiers" id="the-three-tiers"></a>

<figure><img src="https://609249596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDuNfUDKKCaOvp6aLuQX1%2Fuploads%2Fgit-blob-f090b0546994acd360b67b95c7607bcdf21861c5%2Fonepage-06-sale-tiers.svg?alt=media" alt="Three sale tiers: 1,000 USDT buys 10,000 EXON with a 333 USDT stake, 10,000 allocations; 5,000 USDT buys 50,000 EXON with a 1,666 USDT stake, 1,000 allocations; 10,000 USDT buys 100,000 EXON with a 3,333 USDT stake, 500 allocations"><figcaption><p>11,500 allocations across three tiers, 20 million USDT in total, 200 million EXON</p></figcaption></figure>

|        Tier | XO stake alongside |    Total in |   EXON received | Released per day | Allocations |
| ----------: | -----------------: | ----------: | --------------: | ---------------: | ----------: |
|  1,000 USDT |           333 USDT |  1,333 USDT |          10,000 |             9.13 |      10,000 |
|  5,000 USDT |         1,666 USDT |  6,666 USDT |          50,000 |            45.66 |       1,000 |
| 10,000 USDT |         3,333 USDT | 13,333 USDT |         100,000 |            91.32 |         500 |
|   **Total** |                    |             | **200 million** |                  |  **11,500** |

The paired stake is rounded down to the integer; after listing the pairing switches to 1:1. EXON supply is 1 billion; the private sale offers only 200 million, 20% of supply, closed once sold out.

## Linear release <a href="#linear-release" id="linear-release"></a>

An allocation `A` is released over **1,095 days**, twice a day, **2,190 payouts** in total:

```
D = A ÷ 1,095                  released per day
R_epoch = D ÷ 2 = A ÷ 2,190    released per payout
```

<figure><img src="https://609249596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDuNfUDKKCaOvp6aLuQX1%2Fuploads%2Fgit-blob-b8cc503d6997f48193f8c89c01a7e57ff5eb5406%2Fonepage-07-linear-release.svg?alt=media" alt="Subscribe 30,000 USDT → 300,000 EXON, released daily over 1,095 days: 100,000 by day 365, 200,000 by day 730, 300,000 by day 1,095"><figcaption><p>The release is a straight line: one third after a year, two thirds after two, complete on day 1,095</p></figcaption></figure>

Released EXON lands in the spot account, to hold or to sell on NEX.

{% hint style="success" %}
**The release curve is a line, not a staircase.** No cliff unlocks, no accelerated segments. The whole 200 million of the private sale releases at a fixed 182.6k EXON a day — a supply schedule that is fully predictable.
{% endhint %}

*Previous:* [*EXON — Circulation Engine*](/nexon-docs/part-v-economics/05-tokenomics/exon.md) *· Next:* [*Staking & Returns*](/nexon-docs/part-v-economics/05-tokenomics/staking-and-returns.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/distribution.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.
