# Recalibration Equation

결과 부스트 값 P를 계산하는 공식은 다음과 같습니다:

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

여기서:

* P – 결과 부스트 값 (우리가 구하려는 값)
* C – 상수(Constant Factor) (2,500, 최소 기준선 설정)
* T – 현재 티어와 관련된 값 (각 티어의 대표 값)
* (value(base)) – 기준 티어 값 (사전에 설정된 기준선 값)
* W – 가중치(Weight) (방정식을 균형 있게 유지하는 메커니즘)

이 새로운 구조는 균형을 유지하면서도 NFT 보유자와 SUPER 토큰 보유자 모두에게 충분한 기회를 제공하도록 설계되었습니다.

아래에서 NFT 스테이킹 및 언스테이킹에 대한 종합 가이드(How-to Guide)를 확인할 수 있습니다:

{% content-ref url="/pages/hhlbXlfD0RaDLetCS9C6" %}
[NFT 스테이킹 & 언스테이킹 방법(How to Stake & Unstake NFTs)](/superverse-docs-korean/dao-dao-staking/nft-nft-boosts/nft-and-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/superverse-docs-korean/dao-dao-staking/nft-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.
