# FT Creation

{% embed url="<https://youtu.be/28EMEQFWqWI?feature=shared>" %}
FT Creation: Create a Fungible Token
{% endembed %}

With this Tool you'll be able to create a Fungible Token and mint tokens on it later on.

First select the operation you want to perform:

<figure><picture><source srcset="/files/EgTwsIozBSijHGD0rbOF" media="(prefers-color-scheme: dark)"><img src="/files/xIy3sgY1FHMUpPvKpfPx" alt=""></picture><figcaption><p>FT Token Creation and Token Minting</p></figcaption></figure>

If you click on "Create a Fungible Token", you'll need to fill the following details:

* **Token Name.** The name of the token.
* **Token Symbol.** A short abbreviation of the token name, usually consisting of 2 to 5 letters.
* **Token Decimals.** The number of decimal places this token will have.
* **Max Supply.** The maximum number of tokens that can be minted.
* **Initial Supply.** The initial supply of tokens that will be minted.
* **Token Keys.** The various token keys required to perform actions on the token in the future.

<figure><picture><source srcset="/files/u7MmUEDdj85xkMLenC14" media="(prefers-color-scheme: dark)"><img src="/files/cMginp37Nr1eTzjJw7YF" alt=""></picture><figcaption><p>Fungible Token Creation</p></figcaption></figure>

{% embed url="<https://youtu.be/DGf00Ahf2Uk?feature=shared>" %}
FT Creation: Mint Fungible Tokens
{% endembed %}

Finally, after creating a Fungible Token, you'll have the ability to mint additional tokens up to the Max Supply as long as you establish and retain the Supply Key:

<figure><picture><source srcset="/files/y2wgxYh9cV5WGK8bpyfl" media="(prefers-color-scheme: dark)"><img src="/files/TQbg3imy4GUmurh7Vzr5" alt=""></picture><figcaption><p>Minting more tokens on an existing Fungible Token</p></figcaption></figure>


---

# 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://academy.kabila.app/products/tools/ft-creation.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.
