# Tokenomics

### Two Tokens: xCFX and NUT &#x20;

Nucleon has a two token model, which includes xCFX, and NUT.  &#x20;

xCFX is the interest-bearing ERC20 token that represents CFX staked into Nucleon’s PoS pool and it’s interest accrued in CFX over time. There is one type of xCFX, with an uncapped supply determined algorithmically, and will be tradeable. &#x20;

NUT is Nucleon’s governance token, which can be staked to vote and boost staking interest rewards. NUT token allocations are defined by the project team, and will be tradeable on secondary markets. &#x20;

### xCFX Token Model&#x20;

A user mints xCFX by staking CFX into Nucleon’s PoS Pool. xCFX is pegged 1:1 with CFX at network launch, but moving forward, each xCFX will include the basic value of staked CFX plus the interest accrued through [Conflux’s PoS mechanism](https://developer.confluxnetwork.org/v2-hardfork/pos_overview).&#x20;

Each xCFX is a claim on the staked CFX plus accrued PoS rewards, where the value of xCFX is determined as follows. After network launch, Nucleon will be accumulating PoS rewards. Suppose user A inputs a CFX (1), and the platform automatically gives user b xCFX according to the ratio of xCFX:CFX, which is c0 (c0 > 1). After the deposit and the time period t, the platform will gain n times of interest reward. Suppose that the interest reward of a single xCFX unit each time is mi (m1, m2, m3 … … mn).. We can assume that the PoS pool continuously gains rewards according to Conflux Network’s PoS mechanism, therefore, mi > 0. As Nucleon accumulates the interest rewards mi, the system will automatically calculate the latest value of each xCFX. From the time when user A deposits a CFX (1) at time t, the value of each xCFX ct is calculated as such: ct = c0 + sum (mi) \[For mi > 0 & ct > c0]. &#x20;

$$
c\_t = c\_o + \sum\_i m\_i
$$

When users withdraw xCFX to CFX, the xCFX to CFX withdraw value is determined the moment the withdrawal operation is confirmed as determined by Conflux POS mechanism - currently: 14 days.&#x20;

### $NUT Token

NUT is Nucleon’s governance token. NUT will be used to vote on proposals deciding the use of protocol treasury funds, and boost staking returns. &#x20;

#### Tokenomics&#x20;

**Ticker**: $NUT&#x20;

**Chain**: Conflux eSpace (ERC-20)&#x20;

$NUT has a total supply of 300,000 that will be released over a 4-year period with the following allocations: &#x20;

* Team: 10% distributed over 4 years&#x20;
* Marketing: 10% distributed over 4 years &#x20;
* Treasury: 20% going towards the DAO’s treasury with 1% of the treasury going towards the IDO on Swappi. &#x20;
* LP: 60% distributed over 4 years. &#x20;


---

# Agent Instructions: 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:

```
GET https://docs.nucleon.network/about-nucleon/tokenomics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
