# Bonus Reward Program Breakdown

Without our amazing community Palmyra would not be where it is today. This is why we want to reward our early supporters and members of the community that believed in us since the very beginning!\
\
On top of regular ISPO rewards, delegators can get additional rewards by qualifying for our Bonus Reward Program. Based on how long and how much you delegate you can win a significant amount of Bonus $PALM.

{% hint style="success" %}
An additional 100 million tokens are set aside for the Bonus Reward Program. Our goal is to incentivize and reward early and loyal participants.
{% endhint %}

{% hint style="info" %}
**There going to be 3 tiers:** \
Tier1 - **15% Bonus:** For those who’ve missed less than 3 epochs, and participate until the last epoch. \
Tier2 - **10% Bonus:** For those who’ve missed less than 5 epochs, and participate until the last epoch. \
Tier3 - **5% Bonus:** For those who’ve missed less than 7 epochs, and participate until the last epoch.
{% endhint %}

This 100M extra PALM reward will be shared between all participants eligible for bonus rewards. The amount of rewards is governed by the weighting factor, which ensures that top categories receive proportionally higher rewards than lower categories. Your bonus reward is not related to how much PALM you accumulated, but instead on how many people qualified in the Bonus Reward Program and which weighting factor you got. See equation and example below for more details.

**Below are the criteria and rewards for each tier, followed by an example**.

<table><thead><tr><th width="172.21530407142524">Tiers</th><th width="163.91452125742157">Criteria</th><th width="384.5259040754059">PALM Weighting Factor</th></tr></thead><tbody><tr><td>🌴Tier1</td><td>epoch missed &#x3C; 3 </td><td>15%</td></tr><tr><td>🌴Tier2</td><td>3 &#x3C; epoch missed &#x3C; 5 </td><td>10%</td></tr><tr><td>🌴Tier3</td><td>5 &#x3C; epoch missed &#x3C; 7</td><td>5%</td></tr></tbody></table>

{% hint style="danger" %}
A 500 ADA minimum is applied to the categories to discourage people from creating many wallets in order to game the Bonus Reward mechanism.
{% endhint %}

{% hint style="info" %}
Epochs don't have to be consecutive (only total number of epochs matters).
{% endhint %}

{% hint style="success" %}
Changing PALM pools won't affect negatively your rewards. As long as you use the same wallet address your delegation stats will be tracked across the 2 PALM pools.
{% endhint %}

### Example on how we'll calculate the bonus rewards

Let's say the ISPO ends with these numbers of participants in each Tier:

<table><thead><tr><th width="290.3333333333333">Categories</th><th>Number of Qualified Participants (example)</th><th>Bonus PALM Allocation Per Qualifier</th></tr></thead><tbody><tr><td>🌴Tier1</td><td>74</td><td><span class="math">\text{750,000 PALM}</span></td></tr><tr><td>🌴Tier2</td><td>100</td><td><span class="math">\text{333,333.33 PALM}</span></td></tr><tr><td>🌴Tier3</td><td>201</td><td><span class="math">\text{55,555.556 PALM}</span></td></tr></tbody></table>

#### The equation governing the bonus allocation is as follows:

$$\text{Bonus Qualifier Reward} = {\text100,000,000 PALM}= {\text{(# of 15% tier qualifiers) } + (\text{# of 10% tier qualifiers}) + (\text{# of 5% tier qualifiers})}$$\
\&#xNAN;***Therefore, these should be the bonus amounts available in each category***

Tier1 Bonus Reward Calculation: (100,000,000 PALM x 15%) x 74 = 750,000 PALM each participant\
\
Tier2 Bonus Reward Calculation: (100,000,000 PALM x 10%) x 100 = 333,333.33 PALM each participant\
\
Tier3 Bonus Reward Calculation: (100,000,000 PALM x 5%) x 201 = 55,555.56 PALM each participant

#### You can check that all rewards add back up to 100 Million PALM

$$(750,000 \times 74) + (333,333.33 \times 100) + (55,555.556 \times 201) = \text{100,000,000 PALM}$$

The categories have been designed such that anyone can participate and get a **Bonus Reward**!&#x20;

{% hint style="info" %}
If you already delegate to the pools and add more liquidity on your wallet later on, we will calculate everything according to the data that we'll have. \
\
For example: If you stake 500 ADA on the first epoch of the ISPO (Epoch 454) and you add 1000 ADA more to your wallet on the the 6th epoch (Epoch 460) we will be calculating everything accordingly. The 500 ADA portion will be calculated for Tier1 rewards and the rest 1000 ADA will be calculated for Tier3 rewards.&#x20;
{% 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://palmtoken.gitbook.io/palm-token/ispo/palm-ispo/bonus-reward-program-breakdown.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.
