> For the complete documentation index, see [llms.txt](https://satxio.gitbook.io/satx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://satxio.gitbook.io/satx/inscribe/atomicals.md).

# Atomicals

<figure><img src="/files/wNHQbxXrdxTlJJIWxX0h" alt=""><figcaption><p>Atomicals Protocol brings Digital Objects to life on Bitcoin and proof-of-work based blockchains</p></figcaption></figure>

## What is the Atomicals Protocol?

The Atomicals Protocol is a simple, yet flexible protocol for minting, transferring and updating [*digital objects*](https://github.com/atomicals-community/atomicals-guide/blob/main/broken-reference/README.md) *(traditionally called non-fungible tokens)* for unspent transaction output (UTXO) blockchains such as Bitcoin. An Atomical (or "atom") is a way to organize the creation, transfer and updates of digital objects – it is essentially a chain of digital ownership defined according to a few simple rules.

## Why use Atomicals?

The Atomical specification is *the simplest possible way* to organize digital property on a blockchain such as Bitcoin. The implementation is very simple and provides the maximum flexibility for static and dynamic digital assets, artifacts and objects. The rules are so simple that it's impossible to accidentally spend Atomicals as miner fees and it's trivial to verify that ownership was transferred to the correct recipient – without relying on any third parties whatsoever or even being required to run an indexer. Atomicals are self-evident digital object histories. That being said, most developers and services will prefer the convenience of running their own indexer and all the benefits that come along with it.

<mark style="background-color:orange;">**atomicals.xyz Documentation:**</mark> [<mark style="background-color:orange;">**https://docs.atomicals.xyz**</mark>](https://docs.atomicals.xyz/)

As the earliest supporter of Atomicals DEX, this section will introduce 4 functions related to Atomicals:&#x20;

{% content-ref url="/pages/MqG9hKhCtTJeE2v4U0Ye" %}
[DMint](/satx/inscribe/atomicals/dmint.md)
{% endcontent-ref %}

{% content-ref url="/pages/rdEN9P93YMTsrviu3L7P" %}
[FT](/satx/inscribe/atomicals/ft.md)
{% endcontent-ref %}

{% content-ref url="/pages/W1WydSjszll0fzORA2IK" %}
[Realm](/satx/inscribe/atomicals/realm.md)
{% endcontent-ref %}

{% content-ref url="/pages/thvKTDCdb7D22eUyyrje" %}
[NFT](/satx/inscribe/atomicals/nft.md)
{% endcontent-ref %}


---

# 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:

```
GET https://satxio.gitbook.io/satx/inscribe/atomicals.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.
