# Deploy FairPool(SRC20) Tokens

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

Go to SRC20 FairPool deploy page <http://openstamp.io/mint?tab=fair&fair-type=deploy> Provide the following info,

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

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

**Total Supply:** The total supply of the token

**Max Mints(at least 1000):** The maximum mint times

**Limit Per Mint:** Max mint amount each time.&#x20;

**Max Mints Per Address:** Maximum mint times per address.&#x20;

**Deployer & Royalty Address:** Token issuer and royalty recipient address.

**Royalty:** Royalty amount per mint, in sats.

**Fee Rate:** The fee rate for the deployment transaction. The deployment transaction with higher fee rate get confirmed faster.

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

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

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

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

## Step 3(Optional) - Wait the Deploy Transaction Get Confirmed <a href="#id-2c14" id="id-2c14"></a>

You can check your deploy transaction at <https://mempool.space/> . Just search your recipient address and you will see the deploy transaction.&#x20;

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

If the deploy 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 %}

## Step 5(Optional) - Mint the Deployed Token <a href="#id-2c14" id="id-2c14"></a>

Once the deploy transaction get confirmed. You can mint the token by following:<br>

{% content-ref url="/pages/gB2Len6GuMK9Em8Uzgn2" %}
[Mint FairPool(SRC20) Tokens](/product-guides/mint-fairpool-src20-tokens.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/deploy-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.
