# Introducing NFT Turbo Staking Pool

The NFT Turbo Staking Pool is designed for staking through **complete NFT sets** (comprising α, β, and γ types), offering stable daily returns. Users can choose different staking periods to enjoy varying reward rates, with earnings increasing as the staking duration extends. The design incorporates a tiered reward model, where longer staking periods yield higher annualized returns.

### **Key Features:**

1. **Complete Set Staking:** A combination of α, β, and γ NFTs is required to participate in the Turbo Staking Pool.
2. **Stable Returns:** Gold-standard earnings are unaffected by fluctuations in the RFG token price, ensuring predictable returns.
3. **Flexible Cycles:** Users can freely select their staking periods, with profits settled at the end of the chosen cycle.
4. **Linear Yield Design:** Daily returns increase proportionally with the staking duration, ranging from **0.3% to 1.5%** per day, with annualized returns reaching up to **540%**.
5. **Separate Settlement for Multiple Contributions:** If users mine multiple times with different NFT sets, the system calculates rewards independently for each set.

#### Entry Method

Users must own at least one **complete set of NFTs** (including α, β, and γ types). After selecting a staking period, users can join the NFT Turbo Pool to begin staking.

#### Earnings Calculation

* **7-day cycle:** Daily return rate of **0.3%**.
* **30-day cycle:** Daily return rate of **0.3782%**.
* **90-day cycle:** Daily return rate of **0.5822%**.
* **180-day cycle:** Daily return rate of **0.8882%**.
* **360-day cycle:** Daily return rate of **1.5%**.

#### Exit Method

The NFT Turbo Staking Pool does not allow users to withdraw during the staking period. Earnings can only be settled once the selected cycle is completed.

#### Staking Earnings Calculation

For users who stake multiple times, the NFT Turbo Staking Pool calculates earnings separately for each NFT set group.

#### NFT Pricing Method:

The price of a complete NFT set is fixed at **$930 per set**.

#### RFG Pricing Method:

The RFG price is determined based on the daily market price recorded at **00:00 (UTC+8)** from the launch of the Turbo Staking Pool. The **average price** of past daily recorded prices will serve as the RFG price.

### Core Formula Design

1. Symbol Definitions:

* **P1**: Total staked NFT value (in USD).
* **R\_min**: Minimum daily return rate (**0.3%**).
* **R\_max**: Maximum daily return rate (**1.5%**).
* **T**: User-defined staking period (days, **7 ≤ T ≤ 360**).
* **S**: Time-power bonus (daily ROI increment, in %).
* **R\_day**: User's daily return rate.
* **Blocks/day**: Number of blocks generated daily.
* **R\_block**: Base reward per block (in tokens).
* **R\_block,t**: Actual reward per block, including time-power bonus.
* **P2**: Token price in USD (RFG price).
* **Y\_day**: Daily earnings (in USD).
* **N\_day**: Daily token output.
* **Y\_block**: Earnings per block (in USD).
* **N\_block**: Token output per block.

2. Daily Return Rate Formula:

The daily return rate **R\_day** increases linearly with the staking period, capped at the minimum and maximum values: R\_day = min ( R\_min + (T - 7) × S, R\_max ) **Time-Power Bonus Coefficient (S):** S = (R\_max - R\_min) / (360 - 7)

3. Daily Earnings Calculation:

**Total daily earnings (USD):** Y\_day = P1 × R\_day**Daily token output:** N\_day = Y\_day / P2

4. Block Reward Formula:

**Daily block count:**&#x20;

Blocks/day = 43200

**Base reward per block (in tokens):**&#x20;

R\_block = (P1 × R\_min) / (P2 × Blocks/day)

**Time-adjusted reward per block:** R\_block,t = R\_block × (1 + (T - 7) × S / R\_min)

**Token output per block:** N\_block = R\_block,t

**Earnings per block (USD):** Y\_block = R\_block,t × P2

#### Complete Formula Summary

1. **Daily Return Rate:** R\_day = min ( 0.3% + (T - 7) × 0.0034%, 1.5%)
2. **Total Daily Earnings (USD):** Y\_day = P1 × R\_day
3. **Daily Token Output:** N\_day = Y\_day / P2
4. **Block Reward (Tokens):** N\_block = (P1 × R\_day) / (P2 × Blocks/day)
5. **Block Earnings (USD):** Y\_block = N\_block × P2

### Example Calculation

**Input Parameters:**

* **P1** = 1000 USD (NFT value).
* **P2** = 0.0002 USD (token price).
* **T** = 7, 30, 90, 180, 360 days (user-defined staking period).
* **R\_min** = 0.3%, **R\_max** = 1.5%.
* **Blocks/day** = 43200.

**Results:**

<figure><img src="https://3033716231-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBQbQCQxC0IT5VslZzay9%2Fuploads%2FlFO4WJThw6WBRs2kZnbM%2F4.png?alt=media&#x26;token=1da57055-7858-4351-a1d8-8ffa9860f13c" alt=""><figcaption></figcaption></figure>

#### Example:

Suppose a user makes two separate investments:

1. **First NFT set staking**: 30 days.
2. **Second NFT set staking**: 7 days.

#### Staking Cycles and Daily Return Rates:

* **30-day cycle**: Daily return rate of **0.3782%**.
* **7-day cycle**: Daily return rate of **0.3%**.

### Calculation Steps:

#### 1.First NFT Set (930 USDC, 30-day staking period):

Staking Period: 30 daysDaily&#x20;

Return Rate: 0.3782%

Daily Earnings:

930 USDC × 0.003782 =3.518 USDC/day

Total Earnings Over 30 Days:

3.518USDC/day × 30 = 105.54 USDC

#### 2. Second NFT Set (930 USDC, 7-day staking period):

Staking Period: 7 daysDaily&#x20;

Return Rate: 0.3%

Daily Earnings:

930 USDC × 0.003 = 2.79 USDC/day

Total Earnings Over 7 Days:

2.79 USDC/day × 7 =19.53 USDC

#### 3. Total Earnings Calculation:

Earnings from First NFT Set: 105.54 USDC

Earnings from Second NFT Set: 19.53 USDC

Combined Total Earnings:

105.54 +19.53 =125.07 USDC&#x20;

The total earnings will be converted into RFG tokens.


---

# 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://match-docs.gitbook.io/en/faq/nfttubro.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.
