# NFT Boosts Recalibration Methodology

In the pursuit of an optimally balanced structure, various mathematical models were examined, including:

* <mark style="color:yellow;">**Linear Equations**</mark> - These equations offered a uniform increase between each tier. Although simple to calculate, they failed to adequately reflect the power value disparity between different tiers.
* <mark style="color:yellow;">**Exponential Equations with Weighted Variants**</mark> - This approach better represented the increasing value across tiers compared to the linear model. However, it quickly resulted in imbalances which were unsustainable, especially concerning the higher tiers.

\
This analysis culminated in the adoption of a *<mark style="color:yellow;">**Piecewise Function**</mark>*, which accommodates for a flexible assignment of values to each tier. This strategy considers the varied values associated with each tier, maintains a base value, confines the top tier within an acceptable range and thus fosters a balanced ecosystem.


---

# 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/nft-boosts-recalibration-methodology.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.
