> For the complete documentation index, see [llms.txt](https://doc.mprolab.io/mprolab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.mprolab.io/mprolab/licenses/inode/mpro-distribution/rewards-booster.md).

# Rewards Booster

Rewards Booster refers to a tool designed to increase the rewards that participants can receive from their contributing to the ecosystem's growth (running a NODE).

{% hint style="warning" %}
Personal qualification requirement - **your own NODE** **must be live for minimum** **6 hours** (total working time) so that you can receive Rewards Booster from your referrals adequate to the time of their NODEs work.

**Example 1:**

<mark style="background-color:blue;">Your NODE</mark> is Active between 08:00 - 09:30 (1h 30min) and Active between 10:00 - 15:40 (5h 40min)

<mark style="background-color:blue;">YOUR TOTAL NODE</mark> Active: 7h 10min&#x20;

<mark style="background-color:orange;">Friend NODE</mark> is Active between 09:00 - 19:20 (10h 20min)

**You will be** rewarded with Rewards Booster because your total working time is higher than 6h and your friend total working time is also higher than 6h.

**Example 2:**

<mark style="background-color:blue;">Your NODE</mark> is Active between 08:00 - 09:30 (1h 30min) and Active between 10:00 - 13:40 (3h 40min)

<mark style="background-color:blue;">YOUR TOTAL NODE</mark> Active: 5h 10min&#x20;

<mark style="background-color:orange;">Friend NODE</mark> is Active between 09:00 - 19:20 (10h 20min)

**You will not be** rewarded with Rewards Booster because your total working time is lower than 6h even if your friend total working time is higher than 6h.

**Example 3:**

<mark style="background-color:blue;">Your NODE</mark> is Active between 08:00 - 09:30 (1h 30min) and Active between 10:00 - 14:40 (4h 40min)

<mark style="background-color:blue;">YOUR TOTAL NODE</mark> Active: 6h 10min&#x20;

<mark style="background-color:orange;">Friend NODE</mark> is Active between 09:00 - 14:20 (5h 20min)

**You will not be** rewarded with Rewards Booster because your total working time is higher than 6h but your friend total working time is lower than 6h.
{% endhint %}

{% hint style="info" %}
Type of license (iNODE / ggNODE) does not matter. If the user is in the referral structure and they have Licenses enabled (iNODE / ggNODE does not matter) then a booster is granted.
{% endhint %}

<table><thead><tr><th width="227" align="center">Rewards Booster bonus</th><th width="172" align="center">Level 1</th><th width="172" align="center">Level 2</th><th align="center">Level 3</th></tr></thead><tbody><tr><td align="center">Friends Credits Range</td><td align="center">Rewards in Credits</td><td align="center">Rewards in Credits</td><td align="center">Rewards in Credits</td></tr><tr><td align="center">00,00 - 24,99</td><td align="center">0</td><td align="center">0</td><td align="center">0</td></tr><tr><td align="center">25,00 - 49,99</td><td align="center">1</td><td align="center">0,3</td><td align="center">0,1</td></tr><tr><td align="center">50,00 - 74,99</td><td align="center">2</td><td align="center">0,6</td><td align="center">0,2</td></tr><tr><td align="center">75,00 - 99,99</td><td align="center">3</td><td align="center">0,9</td><td align="center">0,3</td></tr><tr><td align="center">100,00</td><td align="center">4</td><td align="center">1,2</td><td align="center">0,4</td></tr></tbody></table>

The table above shows how many Credits you will be entitled to receive if you meet the Rewards Booster criteria.

{% hint style="info" %}
**Example 1:**

TOTAL <mark style="background-color:blue;">Friend A (Level 1)</mark> Active time: 12h 00min (50 Credits)

**You will be** rewarded for <mark style="background-color:blue;">Friend A (Level 1)</mark> with 2 Credits&#x20;

**Example 2:**

TOTAL <mark style="background-color:blue;">Friend A (Level 1)</mark> Active time: 12h 00min (50 Credits)

TOTAL <mark style="background-color:orange;">Friend B (Level 3)</mark> Active time: 18h 00min (75 Credits)

**You will be** rewarded for <mark style="background-color:blue;">Friend A (Level 1)</mark> with 2 Credits and **you will be** rewarded for <mark style="background-color:orange;">Friend B (Level 3)</mark> with 0,3 Credits.

**Example 3:**

TOTAL <mark style="background-color:blue;">Friend A (Level 1)</mark> Active time: 12h 00min (50 Credits)

TOTAL <mark style="background-color:orange;">Friend B (Level 3)</mark> Active time: 5h 55min (0 Credits)

**You will be** rewarded for <mark style="background-color:blue;">Friend A (Level 1)</mark> with 2 Credits but **you will not be** rewarded for <mark style="background-color:orange;">Friend B (Level 3)</mark> because he is also not rewarded.&#x20;
{% 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://doc.mprolab.io/mprolab/licenses/inode/mpro-distribution/rewards-booster.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.
