# Mint token

The MintMeme protocol does not charge any fees when minting any token. However, please note:

1. Each address can mint multiple times until the token supply is fully minted.
2. Some tokens require **Native Token** for initial liquidity, and these tokens cannot be transferred until minting is complete.
3. Other tokens do not require **Native Token** for initial liquidity, allowing you to transfer them anytime, but they do not have guaranteed initial liquidity.
4. You can cancel at any time during the minting process, and your liquidity fee will also be refunded.

{% hint style="info" %}
**Please make sure to carefully review all information before minting any token.**
{% endhint %}


---

# 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.mintmeme.fun/publish-your-docs.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.
