> For the complete documentation index, see [llms.txt](https://docs.mangrove.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangrove.exchange/mgv-incentives/ms2-program-closed.md).

# MS2 Program (closed)

MS2 (Mangrove Season 2), Mangrove's second Incentives Program is now closed. This program was on arbitrum from November 2024 to February 2025.

### Introduction

Mangrove’s incentive program rewards users for the effective trading volume they generate. Through a straightforward farming model, participants earn MGV tokens—Mangrove DAO’s governance token—for each dollar in trading volume which they generate (either as maker or taker). This document describes the process for calculating MGV token rewards.

The parameters affecting MGV’s yield may change over time, and any changes will be publicly announced regularly. At the beginning of each [epoch](/mgv-incentives/ms2-program-closed/epochs-and-updates.md)—spanning two weeks—the total amount of MGV available for claiming will be updated.

However, the principles behind the MGV incentives program are set.

Mangrove's incentive program is carefully designed to:

* Adjust Dynamically: By varying the [reward rate ](/mgv-incentives/ms2-program-closed/how-rewards-are-calculated/reward-rate-r.md)in response to changes in platform trading volume.
* [Encourage quality orders:](/mgv-incentives/ms2-program-closed/how-rewards-are-calculated/adjusted-volume-for-makers.md) By rewarding orders close to the market price.
* [Differentiate incentives by use cases](/mgv-incentives/ms2-program-closed/mgv-token-allocation-per-user-type.md): By allocating rewards differently among makers, takers, and Kandel's LPs, adjusting parameters as needed while keeping the core principles unchanged.

Note: MGV incentives are exclusively available for transactions on Arbitrum.


---

# 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.mangrove.exchange/mgv-incentives/ms2-program-closed.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.
