# xNIT → $NIT

**xNIT** are governed by two key formulas: the pricing formula (P) and the exchange rate formula (ER).

### Pricing Formula

The pricing formula determines the relative value of **xNIT** to **NIT** in the reward contract.

$$P =  \begin{cases}  \dfrac{xnt}{nt} & \text{if } nt > xnt \ 1 & \text{otherwise} \end{cases}$$

<figure><img src="/files/sWgkEMeoYZpqpLmWv170" alt="" width="511"><figcaption></figcaption></figure>

**where:**

* $$xnt$$ = Total amount of **xNIT** in circulation.
* $$nt$$ = NIT in the reward contract.
* 1 = ceiling price

### Exchange Rate Formula

The exchange rate formula calculates how many Nitro Tokens can be claimed for burning a given amount of xNIT $$(∆xnt)$$

$$ER = \min\left(\dfrac{xnt-∆xnt }{nt }, 1\right)$$

<figure><img src="/files/LKa09UG1TgNMfPgj75gh" alt="" width="511"><figcaption></figcaption></figure>

**where:**

* $$Δxnt$$ = **xNIT** to be burned.
* $$xnt$$ = Total amount of **xNIT** in circulation.
* $$nt$$ = Total **NIT** in the reward contract
* 1 = ceiling price

### Examples

**Given Values:**

* Nitro Tokens in the reward contract (nt): 4,000,000
* xNIT in circulation (xnt): 2,000,000
* xNIT to be burnt (∆xnt): 500,000

**Pricing Calculation:**

* $$P = \left(\frac{2,000,000}{4,000,000}\right)$$  = 0.5

**Exchange Rate Calculation:**

* $$ER = \min\left(\frac{2,000,000-500,000}{4,000,000},1\right)$$ = 0.375

**Amount to Claim:**

The number of Nitro Tokens $$(∆nt)$$ claimable for burning $$(∆xnt)$$ xNIT is given by:

&#x20;$$Δnt=ER×Δxnt$$

* $$∆nt$$ = $$0.375\times500,000$$ = 187,500

The user claims **187,500 NIT** for burning **500,000 xNIT**


---

# 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://nitro-finance.gitbook.io/ftl/nitronomics/xnit-usdnit.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.
