# 拆分合并资产

⚠️ 拆分规则：

一、ARC20 合并：只需拆分一次，发出 1 笔交易即可完成拆分，交易确认后即可在 ARC20 页面查看。

二、NFT 合并：只需拆分一次，发出 2 笔交易即可完成拆分，2 笔交易确认后即可在 NFT 页面查看。

三、ARC20 与 1 个 NFT 合并：只需拆分一次，发出 2 笔交易即可完成拆分，2 笔交易确认后即可在 ARC20 及 NFT 页面查看。

四、ARC20 与 多个 NFT 合并：需要拆分两次：\
第一次将拆分 ARC20，拆分后 ARC20 可正常转移。\
第二次将拆分 NFT，拆分后所有 NFT 可正常转移。

五、因受限于协议设计等因素，目前仅限 bc1p 开头的地址进行拆分操作。

下面我们以第三种情况为例，演示拆分流程：

1. 点击 Merged 页面，查看被合并的资产。\
   ![](/files/FIMGwSrZWW4D6BILMlJe)<br>
2. 点击右边的 Split 按钮。\
   ![](/files/jsey3z8JMEHgnz58yhET)<br>
3. 确认准备拆分的资产，选择交易的gas后，点击“Split”按钮发交易。\
   ![](/files/HxcB3SJwZ8CCnhi8d4KI)![](/files/KQWat42ZKdsmiEGvsRoK)<br>
4. 发出交易。\
   ![](/files/7RKniixbfrAZrwRT8D7d)![](/files/rxqWGAkvevvKW9ryWJsi)\
   ![](/files/EvGJzZxkUCbeee3afUae)<br>
5. 最后等待交易至少 1 个确认后，即可在 ARC20 或 NFT 页面查看拆分后的资产。\
   ![](/files/gYcvrSYInbli3zXGXC1i)\
   \
   其中拆分出来的一张ARC20。\
   ![](/files/67f9zITknLH432xnkZlx)\
   \
   此时，还有一个Container和Realm还在合并资产里，只需要重复一遍操作即可。\
   ![](/files/a76x4HYj4vI7uoKfePUn)


---

# 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/zh/wallet/cha-jian-qian-bao/chai-fen-he-bing-zi-chan.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.
