# 1. Introduction

Casey Rodarmor's Ordinal Theory provided a special lens through which to view Bitcoin. It revealed individual satoshis (the smallest units of BTC) as unique digital objects.&#x20;

This made these satoshi-objects immutable collectors items, giving them similar properties and values to that of NFTs (Non-Fungible Tokens).

The community stretched Casey’s notion further, and quickly rendered entire token ecosystems from the Ordinals' breakthrough.

One such member, domo, even invented a way to create fungible “BRC-20” tokens, a token standard similar to Ethereum’s ERC-20.

While BRC-20s were an ingenious Ordinal-based fungible token prototype, they were created as an experiment and face significant limitations compared to their ERC-20 counterparts.&#x20;

This is where Runes come in. Also created by Casey, the **Runes Protocol** is an attempt to introduce a native, optimized implementation of a fungible token standard for Bitcoin.

<figure><img src="https://45488786-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXthSxGSc91QJr6O63bSM%2Fuploads%2F9SSdPd5GlEN0stu9Gw8n%2FBildschirmfoto%202024-05-15%20um%2021.26.48.png?alt=media&#x26;token=29fac7aa-6b87-4fc5-aeee-39a9a2c1859a" alt=""><figcaption></figcaption></figure>


---

# 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://book.runesterminal.io/1.-introduction.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.
