> For the complete documentation index, see [llms.txt](https://docs.earn.polynomial.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earn.polynomial.fi/rewards.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.earn.polynomial.fi/rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
