# Send BRC20

Since its first version, the Wizz Wallet has been preventing burning for Ordinals assets. Starting from version 2.10.0, it also supports sending Ordinals assets. Unlike standard BTC transactions, sending BRC20 assets requires a two-step process: first inscribing, then sending. To streamline this process, Wizz Wallet has optimized the user experience, making it more intuitive so users can perform the correct actions without needing to understand the underlying concepts.

> IMPORTANT：
>
> 1. If you directly send a BRC20 inscription (i.e., send the UTXO), the BRC20 index will not recognize the transaction, and the recipient's balance will not update. Therefore, when handling BRC20 assets, it's crucial to follow the process of inscribing first, then sending. \
>    For more details, please refer to the design documentation: \
>    <https://domo-2.gitbook.io/brc-20-experiment>
> 2. If a BRC20 inscription is sent directly, the index won't acknowledge the transaction. The only way to correct this is for the recipient to send it back and go through the "Inscribe - Send" process again.

Please follow the steps below:&#x20;

1. Inscribe BRC20<br>

   1\) Open the wallet page, click on "BRC20." Hover over any token, and click on the token to view balance details. Click "Send" to start the inscription and sending process.<br>

   <figure><img src="/files/nVrz8PBEnltdumRaZQpI" alt="" width="188"><figcaption><p>Balance</p></figcaption></figure>

   2\) Click on "Inscribe."<br>

   <figure><img src="/files/vClx7QdpxqUOzEyH94wu" alt="" width="188"><figcaption><p>Inscribe BRC20</p></figcaption></figure>

   3\) Enter the amount of BRC20 to inscribe.<br>

   <figure><img src="/files/Ee2ddOV48Fswekeyz2kc" alt="" width="188"><figcaption><p>Inscribing</p></figcaption></figure>

   \
   4\) Sign the transactions (there will be two), then wait for the transaction confirmations.<br>

   <figure><img src="/files/3lbnoiwKaF97aW5wnDk5" alt="" width="188"><figcaption><p>Sign Transactions</p></figcaption></figure>

2. Send BRC20<br>

   1\) Select the inscribed BRC20.<br>

   <figure><img src="/files/YhcnfbHMGalQ0DVdCxW3" alt="" width="188"><figcaption><p>Select BRC20</p></figcaption></figure>

   \
   2\) Enter the recipient's address and set the transaction network fee.<br>

   <figure><img src="/files/K4KDdwozKxI1m89TZ6Jv" alt="" width="188"><figcaption><p>Sending Page</p></figcaption></figure>

   \
   3\) Sign the transaction, then wait for the transaction confirmation.<br>

   <figure><img src="/files/sGtJmj74klQWuaytbtTF" alt="" width="188"><figcaption><p>Sign Transaction</p></figcaption></figure>

<br>


---

# 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.wizz.cash/wizz-wallet/wallet/wallet-extension/send-brc20.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.
