> For the complete documentation index, see [llms.txt](https://minipanther.gitbook.io/minipanther/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minipanther.gitbook.io/minipanther/protocol-features/monetary-policy.md).

# Monetary Policy

![](/files/M3aMamVLR8WuWy5MWZsl)

**Initial Supply**: 100,000 MP

* DAO: 50,000 MP
  * The team would like to trade DAO tokens for outside staking pools, in which wsMP (the wrapped staking receipt token) could be deposited to earn other tokens. We are interested in setting up staking partnership(s) with DEXes, farms, or any other DAOs that operate a MasterChef (e.g. OxDAO). Such partnerships would allow MP stakers to earn double benefits: they would receive both rebase staking rewards on MP and outside staking credit in another pool.
* DAI presale: 25,000 MP
* [Stone Temple Binance](https://stonetemple.finane) BUSD presale participants: 14,000 MP
* Stone Temple Binance token swap: 1,500 MP
* [Darkside Finance](https://darkside.finance) token swap: 2,500 MP
* Liquidity: 5,000 MP
* Incentives: 2,000 MP

**Reward Rate**: 1.0% per epoch

**Rebase frequency**: 14400 seconds (4 hours)

**Bond Control Variable (BCV)**: Changes according to market conditions; controls the pricing of bonds/minting (higher value = higher prices)

**Vesting Term (seconds)**: 259200; bonded tokens are vested over 3 days

**Fee (basis points)**: 10000; the minter and protocol receive equal numbers MINO

**Max Payout:** 1000; the maximum purchasable bond as a percentage (1% of the current supply can be minted in a given bond transaction)

**Transaction tax**: 8% only on selling (must use liquidity helper for LP formation to avoid tax)


---

# 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://minipanther.gitbook.io/minipanther/protocol-features/monetary-policy.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.
