# 報酬(OPトークン)

{% hint style="warning" %}
Polynomialはトークンがなく、報酬はOPトークンです。詐欺に遭わないように。
{% endhint %}

### 遡及エアドロップ

OP Retroactive Airdropは、Earn Vault v1の初期ユーザーであるユーザーに配布されました。

**スナップショット** : 5/13(金曜) 2022 (1652429638)

**数量** : 180,000 $OP

**基準 :**&#x20;

* ユーザーは最低でも $69入金している必要があります。
* 最低1回、アクティブなラウンドに参加した。

**数式 :**&#x20;

$$
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;

すべての時間はunixタイムスタンプで表示されます 最後に、全体のスコアを604800（週/周の秒数）で割ります。

### 流動性マイニング&#x20;

{% hint style="warning" %}
Liquidity Mining for Polynomial Earn Vaultsはまだ始まっていません。
{% endhint %}

数量 : 450,000 $OP

**基準** : 今後の利用者

今後、Polynomial earn vaultsを利用するユーザーは、Liquidity Miningの報酬を獲得することができます。

$$
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://mozuku.gitbook.io/polynomial-japan/gai-yao/optkun.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.
