# Genesis Epoch

For our first users who used Nested before the official announcement of the airdrop, we have something for you!&#x20;

We dubbed it Genesis: share a prize of 50,000 NST with your fellow Nesters!

The Genesis epoch runs from the 1st day of launch (February 23rd,2022) to the beginning of the first epoch.

$$
s\_{jk} =   v\_j^{0.4} \* Max(1;(c\_{jk}\*L\_{jk})^{0.1}) \*Max(1;d\_{jk})^{0.5}
$$

Genesis' rewards are then computed according to the formula below:&#x20;

$$
{r\_{jk}=R\_k\*\frac{s\_{jk}}{\displaystyle\sum\_{i=1}^{n\_k}s\_{ik}}}
$$

<table data-header-hidden><thead><tr><th width="374" align="center">Terms</th><th align="center">Definition</th></tr></thead><tbody><tr><td align="center"><span class="math">​r_{jk}</span></td><td align="center">Rewards for the user j at the epoch k</td></tr><tr><td align="center"><span class="math">R_k</span></td><td align="center">Total reward to be split between all users for at the epoch k.</td></tr><tr><td align="center">​<span class="math">n_k</span></td><td align="center">Number of users at the epoch k.</td></tr><tr><td align="center"><span class="math">{\displaystyle\sum_{i=1}^{n_k}s_{ik}}</span></td><td align="center">Sum of all user scores at the epoch k.</td></tr><tr><td align="center"><span class="math">s_{jk}</span></td><td align="center">Score of the user j at epoch k.</td></tr><tr><td align="center"><span class="math">v_j</span>​​</td><td align="center">Total value locked (TVL) into Nested dApp by the user j.</td></tr><tr><td align="center"><span class="math">c_{jk}</span></td><td align="center">Number of copies issued from the portfolios of a user j at epoch k.</td></tr><tr><td align="center"><span class="math">L_{jk}</span></td><td align="center">Cumulative value of the portfolios issued from the replication of user j's portfolios at the epoch k.</td></tr><tr><td align="center"><p><span class="math">d_{jk}</span></p><p></p></td><td align="center">The number of protocols the user j created, managed, or copied a portfolio on (Ethereum, BNB Chain, Avalanche, etc.)</td></tr></tbody></table>

### &#x20; <a href="#others-epochs" id="others-epochs"></a>


---

# 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.nested.fi/general-information/airdrop/genesis-epoch.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.
