> For the complete documentation index, see [llms.txt](https://docs.fractalbitcoin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalbitcoin.io/getting-started/how-to.../how-to-inscribe-ordinals.md).

# How to inscribe Ordinals？

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

**Step 1: Understand brc-20 Rules on Fractal**\
Click [here](https://docs.fractalbitcoin.io/doc/brc-20-on-fractal) for detailed brc-20 rules on Fractal.

**Step 2: Setting Up Your Fractal Bitcoin Wallet**&#x20;

*Users are free to inscribe on platforms like OKX or UniSat. In the following guide, we will use UniSat as an example.*

* Open the UniSat Wallet extension. You can download it by clicking [here](https://fractal.unisat.io/download).
* Click the network dropdown in the top-right corner and switch to **Fractal Bitcoin Mainnet**.

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

Now, you can start inscribing!  The inscribing process is similar to Ordinals on Bitcoin mainnet.

**Step 3: Start Inscribing**

* Go to the UniSat site: <https://fractal.unisat.io/> and click "Connect" in the top-right corner and sign in with your wallet address.
* Navigate to the Inscribe page via the top navigation bar or click [here](https://fractal.unisat.io/inscribe). You can inscribe brc-20, Names, Files, and Text, and experience the brc-20 deploy process.

<figure><img src="/files/rw5BkDhE6hLXlvLpMpLY" alt="" width="563"><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/kIdVXiZ8V5GMSxJN66iV" alt="" width="563"><figcaption></figcaption></figure>

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

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

3. In the pop-up window, 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 the Risk Warning statement.

<figure><img src="/files/WiFD7XGYSNXcuCJC3IMo" alt="" width="563"><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/lDn0E73ZI7jxIAQ2EoOi" 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/dWrxJEpqKK8zGSaLL6N5" 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 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 won't receive the token because the supply has already been depleted. Gas fees are non-refundable, as they are paid to the miners for processing the transaction.

<figure><img src="/files/Ta4syfCCv89cKmulS4NW" alt="" width="563"><figcaption></figcaption></figure>

***

**brc-20 on Fractal Full List**

* Go to <https://explorer.unisat.io/fractal-mainnet/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/qUFUxaeKQ2vVXDy6OdNo" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.fractalbitcoin.io/getting-started/how-to.../how-to-inscribe-ordinals.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.
