> For the complete documentation index, see [llms.txt](https://gorilla-1.gitbook.io/gorilla-finance-whitepaper-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gorilla-1.gitbook.io/gorilla-finance-whitepaper-v2/product-guides/mining-function.md).

# Mining Function

## **Strategy Example**

#### **The example of DOGE/USDT.**

When starting the miner, DOGE is 0.25 USDT/piece, so the benchmark standard is 400, corresponding to point A in the figure.

When 100 USDT is worth 400\*(1+10%)=440 Dogecoins, the switch strategy will be implemented. If you can't reach the turnover rate, you won't change hands. In other words, when the price of Dogecoin drops to 0.227 USDT, the switch is performed and point B has reached.

Then take the 440 Dogecoins worth 100 USDT as the benchmark. If the 440 Dogecoins are worth 100\* (1+10%) =110U, that is point C, execute the following change of hand. And so on, until the user stops the mining operation.

If the asset's value reaches 100\*(1-20%)= 80USDT, the stop-loss is triggered and the mining has been suspended.

## **Mining Revenue**

The A1 trading strategy has a mining element, which means that users start to reap profits as long as they deposit the principal. Trading miners listed in BSC are WBNB/USDT, ETH/USDT, and BTCB/ETH(examples). Each group of mining machines is expected to release (A CERTAIN NUMBER OF $Gorilla)(Depending on the launch price) as a reward in the first year.


---

# 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:

```
GET https://gorilla-1.gitbook.io/gorilla-finance-whitepaper-v2/product-guides/mining-function.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.
