# Seasonal Ranking & Jackpot

## 💰 The Jackpot

All Native Tokens purchases go to the Jackpot. Out of which --

<table><thead><tr><th width="179">Proportion</th><th>Utilities</th></tr></thead><tbody><tr><td>40%</td><td>Directly Go To This Season's Jackpot</td></tr><tr><td>26%</td><td>DEX Liquidity + $DEGEN Buyback &#x26; Burn</td></tr><tr><td>12%</td><td>Next Season's Jackpot</td></tr><tr><td>18%</td><td>Piggybank</td></tr><tr><td>4%</td><td>Protocol Income</td></tr></tbody></table>

## 🎉 Winners

10 incarnations will be chosen to share the season's Jackpot, which is 40% of all purchases. As with all rewards, to be eligible it have to be in **HoF** by lifescore. 👀

Unlike Airdrop, Jackpot will choose 10 winners from **HoF** by chance. Higher the TVL, higher the chance to be picked so it's fair.&#x20;

![](/files/qZN1WU6A2ldQfQSkwSgD)

## 📌 Examples

Here's the situation ⬇️ (note: this example assumes that all tributers have the same coinday duration. In reality, the earlier you tributed, the higher your coinday)

> **Jackpot Size -> 1000 NATIVE TOKENS**
>
> **Your Balance -> 1000 $DEGEN**

<table><thead><tr><th width="222">Incarnation</th><th>TVL</th></tr></thead><tbody><tr><td>Satoshi</td><td>8000 $DEGEN</td></tr><tr><td>Vitalik</td><td>1000 $DEGEN</td></tr></tbody></table>

**Assuming we choose only 1 winner (in reality we choose 10) ⬇️**

{% tabs %}
{% tab title="1. Choose Satoshi" %}
**If you choose to stake on Satoshi**

👉🏽 Chance of winning would be <mark style="color:red;">**90%**</mark> (9000 $DEGEN = 90% of net TVL)

👉🏽 But if you win, you only get 1000 \* 80% \* *<mark style="color:red;">**1/9**</mark>* = <mark style="color:red;">**88.88 NATIVE TOKENS**</mark>

{% hint style="info" %}
**Why 1/9?**&#x20;

**Because your total coinday is 1/9 proportionate to the entire pool's coinday**
{% endhint %}

Note: Satoshi gets 20% of the pool == 200 NATIVE TOKENS, as he's the owner

| Incarnation   | TVL                                             | Note              |
| ------------- | ----------------------------------------------- | ----------------- |
| Satoshi       | <mark style="color:red;">**9000**</mark> $DEGEN | <- You stake here |
| Vitalik       | 1000 $DEGEN                                     |                   |
| {% endtab %}  |                                                 |                   |
| {% endtabs %} |                                                 |                   |

{% tabs %}
{% tab title="2. Choose Vitalik" %}
**If you choose to stake on Vitalik**

👉🏽 Chance of winning would be <mark style="color:red;">**20%**</mark> (2000 $DEGEN = 20% of net TVL)

👉🏽 But if you win, you can get 1000 \* 80% \* *<mark style="color:red;">**1/2**</mark>* = <mark style="color:red;">**400 NATIVE TOKENS**</mark>

{% hint style="info" %}
**Why 1/2?**&#x20;

**Because your total coinday is 1/2 proportionate to the entire pool's coinday**
{% endhint %}

Note: Vitalik gets 20% of the pool == 200 NATIVE TOKENS as he's the owner

| Incarnation   | TVL                                             | Note              |
| ------------- | ----------------------------------------------- | ----------------- |
| Satoshi       | 8000 $DEGEN                                     |                   |
| Vitalik       | <mark style="color:red;">**2000**</mark> $DEGEN | <- You stake here |
| {% endtab %}  |                                                 |                   |
| {% endtabs %} |                                                 |                   |


---

# 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://degenreborn.gitbook.io/litepaper/game/seasonal-ranking-and-jackpot.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.
