# 最佳采矿策略！

**当前有5个主要的矿池：**&#x20;

1. **A池**（创建多链产品激励机制）&#x20;
2. **B池**（稳定币铸造奖励）&#x20;
3. **C池**（创建合成资产激励机制）&#x20;
4. **D池**（信贷激励）&#x20;
5. **E池**（流动性激励）&#x20;

**设计思路：**&#x20;

该算法将捕获任何对RIOT PLUS做出微妙且可量化的增量贡献的用户，甚至百万分之一。在相应的池中质押相应的代币后，RIOT PLUS会立即按照智能合约设定，发行RIOT令牌并分发RIOT令牌，以实时激励相关用户帐户。

奖励比率将由算法自动计算。 更重要的是，随着RIOT PLUS不断发展并履行其对金融世界的使命，这是一种目前不容易被重视的价值。 当您在2022年之前通过RIOT 交易或者stake获得1个RIOT时，就像您在2011年之前通过BTC开采获得1个BTC一样。唯一的区别是：RIOT的使命更大，RIOT的应用范围更广，RIOT的可用性更强，成本更低。&#x20;

**挖矿算法：**

```
挖矿激励 =  
累计收益率*初始质押代币数
累计收益率(dayn)=
day1+day2+...dayn
收益率 (dayn)=
基础收益率+持有奖金*(n-1)
```

## 多重奖励池&#x20;

**参数假设：**

1. &#x20;PoolE 中，初始质押100 RIOT-TRX-LP[（Justswap上的RIOT-TRX-LP令牌是什么？）](https://riotplus.gitbook.io/riotplus/he-xin-gong-neng/riot-tong-zheng-he-riottrxlp-tong-zheng)&#x20;
2. 基础利率：5％&#x20;
3. 持有奖金：每24小时+ 1％，无提现&#x20;
4. 天数：10天不提款&#x20;

**应用挖矿算法：**

```
累计收益率 = 
3%+(3%+(3%+1%))+...+(3%+(3%+1%*(10-1)))=95%
挖矿激励 =
100*95%=95
```

这意味着您将找到最多有利可图的资金池！&#x20;

* 每天5％基础收益率
* 1％持有奖金
* 从Justswap分享交易费用（池E在Justswap上需要RIOT-TRX-LP令牌）
* RIOT价格溢价

如果有被邀请人，您将从被邀请人那里获得5％的RIOT！ 有关推荐奖励的更多信息，请检查[以下内容](https://riotplus.gitbook.io/riotplus/he-xin-gong-neng/yao-yue-ji-zhi)。


---

# 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://riotplus.gitbook.io/riotplus/he-xin-gong-neng/zui-jia-cai-kuang-ce-lve.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.
