> For the complete documentation index, see [llms.txt](https://rabbitfinance.gitbook.io/homepage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rabbitfinance.gitbook.io/homepage/rabbitdao/mint.md).

# MINT

![](/files/wcTEKz5Ns7GxzwaBNQ4D)

MINT is the secondary value accumulation strategy of RS tokens. Minters can mint RS tokens at the discounted price with RABBIT, RABBIT-LP and RS-LP in the boardroom. In this way, RS tokens can have their own liquidity and obtain more reserve assets, which will provide impetus for further price growth. Miners can receive RS token rewards during a certain lock-up period at a lower cost than the market.

MINT is an active short-term strategy. The price discovery mechanism in the secondary bond market makes bond discounts more or less unpredictable. Therefore, casting is considered a more active investment strategy and must be constantly monitored in order to obtain higher profits compared to mortgages.

The MINT allows RS tokens to accumulate and have their own liquidity, which is the Protocol owed Liquidity (POL) mechanism. More POLs ensure that there is always locked liquidity in the trading pool of RS tokens to promote market operation and protect token holders. In addition to providing additional certainty for RS investors, it is also possible to obtain more and more income from LP rewards to support the market operation of RS tokens.

{% hint style="info" %}

For example

1. Steven minted 100 RS when the market price of RS token was 100 USD.
2. The minting cost is 85 USD, 5 days to unlock and release, the total cost is 8500 USD.
3. After 5 days, 100 RS was completely released to Steven, and the price of RS token is still 120 USD at this time.
4. Steven sold all the RS tokens and got 12,000 USD in return.
   {% endhint %}


---

# 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://rabbitfinance.gitbook.io/homepage/rabbitdao/mint.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.
