# ovToken Fees

Origami charges a standard 10% Protocol fee on the harvested rewards and is paid in oTokens to Origami's treasury.

### Protocol Fee Example

* 1 WETH is collected in rewards from having GMX staked on the GMX platform
* The 1 WETH is converted into 35 GMX by selling on a DEX pool
* The 35 GMX are staked and correspondingly 35 oGMX are minted as reserves
* 10% of the oGMX (3.5 oGMX) is sent to Origami Treasury as a fee
* 90% of the oGMX (31.5 oGMX) is dripped to ovGMX's reserves over a period of 2 days to grow its reservePerShare


---

# 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.origami.finance/the-first-fold-v1/ovtoken-fees.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.
