> For the complete documentation index, see [llms.txt](https://docs.gmscribe.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmscribe.art/ordinals-101/rare-sats.md).

# Rare Sats

The concept of "rare sats" (satoshis) within the Bitcoin ecosystem refers to individual satoshis that possess unique characteristics or historical significance, making them more valuable or sought after compared to ordinary satoshis. This notion has gained popularity with the advent of the Bitcoin Ordinals protocol, which allows for the identification and inscription of individual satoshis. Rare sats are often distinguished by their association with famous Bitcoin transactions, blocks, or notable events in the cryptocurrency's history.\ <br>

According to [Ordinal Theory,](https://rodarmor.com/blog/ordinal-theory/) the following types of rare sats exist:&#x20;

* `uncommon satoshi`: the first satoshi in each coinbase
* `rare satoshi:` the first satoshi in the coinbase of the block created right after difficulty adjustment
* `epic satoshi`: the first satoshi in the coinbase of the block created right after halving
* `legendary satoshi`: the first satoshi in the coinbase of the block created right after a halving that coincides with a difficulty adjustment event
* `mythical`: the first satoshi in existence, locked forever in the first block, and unspendable. Meant only to be glanced at, never to be collected

***

Aside from the Ordinal Theory rarity, people have been collecting other interesting satoshis: interesting by virtue of their historical value, aesthetics of their ID, or their involvement in special transactions marking an important event for Bitcoin.

Some examples include:

* `Block 9`: Satoshis involved in the first transaction (historical value);
* `Block 9 450x`: Satoshis taken from the first bitcoin of the 9th block. All sats between 45,000,000,000 and 45,099,999,999 (including)
* `Palindrome`: Satoshis which have a palindromic ID (aesthetic value);
* `Pizza`: Satoshis involved in the famous pizza transaction (value given by their involvement in historical events);


---

# 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.gmscribe.art/ordinals-101/rare-sats.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.
