# Mining

## What is mining?

**Mining is an important part of the internal cycle of the Recovery economy.** When crowdfunding fails, mining will be started.

Assumption: If the user loses $10,000 in the crowdfunding protocol, he will get 10,000 hashrate, the initial hashrate daily decay index is 1%, and he will get 1% of the equivalent token income (assuming the REC price is 1USDT)

> On the first day, you will get 100 tokens, worth 10000\*1%=100USDT
>
> On the second day, you will get tokens worth (10000-100)\*1%=99USDT
>
> On the third day, you will get tokens worth (9900-99)\*1%=98.01USDT

Until all hashrate is deducted.

## Halving mechanism

For the sake of sustainability and long-term planning, the hashrate mining will implement a halving mechanism. When the number of tokens in the mining pool is 50% of the last decay, the daily mining rate will be reduced by 50%.

Example

> Assuming that there are 3 million tokens remaining in the mining pool, the mining output rate will attenuate to 0.5% per day&#x20;
>
> Assuming that there are 1.5 million tokens remaining in the mining pool, the mining output rate will attenuate to 0.25% per day&#x20;
>
> Assuming that there are 750,000 tokens remaining in the mining pool, the mining output rate will attenuate to 0.125% per day&#x20;
>
> Assuming that there are 375,000 tokens remaining in the mining pool, the mining output rate will attenuate to 0.0625% per day&#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://docs.recoverydao.org/products/mining.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.
