# Sending BRC-20 tokens

### Introduction

Please be aware, transferring BRC-20 differs from ERC-20 or SIP-10 tokens.

To complete a BRC-20 transfer, You must first mint/inscribe an inscription, generating a unique inscription ID.

Please note that reusing old BRC-20 inscriptions does not work.&#x20;

### Part 1. Create the inscription using "send"

a. Click the Send button in the Wallet

b. Select the BRC-20 token you want to send

c. Input the amount

d. Press continue

e. Choose fee

f. Review and

g. Press "create transfer inscription"

<figure><img src="https://2711255060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgNoCNE0bvsne0MKkDx44%2Fuploads%2Fzu7gDx9PVMtxm2mCLEw8%2Fhiro-wallet_send-inscription-creation.png?alt=media&#x26;token=5781183f-e014-4c36-8279-e97b705ace77" alt=""><figcaption><p>Creating a transfer inscription within Leather.</p></figcaption></figure>

### Wait

h. Then wait for the transactions to be processed on the Bitcoin blockchain you will see the status of your transaction update like this:

* Paying for transfer inscription...
* Creating transfer inscription...
* Receiving transfer inscription...
* Ready to transfer

Once the BRC-20 transfer has the status "ready to transfer" you have two options to complete sending BRC20 tokens.&#x20;

### Part 2. Option A: Sending the transfer inscription via "ready"

<figure><img src="https://2711255060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgNoCNE0bvsne0MKkDx44%2Fuploads%2F9kqXP6wznbE8y3Lowok4%2Fimage.png?alt=media&#x26;token=61e432dc-304b-40f6-a16b-97e5d83d5893" alt=""><figcaption></figcaption></figure>

a. Click "Ready to transfer"

b. Add the recipient address and click continue (this address is where you'll send the BRC20 tokens)

c. Then choose a fee and,&#x20;

d. Confirm and send the transaction.

### Part 2. Option B: Sending the transfer inscription via "collectables"

Once the new inscription is ready and available in your wallet in the collectables section proceed with this part of the process.&#x20;

a. Hover over the new transfer inscription, note #1911086 (double check on an ordinals explorer when this was created, make sure it is a new one, not an old one).&#x20;

b. Click send&#x20;

c. Add receiving address&#x20;

d. Choose fee&#x20;

e. Review and confirm

<figure><img src="https://2711255060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgNoCNE0bvsne0MKkDx44%2Fuploads%2Fhh4PJQBkNfkGu1wUuqWi%2Fsend-inscription-fara.png?alt=media&#x26;token=028ff41b-616f-48ba-b144-e56773adbfe3" alt=""><figcaption><p>Sending a fresh BRC-20 transfer inscription to transfer BRC-20 tokens</p></figcaption></figure>


---

# 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://leather.gitbook.io/guides/bitcoin/sending-brc-20-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.
