# Recalibration Equation

The formula to calculate the resulting boost value, $$P$$, is given by the equation:

$$
P = \frac{C \cdot \left(\frac{{\text{value}(T)}}{{\text{value(base)}}}\right)}{W}
$$

**Where:**

* $$P$$ – the resulting boost value (The value we aim to determine).
* $$C$$ – a constant factor (2,500, setting the minimum baseline).
* $$T$$ – the value associated with the current tier (Representative value of each tier).
* $$( \text{value(base)} )$$ – the reference tier value (Baseline value established at a predefined level).
* $$W$$ – the applied weight (Mechanism to balance the equation).

This new structure is designed to maintain balance while providing ample opportunities for both NFT and SUPER token holders alike.

Below, you can find a comprehensive how-to guide for staking and unstaking NFTs:

{% content-ref url="/pages/hhlbXlfD0RaDLetCS9C6" %}
[How to Stake & Unstake NFTs](/dao-staking/nft-boosts/how-to-stake-and-unstake-nfts.md)
{% endcontent-ref %}


---

# 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.superverse.co/dao-staking/nft-boosts/recalibration-equation.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.
