# How are the Trade Mining Rewards being calculated?

![](/files/WutzCzfkCYx6Jn1wrfxh)

R(T) = Mining reward obtained periodically R(t) = Allocated reward amount distributed periodically&#x20;

FeeBuff = Dynamic value that adjusts linearly when the trading volume on the platform changes.&#x20;

DynamicBuff = Dynamic value that is adjusted according to the trading conditions of the platform user&#x20;

Trade Mining Rewards are as follows:&#x20;

If&#x20;

***PEX price is 1 PEX = 1 USDT.***&#x20;

***Reward Amount for Periodic Allocation = $1 Million In USD Value.***

***DynamicBuff = 1***&#x20;

The estimated transaction mining reward is: DynamicBuff \* (1 / FeeBuff) \* 1,000,000 PEX = the final reward after each transaction.&#x20;

The algorithm will adjust the reward amount with reference to the trading volume of the market. When the total trading volume becomes lower, the reward amount will be increased.&#x20;

***If Feebuff reaches 1% of the reward amount to be distributed, then FeeBuff = 100***&#x20;

Trade Mining Rewards will be:&#x20;

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

*Trade Mining Rewards are applicable for both takers and makers that are trading on the platform.*


---

# 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/earn/trade-mining-reward/how-are-the-trade-mining-rewards-being-calculated.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.
