Bitcoin Ordinals Terminology

Your one-stop guide to understand the language in Ordinals.

Bitcoin Ordinals Terminology
B

Bitcoin Node

A system that runs the Bitcoin Core software, validating transactions and blocks on the blockchain while ensuring adherence to the network's consensus rules.

Bitcoin Protocol

The decentralized system that governs the creation, transmission, and verification of Bitcoin transactions.

BRC-20

An experimental fungible token standard on Bitcoin making a non-fungible token (Ordinals), fungible.
C

Cursed Inscription

When an inscription does not abide by the current Ordinal protocol standards that inscription is deemed as “cursed”.
D

Digital Artifact

Any digital asset that possesses characteristics of ownership, completeness, permissionlessness, uncensorability, and immutability.
E

Envelopes

Inscription data is 'enveloped' in the Pay-to-Taproot tapscript of a Bitcoin transaction.

Exotic Rarity

Subjective rarity attributes of sats based on unique characteristics like specific numbering patterns, naming or historical significance.
I

Inscription

Arbitrary content stored in a Bitcoin transaction during the creation of a digital artifact (akin to NFTs on Bitcoin).

Inscription ID

An inscription identifier includes the transaction ID of the reveal transaction (during creation of the inscription) and the index of the new inscription within that transaction.

Indexer

Indexers monitor ordinal numbers and their inscription data.

Inscription Number

The number assigned to an inscription based on its order of creation on the network.
O

Operation Code (OpCode)

An "Operation Code (OpCode)" in Bitcoin serves as a command or instruction within the Bitcoin scripting language known as Script. OpCodes are used within UTXOs for transaction validation and control of spending conditions.

Ord Client

The open-source software that enables users to participate in the Ordinals protocol. Ord provides an ordinal indexing service, a block explorer, an inscription service, and a command-line wallet.

Ordinal Handbook

Found at https://docs.ordinals.com, the Ordinals Handbook stands as a guide to Ordinal Theory.

Ordinals Protocol

The Ordinals protocol is a system for storing and tracking digital assets (NFTs) on Bitcoin.

Ordinal Theory

A scheme that serializes and tracks individual satoshis using ordinal numbers based on their order of creation.
P

Provenance (Parent/Child)

Provenance enables the holder of an inscription to demonstrate ownership and to create child entities that establish provenance on-chain.

Partially Signed Bitcoin Transaction (PSBT)

Often used in ordinal marketplaces, PSBTs allow for the partial signing of a transaction. They wait for the second party (or multiple parties) to complete the transaction by agreeing to the conditions of the PSBT and broadcasting the transaction.

Pay-to-Taproot (P2TR)

Pay-to-Taproot is a type of Bitcoin transaction output introduced with the Taproot update in November 2021.
R

Recursion

A method allowing inscriptions to reference the content of other inscriptions, minimizing data size while preserving content access.

Reinscription

Attaching additional inscription data to an already inscribed satoshi.

Rodamor Rarity

A classification system for sat rarity based on Bitcoin's periodic events, as defined by Casey Rodarmor.
S

Satoshi Numbers (also known as Ordinal Numbers)

The serialization of satoshis, assigned in the order in which they are created; these numbers are preserved across transactions.

Satoshi

The smallest unit of Bitcoin, equivalent to 0.00000001 BTC.

Sat Hunting

The practice of searching for and identifying rare sats based on their historical or ordinal significance.

Sat Name

A unique identifier for each satoshi derived from its satoshi number using Base26 (alphabetical) conversion.

Segwit

Launched in August 2017, designed to reduce transaction data size by separating certain data from the transaction signature. It is in this segregated area that arbitrary messages can be stored. This feature is available with any SegWit address, which starts with '3' or 'bc1q'.
T

Teleburn

The process of burning an NFT on its original chain of creation, followed by inscribing the same content onto the Bitcoin blockchain.

Taproot

Launched in November 2021 with the aim of improving security, efficiency, and scalability. Taproot scripts offer the advantage of having very few restrictions on their content. Additionally, they benefit from the witness discount, making the storage of inscription content relatively economical. Addresses related to Taproot start with 'bc1p'.
U

Unspent Transaction Output (UTXO)

Instead of account balances, Bitcoin uses UTXOs to track the location of coins on the network. To spend a UTXO, you must provide a signature to prove you own the private key corresponding to that address.