# Mint SRC20 Tokens

## Step 1 - Check Token Deploy Status <a href="#id-38d7" id="id-38d7"></a>

Make sure the token is deployed before mint(You can check at <https://openstamp.io/explorer> by searching the token name), otherwise you need to deploy the token before minting by following:&#x20;

{% content-ref url="/pages/2Ww1Yzi1FF933HGRurt6" %}
[Deploy SRC20 Tokens](/product-guides/deploy-src20-tokens.md)
{% endcontent-ref %}

## Step 2 - Enter the Mint Info <a href="#id-38d7" id="id-38d7"></a>

Go to SRC20 mint page <https://openstamp.io/mint?tab=src20>

<figure><img src="/files/PrvYh8wShXtLuABPm7T5" alt="" width="375"><figcaption></figcaption></figure>

Provide the following info,

**Tick(Case Insensitive):** The token you want to mint.

**Amount:** Mint amount each time(Will be loaded after inputing a deployed Tick).

**Repeat mint:** How many times do you want to mint?

**Effective Fee Rate:** The effective fee rate for the minting transaction. Minting transaction with higher fee rate get confirmed faster.&#x20;

**Receive:** The address to receive SRC20 tokens.

## Step 3 - Submit Order <a href="#id-3dff" id="id-3dff"></a>

After you enter the above info, click the ‘Mint’ button, then you can see the order review based on the info you provided.

<figure><img src="/files/XYFsFm0qtA9gtnX9F9V1" alt="" width="375"><figcaption></figcaption></figure>

Then click the ‘Pay with Wallet’ button to send the payment transaction with login address or choose 'Pay with BTC' to pay from other sources.

## Step 4 - Check the Minted Tokens <a href="#id-2c14" id="id-2c14"></a>

You can check your minting transactions at <https://mempool.space/> . Just search your receive address and you will see the minting transactions. After the minting transactions have **at least 1 block confirmations**. You can see your minted tokens after login [OpenStamp](https://openstamp.io/) or go to <https://openstamp.io/explorer> by searching your address.


---

# 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.openstamp.io/product-guides/mint-src20-tokens.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.
