# BRC-20 guide to transfer via ordinalsbot.com and Leather

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

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

We’ll illustrate this process using Ordinalsbot.com with Leather. **In this example, Inscription ID = #1911086**

* IMPORTANT: This is merely an example. You must inscribe your own transfer-inscription for each time you want to send BRC-20.
* Do not reuse an old inscription.

### Step 1. Inscribe a transfer to your Leather (ordinals) address with BRC-20 tokens using Ordinalsbot.com&#x20;

a. Go to <https://ordinalsbot.com/inscribe> and select BRC-20&#x20;

b. Select transfer&#x20;

c. Add token ticker&#x20;

d. Add amount and click Next

e. Add Leather address where you want the transfer inscription to go (Inscribe to the address with the BRC-20 tokens, check BRC-20 balance for an address on ordiscan.com for example)&#x20;

f. Select fee and proceed to Submit and pay the invoice.&#x20;

g. After the payment is confirmed, ordinalsbot.com will inscribe the transfer inscription your address.&#x20;

h. Wait for both transactions to get processed by the Bitcoin network, then the new inscription will appear in your wallet.

<figure><img src="/files/uRnKvA6I910NNyUMOTLV" alt=""><figcaption><p>Using ordinalsbot.com to inscribe a BRC-20 transfer inscription</p></figcaption></figure>

### Step 2. Once you have received the Transfer inscription, see the inscription number and send it to the BRC-20's destination address.&#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="/files/rHmrain9sramgPNrxlPZ" alt=""><figcaption><p>Sending an inscription with Leather</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/brc-20-guide-to-transfer-via-ordinalsbot.com-and-leather.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.
