Advanced

  1. Why can't I continue minting without waiting for the previous transaction to be completed?

A toggle allows the use of unconfirmed transactions for minting. By default, it's turned off to prioritize asset safety, as unconfirmed transactions might include Atomicals assets and it's still not indexed by Atomicals. Enabling the switch allows continuous minting with unconfirmed transactions.

  1. Why does my broadcast fail?

This is usually caused by minting too quickly using the same UTXO, or due to network issues leading to broadcast failure. Please go to https://mempool.space/tx/push to manually broadcast. If broadcasting still fails, simply remint. Assets will not be deducted if the commit transaction is not broadcasted.

  1. Why is my transaction in the mempool but still loses to others?

This is usually because the gas price is lower than others; miners will prioritize transactions with higher gas prices when packaging transactions.

  1. What is the candidate mechanism of Dmint?

  • After the reveal transaction for minting an NFT receives one block confirmation, it will compete in the next 3 blocks.

  • The address corresponding to the transaction that completes 4 confirmations the fastest will win the NFT.

  • Some NFT collections have set conditions that require payment in BTC to acquire the NFT. After winning the competition, payment must be completed within the next 11 blocks and receive at least one confirmation to acquire the NFT.

  1. Why are there no primary and funding addresses? We simplified the wallet design for ease of use and management. That's why Wizz Cash only requires one address to store both ARC-20 and BTC. When making transfers, transaction fees are deducted solely from the BTC balance, ensuring the safety of ARC-20 assets.

  1. Why can Wizz Cash split and merge ARC-20?

Here's an example to explain what happens when spliting and merging ATOM in one transaction.

  1. Why do my FT/NFT assets appear in the Merged list after transferring from another wallet to the Atom wallet?

Other wallets may not safeguard Atomicals assets, making it easy to merge Atomicals' tokens, realms, or NFTs into a single UTXO during the transfer. This can result in the inability to transfer them separately.

For instance, if Wallet A has:

  • 1,000 ATOM (referred to as 'a')

  • 1 Realm (referred to as 'b')

After transferring to Wallet B, it may appear as:

  • 1,000 ATOM & 1 Realm (referred to as 'c')

Before the transfer, 'a' and 'b' were transferable individually. After the transfer, 'c' cannot be transferred separately as ATOM or Realm.

In the future, Wizz Cash Wallet will introduce a splitting feature for Merged lists, allowing users to transfer merged assets separately.

  1. I haven't backed up the mnemonic and my wallet extension won't open normally, how to back up my wallet?

If you encounter situations where your wallet cannot be opened due to interface crashes or turning into a black bar, follow these steps to access the wallet backup function. 1) Make sure that "Developer Mode" is enabled.

3) Replace "{extension ID}" in the following link with your ID and enter it into the browser address bar: "chrome-extension://{extension ID}#/account/switch-keyring" After replacing: "chrome-extension://ghlmndacnhlaekppcllcpcjjjomjkjpg/index.html#/account/switch-keyring"

  1. How to switch Bitcoin networks?

There are two ways:

1) Move your mouse over the Bitcoin icon at the top of the wallet page, and then select the network you want to switch to from the dropdown menu.

2) Go to the "Network" option in the settings page to switch networks.

Last updated