> For the complete documentation index, see [llms.txt](https://llamifi.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://llamifi.gitbook.io/whitepaper/miner/bonus.md).

# Bonus

<figure><img src="/files/vrW1VAmDUWeVmKCdsSSQ" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">ROI Bonuses</mark>

[🔹](https://emojipedia.org/small-blue-diamond/) From **10% to 66%** depending on sum of deposits from people that used your *referral link:*

{% hint style="info" %}
10 ETH     ➡   **5%** ROI (66% bonus)

3 ETH      ➡   **4%** ROI

1 ETH       ➡   **3.5%** ROI

0.5 ETH   ➡   **3.3%** ROI (10% bonus)
{% endhint %}

[🔸](https://emojipedia.org/small-orange-diamond/) 30% max bonus depending on future projects.

[🔸](https://emojipedia.org/small-orange-diamond/) Bonus are cumulative.

[🔸](https://emojipedia.org/small-orange-diamond/) *<mark style="background-color:red;">**50% penalty once you recovered your investment**</mark>*

#### &#x20; Examples:

{% hint style="success" %}
&#x20;**1)** People with your referral link invested 1.3 ETH on the miner, you have 8% bonus because of other project.&#x20;

&#x20;<mark style="background-color:yellow;">Your ROI = 3.5 \* 1.08 = 3.78%</mark>
{% endhint %}

{% hint style="success" %}
&#x20;**2)** People with your referral link invested 9 ETH on the miner, you have 3% bonus because of other project but you already recovered the ETH invested on the miner.

<mark style="background-color:yellow;">Your ROI = 4 \* 1.03 \* 0.5 = 2.06%</mark>
{% endhint %}

## <mark style="color:blue;">Deposit / Hire Bonuses</mark>

[🔹](https://emojipedia.org/small-blue-diamond/) From **5% to 10%** more "*LLaminauts*" depending on the amount invested (per individual hire):

{% hint style="info" %}
0.5 ETH   ➡    **5%**

1 ETH       ➡    **6%**

2 ETH      ➡    **7%**

3 ETH      ➡    **8%**

4 ETH      ➡    **9%**

5 ETH      ➡   **10%**
{% endhint %}

[🔸](https://emojipedia.org/small-orange-diamond/) Admin can trigger a temporal hire bonus between 0% and 20% anytime.

{% hint style="info" %}
All bonuses are cumulative, they apply one over the other.
{% endhint %}


---

# 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://llamifi.gitbook.io/whitepaper/miner/bonus.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.
