> For the complete documentation index, see [llms.txt](https://peardao.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://peardao.gitbook.io/docs/earn/trade-mining-reward/how-are-the-trade-mining-rewards-being-calculated.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://peardao.gitbook.io/docs/earn/trade-mining-reward/how-are-the-trade-mining-rewards-being-calculated.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
