> 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/utxo-management/how-to-merge-runes-alkanes-btc-fb.md).

# How to merge Runes / Alkanes / BTC / FB?

The Merge function in the UniSat UTXO Management Tool helps consolidate multiple fragmented UTXOs into a single UTXO, making your asset structure more efficient and easier to manage.

### **Supported Merge Scenarios**

* **Alkanes**: Custom merge up to 500 Alkanes UTXOs UTXOinto a single .
* **Runes**: Custom merge up to 500 Runes UTXOs into a single UTXO.
* **BTC**(on Bitcoin) / **FB** (on Fractal): Merge up to 500 UTXOs into a single UTXO.

### **How to Merge** Your **UTXOs？**

In this guide, we will use Merging Alkanes UTXOs as an example. The merging process for Runes, Alkanes, and BTC/FB is generally similar, with slight differences based on the asset type. Please refer to the specific merge interface for each asset.

**Visit:** <https://unisat.io/utxo>

**⚠ Always double-check all details before confirming.**

**⚠ Only UTXOs of the same asset type and same asset name can be merged.**

<figure><img src="/files/vJQABTfFe0G8F7fcNlUa" 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, and the optional `goal` query parameter:

```
GET https://docs.unisat.io/products/utxo-management/how-to-merge-runes-alkanes-btc-fb.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
