# Reward Emission Model

Total supply of MNTS is 500 million and 42% of it is reserved for reward emissions. As LPs deposit stablecoins in pools they receive an LP token. LPs can stake these tokens to earn liquidity mining rewards in the form of MNTS tokens.

The rewards share for a LP depends on both the liquidity deposited and veMNTS balance of the LP. It is given by:

$$
LP \ Reward \ Share = Deposit(1+\frac{\sqrt{veMNTS}}{1000})
$$

The final LP reward for a user is given by the following equation:

$$
LP\ Reward=\frac{LP\ Reward\ Share}{Total\ Reward\ Share}\ =\ \frac{Deposit\ (1+\frac{\sqrt{veMNTS}}{1000})}{\sum^{for\ all\ users}\_i{}{Deposit}\_i(1+\frac{{\sqrt{veMNTS}}\_i}{1000})}
$$

​Here,

*Deposit* = *Deposit made by LPs*

*veMNTS* = *veMNTS balance of LP*

The APR for each token will be calculated by:

$$
APR=\frac{365(Daily\ Emission\ of\ token)(LP\ Reward)(Price\ of\ MNTS)}{Amount\ of\ LP\ Deposited\ by\ user}
$$

Before the launch of DEX pool, APR will be calculated considering price of 1 MNTS as $0.03. This is the price at which DEX pool will be launched.<br>

{% hint style="info" %}
Token reward emissions will be discontinued on 3rd April, 5 pm UTC and will be replaced by Mantissa Points.
{% endhint %}


---

# 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.mantissa.finance/mantis-scroll/reward-emission-model.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.
