# How To Mine

A step-by-step guide about how to Mint IERC-20 Inscriptions：

1. **Search the IERC20 inscriptions available to mint**
2. **Connect your wallet**
3. **Mint IERC20 inscription directly**
4. **Check your IERC20 inscription balance**

## 1. Search the IERC20 inscriptions available to mint

First, go to <https://app.ierc20.com/>. You can see all the inscriptions that have been deployed and the progress of the tick mining.

<figure><img src="/files/h7AUT7MXFWPLvM0BChPo" alt=""><figcaption><p>IERC-20 Inscriptions List</p></figcaption></figure>

Next, go to the Inscriptions <mark style="color:blue;">Details Page</mark> to ensure the mining progress is not completed and how many inscriptions are left to mine.

<figure><img src="/files/lyQaRzgyTXTVGiqE4e3P" alt=""><figcaption><p>Inscriptions Info</p></figcaption></figure>

{% hint style="warning" %}
Don't forget to double-check that the **"inscriptions name"** is correct.

Also, check the **"limit amount of mint"** and **"the max minting times for a single address".**
{% endhint %}

## 2. **Connect Wallet**&#x20;

Click **"Connect Wallet"** on the header or **"Mint"** to connect your wallet. Don't forget to switch to **Ethereum chain mainnet**.

<figure><img src="/files/xF29pS6cWDH00gIKpJzY" alt=""><figcaption><p>Mint Inscriptions</p></figcaption></figure>

<figure><img src="/files/Nc8ck7W7JFqZGQlWyCwc" alt=""><figcaption><p>Connect Wallet</p></figcaption></figure>

## 3. Mine Normal IERC20 inscription

Click **"Mine"** button, and **the amount** will be filled in automatically. Confirm the transaction. Minting transaction will only charge you for gas.

Please confirm again before you Mint: \
1\.  Each address can mint **inscriptions** **up to 10 times** and any excess minting times will be invalid.\
2\. Due to block update speed, the current progress of inscription minting may not be accurate and inscriptions may have completed mint.

<figure><img src="/files/0r3tov4X7mLunhKxM0EA" alt=""><figcaption><p>Mint Directly</p></figcaption></figure>

{% hint style="danger" %}
&#x20;Before mint, please do not receive transfers from others, transfers are also counted as balance.
{% endhint %}

After the transaction succeeds, your wallet address will appear in the holder list below, and you can also view your transaction.&#x20;

You can [Trade](https://ierc20.com/market/ethi) your inscriptions, or make a <mark style="color:blue;">Transfer</mark>.

<figure><img src="/files/hFy2tWYSOZAUgYE9UsdO" alt=""><figcaption><p>Transfer &#x26; Trade</p></figcaption></figure>

## 4. Check your IERC20 inscription balance

Click on the wallet address on the header, then click on **"My Balance"** in the drop-down menu.&#x20;

Or you can also go back to the [H<mark style="color:blue;">omepage</mark>](https://ierc20.com/) and search by wallet address.

<figure><img src="/files/NhYfnPiznvYj4i31oyGs" alt=""><figcaption><p>My Balance</p></figcaption></figure>

Here you can retrieve all the IERC20 inscriptions held, and all inscription transactions related to the address.&#x20;

Click the **highlighted wallet address** in the transaction history to switch to view the IERC20 balance and transactions of that 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.ierc20.com/users-guide/how-to-mine.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.
