# How the programs Work

Rewards are token rewards distributed in exchange of the fees paid while trading on Mangrove. Creating offers (posting limit orders) does not incur any fees, thus no rewards. The only way is to consume offers that are posted on the Mangrove Book.

{% hint style="warning" %}
A market order on mangrove does not generate fees automatically, thus there could be no rewards distributed for given market orders.
{% endhint %}

Typical fees for a market order that consumes Mangrove Orders are 2 bips (0.02%). Let's take this example:

You sell 1 WETH for 2000 USDC. Fees are going to be 0.4 USDC. Let's say this program redistributes 1 MGV per dollar, you will earn 0.4 MGV tokens.

Each program will contain the following parameters:

| Parameter     | Desccription                                                                       |
| ------------- | ---------------------------------------------------------------------------------- |
| Program range | timestamps for start and end (in UNIX seconds)                                     |
| Token         | The token with which the fees are paid                                             |
| Multiplier    | The multiplier to get the number of rewards from the fee                           |
| Budget        | Maximum rewards distributed (rewards will stop flowing when the budget is reached) |


---

# 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.mangrove.exchange/mgv-incentives/fee-rewards/how-the-programs-work.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.
