💡 The Plain-English Definition
Runes is a fungible token protocol on Bitcoin — a way to create and transfer custom tokens directly on the Bitcoin blockchain, using Bitcoin’s native UTXO model. It launched at the April 2024 Bitcoin halving and is designed to be more efficient and Bitcoin-compatible than earlier token standards.
🤔 But Why Though?
Before Runes, the dominant fungible token standard on Bitcoin was BRC-20, which worked by inscribing JSON data (a text format) into Bitcoin’s witness section using the Ordinals protocol. BRC-20 was popular but technically problematic: it created enormous numbers of tiny junk UTXOs (Unspent Transaction Outputs — discrete chunks of Bitcoin that must be stored by every full node), bloating the UTXO set and making node operation more expensive for everyone. Casey Rodarmor — who created Ordinals — designed Runes as a “harm reduction” alternative. His view: if people are going to create fungible tokens on Bitcoin regardless, they should do it in a way that doesn’t create garbage that burdens the network. Runes uses OP_RETURN outputs (a Bitcoin script feature that marks outputs as unspendable and excludable from the UTXO set, allowing data embedding) to store token metadata. Token balances are tracked in regular UTXOs — using Bitcoin’s native accounting system rather than a separate indexer, making Runes more compatible with Bitcoin’s existing infrastructure.
The mechanism: creating a new Rune is called “etching” — defining its name (1–26 uppercase letters, A-Z only), divisibility, and minting terms. All of this is encoded in a Runestone — a small data structure in the transaction’s OP_RETURN output. Minting produces tokens according to the etched terms. Transferring tokens uses “edicts” — instructions in the Runestone directing how Runes move across transaction outputs. A notable safety feature is the cenotaph: a malformed Runestone causes all input Runes to be burned (destroyed) rather than creating invalid state, ensuring errors fail cleanly. Rodarmor’s own words about the space: roughly “99.9% scams and memes” — he created the protocol as harm reduction while being personally sceptical of most token use cases. As of early 2026, Runes fee revenue has stabilised at approximately 15% of total miner income during active periods — a meaningful contribution to Bitcoin’s long-term security budget.
🌍 The Real-World Analogy
Think of Runes like a more efficient system of cloakroom tickets at a venue. The old system (BRC-20) required a separate physical stub for every token — stubs piling up everywhere, clogging the system. Runes uses the venue’s existing numbered coat hooks (UTXOs) to track ownership, with a small printed slip (OP_RETURN) recording what’s assigned where. Same result — tokens tracked and transferable — but using existing infrastructure instead of creating new clutter.
⚡ So What?
Runes matters to Bitcoin holders primarily through its fee market impact: active Runes minting periods drive fee spikes that affect everyone transacting on-chain, and the resulting fee revenue contributes to miner security. Whether you think fungible tokens belong on Bitcoin or not, understanding Runes explains fee dynamics and the ongoing debate about what Bitcoin’s block space is for.
