# Mint FairPool(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/zmEPEPtLiuxFQHIP4gqQ" %}
[Deploy FairPool(SRC20) Tokens](/product-guides/deploy-fairpool-src20-tokens.md)
{% endcontent-ref %}

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

Go to FairPool(SRC20) mint page <http://openstamp.io/mint?tab=fair>

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

Provide the following info,

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

**Limit Per Mint:** Token amount each mint(Will be loaded after inputing a deployed Tick).

**Repeat Mint:** Mint times you are gonna have.

**Receive Amount:** The token amount and ratio you are gonna receive.

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

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

## 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/U9YmC3koFFbDoyfmk5YI" alt="" width="375"><figcaption></figcaption></figure>

Then click the ‘Pay with Wallet’ button to send the payment transaction with login address.

## Step 4(Optional) - 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.

## Step 5(Optional) - Accelerate transaction <a href="#id-2c14" id="id-2c14"></a>

If the mint transaction experiences a fee rate spike, you can use our accelerator to speed it up.

{% content-ref url="/pages/RswGDQFkOSYwQ7GBvxvV" %}
[Accelerator](/product-guides/accelerator.md)
{% endcontent-ref %}


---

# 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-fairpool-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.
