# Rewards

{% hint style="warning" %}
Polynomial doesn't have a token and rewards are in OP. Don't get scammed.
{% endhint %}

### Retroactive Airdrop

The OP retroactive airdrop is distributed to the users who are early users of the Earn Vaults v1, as per this [Governance Proposal](https://gov.optimism.io/t/gf-phase-0-proposal-polynomial-protocol/1625).

**Snapshot date**: Friday, 13 May 2022 (1652429638)

**Amount** : 180,000 $OP

#### Criteria

* Users should have deposited at least $69
* Participated in min. one active round.&#x20;

**Formula**

$$
f(x) =  \sum W(t)\cdot t - \sum \cdot D(t)\*t  + ST\cdot RF
$$

W(t) withdraws the amount at time t,

D(t) deposit amount at time t.&#x20;

ST = snapshot time,&#x20;

RF = remaining funds.&#x20;

All times are in unix timestamp In the end; the whole score is divided by 604800 (number of seconds in week/round)

### Liquidity Mining&#x20;

{% hint style="info" %}
**Liquidity Mining for Polynomial Earn Vaults hasn't started yet.**&#x20;
{% endhint %}

**Amount** : 450,000 $OP

**Criteria** : Future users of Polynomial Products

Future vault users of the polynomial earn vaults will earn liquidity mining rewards.

$$
f(x) = \alpha \* (OP \* C\_x )/\sum(C\_i)
$$

OP is Total OP allocation &#x20;

C is vault capacity&#x20;

Alpha is vaults multiplier (newer vaults \~1.5-2x).

&#x20;


---

# 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.earn.polynomial.fi/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.
