# How to Mint

{% embed url="<https://youtu.be/kbu1nDzkfac>" %}

## Step 1 - Kickstarting the process

1. Install one of the polkadot wallet <https://polkadot.network/ecosystem/wallets/> we recommend <https://polkadot.js.org/apps/>
2. Create an address in polkadot wallet.
3. Fund address with DOT/KSM tokens

<figure><img src="/files/iwtfi7NINusUVYD9lW97" alt=""><figcaption></figcaption></figure>

## Step 2 - Create the Token!&#x20;

1. Go to <https://dotordinals.io/create-token>
2. Fill in the following details
   1. Tick: Token symbol
   2. Total Supply: Max tokens
   3. Limit: Max Amount of tokens that can be minted&#x20;

This creates the token. Now you can mint the token amounts.

<figure><img src="/files/n3LOEGfWeDPePkgXErjd" alt=""><figcaption></figcaption></figure>

## Step 2 - Mint the Token!&#x20;

1. Go to <https://dotordinals.io/mint-token>
2. Fill in the details
   1. Tick: Token symbol from create step
   2. Amount: Number of tokens you want to mint. Should be less than limit above


---

# 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.dotordinals.io/how-to-mint.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.
