> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/products/unisat-inscribe/inscribing-brc-20-and-runes-in-a-single-transaction.md).

# Inscribing brc-20 and Runes in a single transaction

UniSat supports inscribing brc-20 and Runes in a single transaction! This means you can inscribe Runes alongside brc-20 in a more cost-efficient way compared to inscribing them separately.

\
**How is this achieved?**

Whether you are inscribing a BRC-20 ticker or making a regular BTC transfer, any Bitcoin transaction with an OP\_RETURN data size of 16 bytes or more will automatically mint a runes ticker.

In other words, if the fee rate is 1 sat/vB, the minting cost of 1 runes ticker is 16 sats because of the 16 bytes OP\_RETURN data.

\
\
**What's new?**&#x20;

* Simultaneously inscribe BRC-20 and Runes in one UTXO
* Save on inscribing fees
* Faster & more efficient inscribing
* On both Bitcoin and Fractal mainnet

\
**What are the potential drawbacks?**

If you mint 1000 A brc-20 tickers for instance, you will also generate 1,000 B runes tickers, each associated with a separate UTXO. If you do not consolidate these B tickers later, you will only be able to sell them one by one.

Additionally, since BRC-20 tokens and Runes tokens exist within the same UTXO, some applications may have difficulty distinguishing between them, potentially leading to asset misidentification and loss.

<figure><img src="/files/E7JhoHjTXcTLoggzeW3r" alt=""><figcaption></figcaption></figure>

**Disclaimer:**

The content of this document is for informational purposes only. It does not constitute (i) investment advice or recommendations, (ii) an offer, solicitation, or inducement to purchase, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital assets (including FTs and NFTs) are subject to market volatility, involve high risk, regulatory changes, and may depreciate in value. The information is provided "as is," and we make no warranties regarding its accuracy. Please consult your legal, tax, or investment professionals to determine whether trading or holding digital assets is suitable for you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.unisat.io/products/unisat-inscribe/inscribing-brc-20-and-runes-in-a-single-transaction.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.
