# 🏊 HRP (Hunt Reward Pool)

**HRP** is a program where part of the project’s income is shared among people who hold **HUNT in the HRP pool**. Each round may pay rewards in **different assets**; rules for your **share** **differ** between pure **HUNT** rewards and **AXM** / **USDT** rewards.

### How rounds work

Rewards are paid in **rounds**. Round length and budget are shown in the app (often on the order of **a few days** when expressed in days).

When a round ends, your **HUNT in the pool** is recorded and your share of the budget is calculated using the rules below.

### Three reward streams

| Stream   | What your share is based on                                                                                                                                         |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **HUNT** | Only your **share of HUNT in the pool** among everyone (locations do not affect this). Your share of the stream is like a **percentage** of total HUNT in the pool. |
| **AXM**  | Your **weight** in the AXM stream (see below).                                                                                                                      |
| **USDT** | Your **weight** in the USDT stream (see below).                                                                                                                     |

#### HUNT rewards

**Share** = your HUNT in the pool ÷ total HUNT in the pool.

**Amount** = that share × the round’s HUNT budget.

#### AXM and USDT rewards: weight and locations

Here **weight** matters, not HUNT alone. The system uses your **maximum location level** in the **USDT** branch and, separately, in the **AXM** branch (examples below use **up to level 12**; the app may show higher levels).

On top of your **base** (HUNT in the pool), level bonuses apply:

* **USDT stream**: **+1% to the multiplier per USDT location level** (at level 12 that is **+12%** on the multiplier);
* **AXM stream**: **+1% per AXM location level** (same idea, up to **+12%** at level 12).

**Synergy** (extra on both streams) applies when your **USDT** level **equals** your **AXM** level and both are at least **level 11**:

| Matching level (both branches) | Extra on the multiplier | Note                    |
| ------------------------------ | ----------------------- | ----------------------- |
| 11                             | +1%                     | applies to both streams |
| 12                             | +2%                     | applies to both streams |

If the levels **differ** or both are **below 11**, there is **no synergy**.

**USDT weight** ≈ HUNT in the pool × (1 + USDT bonus + synergy).

**AXM weight** ≈ HUNT in the pool × (1 + AXM bonus + synergy).

**Reward in that asset** = round budget in that asset × (your weight ÷ sum of all weights in that stream).

### After the round is distributed

You can **claim to your balance** or, for HUNT, **send rewards back to the pool** if the app offers it.

### Withdrawing HUNT from HRP

Withdrawal is **not instant**. After you submit a request, crediting to your normal balance is scheduled for **30 days** (exact timing is shown in the app).

Rough structure:

| Stage                                                                            | Share of the request (guide) |
| -------------------------------------------------------------------------------- | ---------------------------- |
| Right after the request                                                          | **10%** burned               |
| When the 30-day period completes (if you did **not** cancel in time — see below) | another **10%** burned       |
| To your balance                                                                  | **80%**                      |

**Seven-day cancellation window:** for **7 days** after you submit the request, you may **cancel** the withdrawal. If you cancel within that window, only the **first 10%** (already burned at submission) is lost; the rest is returned to the HRP pool — the **second 10%** is **not** burned because you cancelled in time. If you **do not** cancel within those **7 days**, the withdrawal continues; the **second 10%** is then burned **together with** crediting the remainder to your balance **after the full 30 days**.

An **AXM** fee (if enabled in the app) is charged from your **in-bot balance** when you submit the request — it covers processing tied to the burn flow.

**Cancellation** after the 7-day window is **not** available. Confirm details on the request screen in the app.

### If your HUNT came from the presale

Some presale tokens may unlock **on a schedule**; separate limits may apply in HRP — see the app.

***


---

# 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://hunt-3.gitbook.io/hunt-ecosystem/yazyk-language/english/hrp-hunt-reward-pool.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.
