# CAT20 Minter

## 1. Introduction

The [**CAT20 Minter**](https://tools.mempool.com/mint-cat20) is a specialized tool for minting CAT20 tokens on the Bitcoin network, specifically designed to integrate with the Fractal Bitcoin (FB) ecosystem. Built to support secure, decentralized token minting, this utility simplifies the complexities involved in the CAT20 protocol and offers a clean interface for users to mint directly from their Taproot-compatible wallets.

***

## 2. Key Features

#### ✨ Non-Custodial Design

The CAT20 Minter is fully non-custodial. Users retain full control over their funds at all times. The platform merely constructs the minting transaction; signing and broadcasting happen via the user's own wallet.

#### ✅ Taproot Compatibility

To ensure proper execution on the Bitcoin network, all wallets and receiver addresses must be Taproot-based:

* **Wallet Address Format**: Must begin with `bc1q` or `bc1p`
* **Receiver Address Format**: Must begin with `bc1p` (Taproot)

#### 🚀 Quick Minting Flow

1. Connect your Taproot-compatible wallet
2. Enter your Taproot receiver address (bc1p)
3. Input the number of mints (up to 25 per batch)
4. Click **Mint**
5. Sign the transaction when prompted by your wallet
6. Monitor status in the **History** section

***

## 3. Fee Structure

While DotSwap does not charge a platform fee, standard Bitcoin network fees apply. On average, minting costs are approximately **10% of the token's face value**. Fees are determined dynamically based on current network conditions.

***

## 4. Common Questions

#### 🤔 Why is my minting transaction pending or not visible?

Minting requires scanning available minter UTXOs and constructing transactions under precise conditions. Delays may occur if:

* UTXOs are temporarily unavailable
* Network congestion is high
* Your batch size is near the maximum

Please allow a few minutes for the transaction to finalize.

#### 💸 Is my $FB / wallet safe?

Yes. All minting operations are initiated and signed by the user. The tool does not store or access private keys or user funds.

#### ❓ Is minting guaranteed to succeed?

Due to the nature of the Bitcoin network and CAT20 protocol constraints, 100% success cannot be guaranteed. The tool makes best-effort attempts to complete mints and is continuously being improved for higher success rates and better UX.

***

## 5. Conclusion

The CAT20 Minter by DotSwap is a foundational utility for the emerging CAT20 token standard on Bitcoin. Designed for reliability, accessibility, and full self-custody, it enables anyone to engage with CAT20 assets safely and efficiently.

> Connect. Mint. Track. Scale. Welcome to the next layer of Bitcoin-native tokenization.


---

# 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.on.nexus/tools/mempool-tools/cat20-minter.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.
