# Reward Structure and Incentives

Real Farmer's incentive system rewards all participants, whether you create strategies, copy them, or do both. Rewards are distributed via two mechanisms: **referral rewards** (a percentage of LP fees generated by connected users) and **yield boosts** (an extra percentage applied to your own LP fees).

## Overview of Reward Types

| **Reward Type** | **How It Works**                                                                                                                            | **Who Earns It**                                                                                                                                                                                           |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Referral Reward | A percentage of the LP fees generated by users in your network.                                                                             | <ul><li>Creators (5% from direct followers</li><li>Followers (5% or 2.5% from their leader's fees, depending on tier),</li><li>Followers with their own copiers (2.5% from their direct copiers)</li></ul> |
| Yield Boost     | An extra percentage applied on top of the LP fees you personally generate. The more positions that follow you, the higher your yield boost. | <ul><li>Creators (up to 10% extra on own LP fees)</li><li>Followers (up to 5% extra on own LP fees)</li></ul>                                                                                              |

{% hint style="info" %}
Yield boost rates may be boosted further during promotional campaigns. Follow [@byreal\_io](https://x.com/byreal_io) on X for campaign announcements.
{% endhint %}

## Reward Breakdown by Role

| **Role**                     | **Reward**                       | **Description**                                                                                                                            |
| ---------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| **Alice (Creator / Leader)** | 5% referral reward               | Alice receives 5% of the LP fees generated by all of her direct followers (e.g., Bob).                                                     |
|                              | Up to 10% yield boost\*          | Alice earns up to 10% extra on her own LP fees when others copy her position. The more followers she attracts, the higher her yield boost. |
| **Bob (Follows Alice)**      | 5% referral from leader          | Bob receives a 5% referral reward based on Alice's LP fees.                                                                                |
|                              | 2.5% referral from own followers | When others copy Bob's position, Bob earns a 2.5% referral reward on the LP fees they generate.                                            |
|                              | Up to 5% yield boost\*           | Bob earns up to 5% extra on his own LP fees by copying others. The more positions that follow him, the higher his boost.                   |
| **Carl (Follows Bob)**       | 2.5% referral from leader (Bob)  | Carl earns a 2.5% referral reward from Bob, his direct leader.                                                                             |
|                              | 2.5% referral from own followers | If anyone copies Carl's position, Carl earns 2.5% of their LP fees too.                                                                    |
|                              | Up to 5% yield boost\*           | Carl earns up to 5% extra on his own LP fees by copying others. His boost also scales with his own follower activity.                      |

{% hint style="info" %}
\*Yield boost rates may be boosted further during promotional campaigns. Outside of campaign periods, the base yield boost and referral rewards remain available as core incentives.
{% endhint %}


---

# 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.byreal.io/real-farmer/reward-structure-and-incentives.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.
