# Fractionality

![](/files/SLtwiqXTxDJSlBD3TXVD)

MiniPanther implements Fractionality code to allow minting when the treasury has lower levels of protocol reserves than would be possible in Wonderland. Wonderland requires the number of tokens in the treasury to equal or exceed the number of native tokens in existence, but it does not account for the values of individual reserve tokens. MiniPanther's Fractionality variable allows the treasury to mint with a number of tokens as small as 1% of the number of MP tokens in existence.&#x20;

Allowing the treasury to contain fewer tokens will guarantee that MiniPanther can keep minting until the end of the 14-day reward emission period regardless of the interim MP token price. At the end of the 14-day reward period, all further MP supply expansion becomes impossible, making Fractionality irrelevant afterwards.


---

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