> For the complete documentation index, see [llms.txt](https://docs.wizz.cash/wizz-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wizz.cash/wizz-wallet/wallet.md).

# Wallet

- [Wallet Extension](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension.md): Use Wizz Wallet on your browser.
- [Import Bitcoin Wallet](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension/import-bitcoin-wallet.md): Import your Bitcoin wallet to Wizz wallet extension with mnemonics and private key.
- [Mint ARC20](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension/mint-arc20.md): Mint ARC20 with Wizz Wallet extension. It's more than 10 times faster than running CLI on your computer!
- [Dmint NFT](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension/dmint-nft.md): Mint DMINT items with Wizz Wallet extension. No need to worry about the cumbersome CLI anymore.
- [Mint Realm/SubRealm](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension/mint-realm-subrealm.md)
- [Split Assets](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension/split-assets.md): Split merged ARC20, NFT, and other assets within the Wizz wallet.
- [Send BRC20](https://docs.wizz.cash/wizz-wallet/wallet/wallet-extension/send-brc20.md): Send BRC20 with Wizz Wallet extension
- [Wizz Cash on browser](https://docs.wizz.cash/wizz-wallet/wallet/wizz-cash-on-browser.md): The most powerful web wallet of Atomicals protocol.
- [Mobile wallet](https://docs.wizz.cash/wizz-wallet/wallet/mobile-wallet.md)


---

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