# Boost

The program features a boost mechanism, where participants' trading and liquidity provision volumes over a 7-day period determine their boost level. Higher activity levels result in greater boosts, amplifying the total points earned. To maintain or attain a higher boost level, a participant needs to consistently engage in higher volume trading or generating volume through its liquidity.

<table><thead><tr><th width="97">Level</th><th width="171">Boost</th><th>Requirements in a 7 day epoch</th></tr></thead><tbody><tr><td>0</td><td>x1 (No Boost)</td><td>For volume between $0 and $9,999.</td></tr><tr><td>1</td><td>x1.75</td><td>For volume between $10,000 and $19,999.</td></tr><tr><td>2</td><td>x2.5</td><td>For volume between $20,000 and $49,999.</td></tr><tr><td>3</td><td>x3</td><td>For volume between $50,000 and $99,999</td></tr><tr><td>4</td><td>x3.5</td><td>For volume between $100,000 and $499,000.</td></tr><tr><td>5</td><td>x4</td><td>For volume of $500,000 or more.</td></tr></tbody></table>

This tiered system ensures that the more a participant trades or generates volume, the higher the boost they can achieve, incentivizing consistent and increased trading activity.

Finally, each participant's boost is applied to the LP + trading points earned from both taker and maker activities. The level of boost depends on the participant's level, which in turn is determined by their traded and generated volume.

For instance, a participant earning 100,000 taker and maker points at Level 1 will receive a x1.75 boost, resulting in a total of 175,000 points.


---

# 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/ms1-program-closed/boost.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.
