# Split Assets

⚠️ Splitting Rules:

1. ARC20 Merge: Split only once, initiate 1 transaction to complete the split. After transaction confirmation, check the ARC20 page for details.
2. NFT Merge: Split only once, initiate 2 transactions to complete the split. After both transactions are confirmed, view the details on the NFT page.
3. ARC20 Merge with 1 NFT: Split only once, initiate 2 transactions to complete the split. After both transactions are confirmed, view details on both ARC20 and NFT pages.
4. ARC20 Merge with Multiple NFTs: Requires two splits: a. First, split the ARC20. After the split, ARC20 can be transferred normally. b. Second, split the NFTs. After the split, all NFTs can be transferred normally.
5. Due to protocol design constraints and other factors, splitting operations are currently limited to addresses starting with "bc1p".

Below, we'll use the third scenario as an example to demonstrate the splitting process:

1. Click on the 'Merged' page to view the merged assets.\
   ![](/files/La6rfiKQbTK6iLHPA6kb)<br>
2. Click the 'Split' button on the right side.\
   ![](/files/EJrNmbDGb79HwXp3Ae6G)<br>
3. Confirm the assets you are ready to split, select the transaction gas, and click the 'Split' button to initiate the transaction.\
   ![](/files/fIvEGHvAnTdYcadZHxbr)![](/files/0Mi4TufxqSLFaZc2AJJQ)<br>
4. Send the transaction.\
   ![](/files/azsKn8SjqbFYfsgfDueA)![](/files/k3Xbx38U0bEoN5Dp7k0B)\
   ![](/files/QhLrBxiyBMoR07939VlU)<br>
5. Finally, wait for the transaction to receive at least 1 confirmation. Afterward, you can view the split assets on the ARC20 or NFT page.\
   ![](/files/vRtufi5bZ2W1C3Uz4SYp)\
   \
   One of the split ARC20s.\
   ![](/files/eKH4nf7L6bQjLpHTj4q7)\
   \
   At this point, there is still one Container and Realm remaining in the merged assets. Simply repeat the process to split them.\
   ![](/files/Nwmsbmi0V9Acg2URUwkH)<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/split-assets.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.
