# What are Bitcoin ordinals?

The Ordinals protocol is a system designed to assign a sequential number to each satoshi (the smallest unit of Bitcoin) and track them in transactions. In simple terms, users can attach additional data to each satoshi using Ordinals, making each one unique. This process is referred to as "recording."

The term "satoshi" is named after the pseudonymous creator of Bitcoin, Satoshi Nakamoto, and represents the smallest denomination of Bitcoin (BTC). One Bitcoin can be divided into 100 million satoshis, which means each satoshi is worth 0.00000001 Bitcoin.

The numbering of satoshis is determined by the order in which they are mined and transferred. The numbering scheme is based on the order of mining, while the transfer scheme is based on the order of transaction inputs and outputs, hence the name "Ordinals."

While traditional NFTs share some similarities with Ordinals, there are several key differences. NFTs are typically created using smart contracts on blockchains like Ethereum, Solana, and BNB Smart Chain, and sometimes the assets they represent are stored elsewhere. In contrast, Ordinals are directly recorded on individual satoshis and included in blocks on the Bitcoin blockchain. Ordinals exist entirely on the blockchain and do not require sidechains or separate tokens. In this sense, Ordinals recording inherits the simplicity, immutability, security, and durability of Bitcoin itself.


---

# 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://help.tokenpocket.pro/en/wallet-faq-en/btc-wallet/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.
