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

# Earn

The vision of Onchain Trade is to build a protocol that brings LPs and OT holders real yield in a sustainable way.

### Stake USDC to earn fee distribution and vOT reward

* 50% of perps trading fees are distributed to USDC/ETH stakers.
* You need to stake for at least 15 days to become eligible for fee distribution
* Unstaking will reset your staked position's staking time to 0
* Your reward amount = your staking point / global staking point \* totalRewardAmount
* The purpose of distributing fees to USDC/ETH is to encouraged long term liquidity provision.<br>

  <figure><img src="/files/DV7YQhKheK5dCYyW8Ca6" alt=""><figcaption></figcaption></figure>

### Stake vOT to earn fee distribution and vOT reward

Onchain trade will gradually distributes a large percentage of its revenue to vOT stakers.

| Incentive Type | Start time   | vOT reward per day | end time |
| -------------- | ------------ | ------------------ | -------- |
| USDC staking   | May 16, 2023 | 8000               |          |
| Trading        | May 16, 2023 | 10000              |          |
| Borrow         | May 16, 2023 | 2000               |          |

### Converting vOT to OT

vOT is rewarded to OT and OSD stakers as well as borrowers, traders and liquidity providers. vOT is non-transferrable and cannot be sold directly on the market, users are able to convert vOT to OT through minimum 15 days and longest 6 months plan:

1. Minimum 30 days plan: you will receive 50% of OT and can sell on the market
2. Longest 6 months vesting plan will receive in full amount.
3. You can choose a vesting duration between 30 days and 6 months(180 days)
4. You can cancel a vesting plan any time.

<figure><img src="/files/129Gw4tbAUXoMtZahBef" alt=""><figcaption></figcaption></figure>


---

# 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://onchaintrade.gitbook.io/ot/earn.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.
