# How to participate in Public Testing?

Welcome to the Fractal Bitcoin Testnet! Follow this step-by-step guide and begin your testing journey.

\
1️⃣ **Setting Up Your Fractal Bitcoin Wallet**&#x20;

*Please use only the UniSat wallet for testing. We recommend creating a new UniSat wallet specifically for testing.*<br>

* Open the UniSat Wallet extension.
* Click the network dropdown in the top-right corner and switch to **Fractal Bitcoin Testnet**.
* Copy the wallet address displayed on the page.

<figure><img src="/files/KSNu9Qh8lxU7Zdm4WMXw" alt="" width="352"><figcaption></figcaption></figure>

***

2️⃣ **Claim Your Testnet assets**<br>

* Visit the faucet page: [https://explorer-testnet.fractalbitcoin.io/faucet](<https://explorer-testnet.fractalbitcoin.io/faucet >) and pass the verification. (*the only official testnet URL*).
* Paste your Fractal wallet address in the **Receiving address** field.
* Click **Claim** to receive your testnet assets.

<figure><img src="/files/gjpC8k2b63Y4xc4xdNTO" alt=""><figcaption></figcaption></figure>

***

\
3️⃣ **Understand brc-20 on Fractal Rules**

\
🔸 Ticker names on this public testnet will be limited to **6 - 12 bytes**. Tickers with 4 or 5 characters will not be permitted, as they are already in use on the Bitcoin mainnet.

🔸 For brc-20 on Fractal, ticker names can include letters (both uppercase and lowercase: **a-z/A-Z**), numbers (**0-9**), and underscores (**\_**). In total, you have 63 different characters to work with. Ticker names are not case-sensitive. For example, "Aaaaaaaaaaaaaa" is treated the same as "aaaaaaaaaaaaaa."

🔸 Both fair-launch and self-issuance are supported for all brc-20 assets on Fractal.&#x20;

"self-issuance" means these assets can only be minted by the holder of deploy inscription. Since deployment inscription can be transferred, whoever holds the deployment inscription has the right to mint the ticker.<br>

***

4️⃣ **Start testing**<br>

The testing operations are similar to those on Ordinals:

* Go to the official testnet site: [https://fractal-testnet.unisat.io/](<https://fractal-testnet.unisat.io/  >)
* Click **Connect** in the top-right corner and sign in with the wallet address you used to claim your assets.

Navigate to the **Inscribe** page via the top navigation bar or click [https://fractal-testnet.unisat.io/inscribe](<https://fractal-testnet.unisat.io/inscribe. >). Here, you can inscribe brc-20, Files, Text, and experience the brc-20 deploy process.

<figure><img src="/files/ih9LJRpIXcyC2AmUVSQe" alt=""><figcaption></figcaption></figure>

**Inscribing Steps:**

1. Input the ticker name you want to inscribe, the amount, and the number of inscriptions to mint in bulk (Repeat Mint). Once you've filled in these details, click "Next" to proceed.

<figure><img src="/files/DesiD8ei9QehZJdLRt4U" alt=""><figcaption></figcaption></figure>

2. Review the minting details, click "Next" if everything is correct, then read and acknowledge the “Risk Warning”.

<figure><img src="/files/DXUHUVxAbZ5lYgP8gOdM" alt="" width="375"><figcaption></figcaption></figure>

3. Input your receiving address. You can use the connected wallet address or enter another one manually.

* Set the fee rate. You can use the suggested fee or enter a custom fee.
* Once you’ve confirmed that all the information is correct, click "Submit & Pay Invoice." Please note that by clicking "Submit & Pay Invoice," you are confirming that you have read and agreed to our Risk Warning statement.

<figure><img src="/files/vTiQSKtbbCtyYWpR9HwR" alt="" width="375"><figcaption></figcaption></figure>

4. Confirm your payment method. The default option is "Pay with Wallet," but you can manually select another payment method if necessary.

<figure><img src="/files/N9045LKazZaoCcsZ4HS9" alt="" width="375"><figcaption></figcaption></figure>

5. After comfirming your payment method, a signature details page will appear. Before clicking "Sign & Pay," carefully review the inputs, outputs, and other transaction details. Make sure everything is accurate, then click "Sign & Pay" to finalize the transaction.

<figure><img src="/files/2uCjw7AcAmpMSUN8UfqT" alt="" width="375"><figcaption></figcaption></figure>

6. At this point, your minting order has been created and will begin processing.

* The status "Inscribing" means that the inscription is currently in progress and awaiting confirmation. Once the process is complete, the status will change to "Inscribed."
* It’s important to note that if the mempool fees are high or the ticker is particularly popular, your transaction might be front-run. This means that if the ticker supply is out before your transaction is confirmed, your order may still show as "Inscribed," but you will not receive the assets due to being front-run.

<figure><img src="/files/r69ORspuhN0zyseEtt89" alt="" width="375"><figcaption></figcaption></figure>

**brc-20 on Fractal Full List**

* Go to <https://fractal.unisat.io/brc20>, scroll down to see the full list of BRC-20 assets and you can also inscribe directly by typing the name of the ticker you want to inscribe in the search box.

<figure><img src="/files/qXGNiShKSVUgfqHI5THs" alt=""><figcaption></figcaption></figure>

***

\
📌Additional Notes:

* This is a testnet environment, and testnet assets have no real value.
* Always use the official testnet site and follow these instructions carefully to avoid any issues.

\
Happy testing, and enjoy your journey with Fractal Bitcoin!&#x20;


---

# 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.fractalbitcoin.io/getting-started/how-to.../how-to-participate-in-public-testing.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.
