> For the complete documentation index, see [llms.txt](https://docs.definer.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definer.org/faqs/mining-rewards-mechanism.md).

# Mining Rewards Mechanism

Upon finishing the deployment and initialization, HODLer market creators can configure the reward token in the configuration pop-up window.

In this section, the HODLer market creator can input the total amount of rewards that they wish to distribute across different tokens in this HODLer market. After deciding the total reward that you want to distribute to this HOLDer Market, you can choose what percentage you want to allocate to each token.

![](https://lh3.googleusercontent.com/kMo6FLPn_0KjH7sogJhRdkjxb5nxsuYGjOBHSyxBIO0jZvKEuMC-7JsheaTB4l2LwIA2gq6K8dPcAXfeJI-sQfgp5NBbmJClf57KEoIacpk8E8If6xO6NEn8oEbcth_WxeaNLUj4tUOr-r6Y5A)

### How long will the reward be distributed?

if the pool has a maturity date, the reward will be distributed from the block of the first deposit transaction of the pool to the block of the pool matured. If the pool didn't have a maturity date, it will ask the creator to input a period of time in days to specify how long the reward will be distributed.

### What can I use for reward tokens?&#x20;

The reward token does not necessarily have to be the base token (collateral token). Creators have the option to choose any token as their reward token. In most cases, users will choose their base token (collateral token) as their reward token.

### Definition

**Mining Rewards:** The Mining Reward allows HODLer Market creators to choose a reward token and input the total amount of rewards for allocation.


---

# 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://docs.definer.org/faqs/mining-rewards-mechanism.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.
