> For the complete documentation index, see [llms.txt](https://digital-matter-theory.gitbook.io/digital-matter-theory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digital-matter-theory.gitbook.io/digital-matter-theory/introduction/resources/faq.md).

# FAQ

<details>

<summary>What are Ordinal Inscriptions?</summary>

Inscriptions inscribe sats with arbitrary content, creating bitcoin-native digital artifacts, more commonly known as NFTs. Inscriptions do not require a sidechain or separate token.

These inscribed sats can then be transferred using bitcoin transactions, sent to bitcoin addresses, and held in bitcoin UTXOs. These transactions, addresses, and UTXOs are normal bitcoin transactions, addresses, and UTXOS in all respects, with the exception that in order to send individual sats, transactions must control the order and value of inputs and outputs according to ordinal theory.

</details>

<details>

<summary>Which platform can I use to mint NATs and Elements?</summary>

Any inscription service that allows for text input will work. We recommend [Unisat](https://unisat.io/inscribe).<br>

</details>

<details>

<summary>Why should I inscribe a .element inscription?</summary>

Because they are ownable assets that ecosystem founders will be pointing to when generating their own NATs. Also, the act of discovering a pattern and inscribing an element inscription allows you to name that pattern.

</details>

<details>

<summary>How many Elements can be discovered?</summary>

Potentially infinite, it is undetermined how many can and will exist.

</details>

<details>

<summary>How many times can the same pattern be registered as an element?</summary>

A pattern sequence can only be associated with a field one time. The first to inscribe the pattern, no matter how many names are given to that pattern will be regarded as the registered element.&#x20;

</details>

<details>

<summary>What are Non Arbitrary Tokens (NATs)?</summary>

Tokens that have non-arbitrary parameters that are sourced from the reference data of a registered element.&#x20;

</details>

<details>

<summary>Why should I base my project on NATs?</summary>

It introduces a new variable to token economic design where arbitrary decisions on token supply have less relevance. Plus they have never been done before so it will take you down an unexplored path no other founder in crypto has taken.

</details>

<details>

<summary>How and where can I see my NAT Token balances?</summary>

Coming soon indexer and platform support for NAT token holders will be provided by [mscribe.io](https://mscribe.io/) and [Trac](https://trac.network/index.html).

</details>


---

# 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://digital-matter-theory.gitbook.io/digital-matter-theory/introduction/resources/faq.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.
