# 交易挖矿奖励是如何计算的？

![](/files/mRZCynZ2gNBs583VuWAz)

R(T)=当前周期获得的挖矿奖励&#x20;

R(t)=周期分配的奖励金额

FeeBuff 是一个动态值，当平台上交易量变动时这个值会进行线性调整。&#x20;

DynamicBuff 是一个动态值，根据平台用户交易状况进行调整

交易挖矿奖励如下：&#x20;

**假设当前&#x20;*****PEX 价格为 1 PEX = 1 USDT。周期分配的奖励金额 = 100 万美元价值。DynamicBuff = 1***

预计交易挖矿奖励为： DynamicBuff\*(1 / FeeBuff) \* 1,000,000 PEX = 每次交易后的最终奖励。&#x20;

Pear 会参考市场的交易活跃度灵活调整奖励额度. 当交易变得不够活跃时, Pear 会加大奖励额度, 促进成交。&#x20;

***如果Feebuff达到待分配奖励金额的 1%，则FeeBuff=100***

交易挖矿奖励将为：

1\*(1 / 100) \* 1,000,000 $PEX = 10000 PEX。&#x20;

**交易挖矿奖励适用于在平台上交易的下单者和挂单者。**


---

# 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://peardao.gitbook.io/docs/zh-cn/zhuan-qu/jiao-yi-kuang-chi-jiang-li/jiao-yi-wa-kuang-jiang-li-shi-ru-he-ji-suan-de.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.
