> For the complete documentation index, see [llms.txt](https://docs.flatqube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatqube.io/use/token-builder/how-to/mint-tokens.md).

# Mint tokens

If you want to increase the supply of the token, then you need to do this through the minting interface on the \*\*\*\* [**token page**](/use/token-builder/interface/token-page.md)**.**\
\*\*\*\*Go to the token page and click **Mint** in the <mark style="color:green;">right block of the page</mark>.

![](/files/dkanVoCVbbHITAKm0Sy6)

Enter the address to which the tokens will be credited in the **Target address** line (by default, this is the address of your [DEX account](/use/pools/how-to/connect-dex-account.md)).\
Enter the amount of tokens for the mint in the **Amount to mint** line and click **Mint**.\
**Confirm** the transaction in the wallet and wait for the process to complete.\
Upon completion, you will see the updated <mark style="color:green;">**Supply**</mark> on your token page.

![](/files/pQI36P5R0nUZ60yVGtRQ)

![](/files/2w9Nd46c1ptLWPCyfTs7)


---

# 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://docs.flatqube.io/use/token-builder/how-to/mint-tokens.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.
