# Nitro Point → xNIT

Nitro Points earned from protocol interactions are converted into xNIT tokens through a structured mechanism involving oracle valuations, and the boost factor.

### **Nitro Points and Conversion**

Nitro Points are awarded based on pairwise interactions within the protocol, such as providing liquidity or engaging in debt interactions. Each Nitro Point is tagged to the trading pair and denominated in the quote asset of that pair.

**For example:**

* **USDC/NAD** pair: Points earned $$(NP\_{\text{usdc/nad}})$$are denominated in USDC.
* **SOL/NAD** pair: Points earned $$(NP\_{\text{sol/nad}})$$are denominated in SOL.

### **Conversion to xNIT**

Nitro Points are converted into **xNIT** for processing in the reward contract.

* **Oracle Valuation**:\
  The protocol uses an oracle to value the Nitro Points $$(NP\_{\text{Pair}})$$ in terms of the quote asset.
  * $$xNIT= NP\_{\text{Pair}} \times \text{Oracle Price of Quote Asset}$$<br>
* **Boost Factor**:\
  To incentivize specific pairs, the protocol may apply a boost factor that multiplies the value of Nitro Points earned for those pairs:
  * $$xNIT = NP\_{\text{Pair}} \times \text{Oracle Price} \times \text{Boost factor}$$

{% hint style="success" %}
This **xNIT** value is then used in the subsequent conversion to NIT tokens, ensuring seamless integration of rewards across multiple trading pairs.
{% endhint %}

<figure><img src="/files/aTkbT3LZKvtabBUJXk1F" alt=""><figcaption></figcaption></figure>


---

# 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/nitro-point-xnit.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.
