# Referrer Bonuses

When the LT Epoch ends, referrers that have referred enough ETH into the system, via their referred users' token reservations, can then mint an amount of bonus WISE.

The LT referrer bonus system has two tiers.  Bonuses (paid in WISE) are based on how much total ETH their referral link brought in to the LT:

* Refer 1 - 49.999999999999999999 ETH\
  **Bonus = 0.05 ETH (paid in WISE)**
* Refer 50 or more ETH\
  **Bonus = 10% of ETH (paid in WISE), and“CM Referrer” status**

Examples:

* Alice refers a few friends who, in total, send 0.83 ETH into the LT.  Alice fails to reach the 1 ETH minimum for the first tier, so she earns no bonus WISE.
* Bob refers several friends who, in total, send 3.6 ETH into the LT. Bob qualifies for the first bonus tier, so he earns a flat bonus of 0.05 ETH worth of WISE.
* Eve creates several WISE videos and publishes her referral link on them.  Users clicking her referral link send a total of 64 ETH in to the LT.  Eve qualifies for the top bonus tier, so she earns 6.4 ETH worth of WISE, as well as permanent “CM Referrer” status.

Note: all referral bonuses are paid in WISE.  When the LT ends, an effective total LT WISE/ETH exchange rate is calculated by looking at the total amount of ETH sent in by all users, and the total amount of WISE made available for reservation.  This ratio is then used to calculate the amount of WISE for each referral bonus.


---

# 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.wisetoken.net/wise-token/wise-ethereum/wise-contract-functionality/liquidity-transformer-epoch/referrer-bonuses.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.
