# Rewards

Liquidity providers in the Genesis Pool are eligible to earn rewards for their contributions. The rewards are distributed as an airdrop and are allocated differently across various token pairs in the pool. The list of token pairs and their corresponding airdrop percentages is predefined, and they will include popular pairs like ETH-USDC, DERP-ETH and 10 MemeTokens-ETH pair.

1. 6.5% airdrops in total worth $650,000 (6.5 trillion out of 100 trillion DERP tokens).
2. Campaign is break-down into 3 categories. Total 6.5% (please refer to [airdrop page](https://derpdex.gitbook.io/home/tokenomics/airdrops) for more details)
   1. Genesis mining = 3%($300,000)
   2. Trading competition = 3%($300,000)
   3. “Top losers” award = 0.5%($50,000)

The Reward allocation is solely based on how long users deposit into the vault. Users can free withdrawal, but if removing liquidity:

1. Within the **first week of deposit**, 50% of the rewards earned will be slashed and incentives for removing liquidity (same pool)
2. Within the **first two weeks of the deposit**, the 25% of the rewards earned will be slashed and incentives for removing liquidity (same pool)
3. After **two weeks of the deposit**, users will receive 100% of their rewards with no penalty cut for withdrawing liquidity.

**NOTE:** If the user have provided $1000 liquidity to any pool and removes $200 liquidity within one week, their rewards will be slashed by 50% only for the $200. For the rest $800, the reward accumulation will continue as usual.

If users withdraw and redeposit again, we will only calculate the rewards based on the new deposit amount. **It will not affect previously earned rewards**.

Below are the whitelisted pools with the total reward amounts per pool. The reward amount will be distributed amount the top LP's.

> *User need to provide liquidity to whitelisted LP pools with 1% fee tier or USDC/ETH pool with 0.3% fee tier or USDC/USDT pool with 0.01% fee tier  to be eligible for genesis launch campaign. See below.*

## Whitelisted Pools

<table><thead><tr><th width="218">Whitelisted LP pools</th><th>Genesis Rewards Percentage</th><th>Airdrop Rewards</th></tr></thead><tbody><tr><td><a href="https://app.derpdex.com/#/genesis-pools/0xf91dd375822b0223ed9e69f36b9926c611116546">WETH-USDC (0.3% fee tier)</a></td><td>0.5%</td><td>$50,000</td></tr><tr><td><a href="https://app.derpdex.com/#/add/0x4200000000000000000000000000000000000006/0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca/3000">ETH-USDbC(0.3% fee tier)</a></td><td>0.2%</td><td>$20,000</td></tr><tr><td><a href="https://app.derpdex.com/#/genesis-pools/0xd0cbe97675d09059cfb7d3c522a37ca8ee4103b2">ZKDERPINA-WETH (1% fee tier)</a></td><td>0.2%</td><td>$20,000</td></tr><tr><td><a href="https://app.derpdex.com/#/genesis-pools/0xe2d9dc08528321f8416cb73a4ee5b4f793ab953d">PEPE-WETH (1% fee tier)</a></td><td>0.2%</td><td>$20,000</td></tr><tr><td><a href="https://app.derpdex.com/#/swap?inputCurrency=0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4&#x26;outputCurrency=0x493257fd37edb34451f62edf8d2a0c418852ba4c">USDC-USDT(0.01% fee tier) </a></td><td>0.2%</td><td>$20,000</td></tr><tr><td>*<em>&#x3C;ETH-USDC></em> </td><td>0.2%</td><td>$20,000</td></tr><tr><td>USDT/ BNB</td><td>0.1%</td><td>$10,000</td></tr><tr><td>&#x3C;MEME 3></td><td>0.1%</td><td>$10,000</td></tr><tr><td>&#x3C;MEME 4></td><td>0.1%</td><td>$10,000</td></tr><tr><td>&#x3C;MEME 5></td><td>0.1%</td><td>$10,000</td></tr><tr><td><em>*DERP (zkSync)</em></td><td>0.4%</td><td>$40,000</td></tr><tr><td><em>*DERP (BASE)</em></td><td>0.4%</td><td>$40,000</td></tr><tr><td><em>*DERP (upcoming L2 chain)</em></td><td>0.4%</td><td>$40,000</td></tr></tbody></table>

\*\* MEME-3 to MEME-5 will be launched in upcoming weeks.\
\* upcoming&#x20;

Airdrop distribution will be released after TGE(Token Generation Event), within 1-3 days after TGE. User’s would be able to claim it from the Airdrop page at `derpdex.com` website.

### Rewards Calculation

The reward amount depends on the following factors:

1. Total Reward allocated to the pool
2. Total Liquidity available in the pool
3. Liquidity supplied by the User
4. Time the liquidity was active within the pool
5. The Price range to which the liquidity is supplied.

To calculate the total rewards, we take active liquidity in consideration which means that if the token is traded at $100 and the liquidity provided by user is in range $50 to $120, it's active liquidity. This LP will earn the rewards. But if the user have provided liquidity in the range $140 to $200, it won't be considered for the reward.

For total rewards we calculate the total reward of the pool and the number of seconds for the genesis pool campaign. Then for each LP user, we calculate the number of seconds the user have provided liquidity in active range.

So the formula to get reward is:

```
secondInside = (SecondsPerLiquidityInside  * liquidity of the user)

Rewards = totalRewards * (secondsInside / totalSeconds)
```

Here,&#x20;

**SecondsPerLiquidityInside** is the time in seconds per liquidity each was active. This is read from the pool contract.

**totalSeconds** is the time through which the genesis pool campaign runs (69 days in seconds).&#x20;

**SecondsPerLiquidityInside** is the time per liquidity that was active.&#x20;

The total Annual Percentage Rate (APR) that an LP can earn is calculated based on the token deposit value and the LP's share in the pool. APR accumulation starts with the start of Genesis campaign. The reward currency during the airdrop will be in $DERP and $xDERP, the native token of DerpDEX.\ <br>


---

# 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://derpdex.gitbook.io/home/products/genesis-pools/rewards.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.
