> For the complete documentation index, see [llms.txt](https://doc.aptoslaunch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aptoslaunch.io/move-ecosystem-fund-3-3/creating-value/minting.md).

# Minting

**Minting is the secondary value accrual strategy of MOVE DAO. When users mint MOVE tokens, they are actually selling their assets in order to buy a bond from the protocol.** Minting Actions are a cross between a fixed income product, a futures contract, and an option. The protocol quotes the minter with terms for a trade at a future date. These terms include a predefined amount of MOVE the minter will mint and the time when vesting is complete. The bond becomes redeemable as it vests. I.e. in a 5-day term, after 2 days into the term 40% of the rewards can be claimed.

**Minting is an active, short-term strategy**. The price discovery mechanism of the secondary bond market renders mints discounts more or less unpredictable. Therefore minting is considered a more active investment strategy that has to be monitored constantly in order to be more profitable as compared to staking.

Allowing users to purchases bonds through Minting allows MOVE DAO to accumulate its own liquidity. We call our own liquidity POL. More POL ensures there is always locked exit liquidity in our trading pools to facilitate market operations and protect token holders. Since MOVE DAO becomes its own market, on top of additional certainty for MOVE investors, the protocol accrues more and more revenue from LP rewards bolstering our treasury.

**Note\* Bonding and Minting are terms used interchangeably in the MOVE DAO protocol.**

&#x20;


---

# 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://doc.aptoslaunch.io/move-ecosystem-fund-3-3/creating-value/minting.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.
