# Staking Distribution Fit&#x20;

Please find the raw weights for each staking tier below. These weights will be normalized to sum to 100%.&#x20;

Total Tokens for Staking from Total Supply Allocation : 3'460'000'000 $LOX&#x20;

50% Revenue share of Platform fees is subject to same distribution configuration as below from staking Pool.&#x20;

| Tier   | Days | Weight |
| ------ | ---- | ------ |
| Tier 1 | 1    | 1.00   |
| Tier 2 | 3    | 1.50   |
| Tier 3 | 7    | 2.50   |
| Tier 4 | 14   | 4.00   |
| Tier 5 | 30   | 15.00  |
| Tier 6 | 90   | 60.00  |
| Tier 7 | 180  | 180.00 |
| Tier 8 | 365  | 500.00 |
| Total  |      | 764    |

### Model & Metric Selection&#x20;

<table data-header-hidden><thead><tr><th>Metric </th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Metric</td><td>Polynomial</td><td></td></tr><tr><td>Degree</td><td>3</td><td></td></tr><tr><td>Fit Metric</td><td>MSE</td><td></td></tr></tbody></table>

### Distribution Table

| Tier   | User Weight (%) | Fitted Tokens |
| ------ | --------------- | ------------- |
| Tier 1 | 0.13            | 4'528'796     |
| Tier 2 | 0.20            | 6'793'194     |
| Tier 3 | 0.33            | 11'321'990    |
| Tier 4 | 0.52            | 18'115'183    |
| Tier 5 | 1.96            | 67'931'937    |
| Tier 6 | 7.85            | 271'727'749   |
| Tier 7 | 23.56           | 815'183'246   |
| Tier 8 | 65.45           | 2'264'397'906 |
| Total  | 100.00          | 3'460'000'000 |

Fitted Formulae :

y = (-7.5573e-07)*x*\*(3) + (0.00067612)*x*\*(2) + (0.032946)*x*\*(1) + (0.094587)

LaTeX-rendered equation :

y=−7.5573e−07x 3 +0.00067612x 2 +0.032946x 1 +0.094587

Fit Metric :&#x20;

MSE = 0.016453

<figure><img src="/files/CZwzCj7XBBklWzFaV2kG" alt=""><figcaption><p>Polynomial Fit on Staking Curve.</p></figcaption></figure>

Why this Works :&#x20;

* **Exponential-Like Growth** – The weights now **scale faster** in later tiers while keeping short-term staking competitive.
* **Massive Incentive for Long-Term Holders** – The difference between **30 and 365 days** is now **over 33x**, strongly encouraging **locked staking**.
* **More Fair Early Progression** – The lower tiers scale reasonably, avoiding a **too-steep** jump from **short to mid-term** stakes.


---

# 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://liftoff-monster.gitbook.io/liftoff.monster/staking-dapp/staking-distribution-fit.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.
