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

# Ordinals

Sats, short for satoshis, are the atomic native currency of the Bitcoin network. One Bitcoin can be divided into 100,000,000 sats, and they cannot be further subdivided. Ordinals are a numbering scheme for sats that allows for the tracking and transfer of individual sats. These numbered sats are referred to as ordinals. Ordinals are numbered in the order they are mined and transferred in a first-in, first-out manner from transaction inputs to outputs. The numbering scheme and transfer scheme both rely on sequence, with the numbering scheme based on the order of mined sats and the transfer scheme based on the sequence of transaction inputs and outputs. Hence the name "Ordinal," derived from the concept of ordinal numbers.

The Ordinal theory does not require separate tokens, another blockchain, or any changes to Bitcoin itself. It ascribes value to sats, allowing them to be collected and traded as collectibles. Individual sats can be engraved with arbitrary content, creating unique Bitcoin-native digital inscriptions, which can be stored in Bitcoin wallets and transferred using Bitcoin transactions. These inscriptions are as durable, immutable, secure, and decentralized as Bitcoin itself.


---

# 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://numex.gitbook.io/whitepaper/ordinals.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.
