# MNTS & veMNTS

## MNTS

$MNTS is the **native token** of MantisSwap and has multiple use cases like governance voting, reward for providing liquidity and boosting these rewards.

Users can earn MNTS tokens by depositing their stablecoin and pegged assets on MantisSwap and earning liquidity mining rewards. These rewards can be increased by holding veMNTS.

The rewards share for a user depends on both the liquidity deposited and veMNTS balance of the user. It is given by the following equation -

$$
User\ Reward=\frac{User\ 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})}
$$

**Total MNTS Supply: 500,000,000**

## veMNTS (vote-escrowed MNTS)

User can deposit Mantis BPT (Balancer Pool Token from 80-20 MNTS-WETH pool) tokens to earn veMNTS tokens for boosted pool rewards. **veMNTS is non-transferable.**

* 1 staked BPT generates 0.0114 veMNTS every hour initially.
* The veMNTS rate decreases with time t (in days) according to following function:

$$
veMNT\ Rate\ =(0.0114)(1-\frac{t}{730})\
$$

* After 730 days = 2 years, the veMNTS mine rate will go to 0 and user will not earn veMNTS anymore.
* The rate is updated (decreased) everytime the user claims veMNTS. Thus, the user can opt to not claim so as to to get higher potential veMNTS. However, he will also miss out on the boosted pool rewards.
* When a user locks more BPT, his reward rate is updated according to the weighted average of the amount already staked and the new amount. This is given by -

$$
veMNTS\ New\ Rate=\ \frac{Locked*veMNTS\ Old\ Rate\ +\ NewAmount*0.0114}{Locked\ +\ NewAmount}
$$

* **Upon unstaking BPT, veMNTS drops to 0**


---

# 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/tokenomics/mnts-and-vemnts.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.
