# How To Transfer

The transfer function of IERC20 is super advanced and supports Bulk Transfers. You can fill in multiple inscriptions receiving addresses and customize the amount of inscriptions.

### 1. Check your IERC20 balance

Before transferring, you should connect wallet and check your wallet balance first.

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

Here you can retrieve all the IERC20 inscriptions you are holding and all inscription transactions related to this address.

### **2. Enter** multiple **receiving address and** inscription **amount**

Click on the **“Transfer”** button on the <mark style="color:blue;">Balance page</mark> directly or go to the Inscription <mark style="color:blue;">details page</mark>.&#x20;

Then you can fill in only one receiving address, or you can add multiple receiving addresses by clicking **"Add transfer address"**.&#x20;

<figure><img src="/files/zLcp4Alen9vzGknC0y4i" alt=""><figcaption><p>Transfer Inscriptions</p></figcaption></figure>

Package multiple transfers in the same on-chain transaction can effectively providing smooth interaction and reducing costs.

### 3. Click "Send" and confirm the transaction

Transactions may take a few seconds to confirm, and soon you will be able to view the new balances. If the balance is incorrect, please refresh the page and wait, or contact the community administrator on [Discord](https://discord.gg/wXxAKTUH).

\* Please make sure you have enough balance. Check your balance first.

\* Before mint, please do not receive transfers from others, transfers are also counted as balance.


---

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