# Deploy SRC20 Tokens

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

Go to SRC20 deploy page <https://openstamp.io/mint?tab=src20&type=deploy> Provide the following info,

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

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

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

**Mint All:** Mint the entire supply to your address at once with an extra mint transaction. Note that this may not be 100% successful, as there is still a risk of being preemptively minted.

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

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

**Receive:** The address will be named as the Tick issuer.

## 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/fGhEhhUctRPL8myrgbdd" 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 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/GeNW4GrLRTNAZWQSuDKA" %}
[Mint SRC20 Tokens](/product-guides/mint-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-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.
