What Are Runes in Crypto?

Key Takeaway: Runes are a fungible token standard on Bitcoin that allows for efficient, native assets without the network bloat associated with BRC-20s. They use the UTXO model to treat tokens like native Bitcoin.

Runes are fungible tokens that live directly on the Bitcoin blockchain. Launched by Casey Rodarmor at Block 840,000 (the April 2024 halving), the protocol solved a specific problem: creating tokens without spamming the network.

Before Runes, traders used BRC-20s. These worked, but they were messy. BRC-20s wrote data into the “witness” section of a transaction, creating junk outputs that bloated Bitcoin’s memory pool. Runes are different. They utilize OP_RETURN—a standard field for storing data—and map token balances directly to Unspent Transaction Outputs (UTXOs).

Think of a BRC-20 as writing a check on a sticky note attached to a dollar bill. Runes are like writing the value directly on the bill itself. If you hold the UTXO, you hold the tokens. No extra indexing required.

Runes vs. BRC-20: The Technical Differences

The shift from BRC-20 to Runes isn’t just aesthetic. It’s about block space efficiency.

FeatureBRC-20Runes
Data LocationWitness Data (SegWit)OP_RETURN
Data Size~4MB limit (bloated)80 bytes (efficient)
ModelAccount-based (via Indexer)UTXO-based (Native)
Transfers2 Steps (Inscribe + Transfer)1 Step (Transfer UTXO)
Network ImpactHigh (creates “dust” UTXOs)Low (cleans up UTXOs)

The catch? Runes are unforgiving. A mistake in a BRC-20 transfer usually just fails. A mistake in a Rune transfer can burn your assets permanently.

BRC-20 Bloated “Witness” Data BTC BLOCK JSON FILE Runes Efficient OP_RETURN BTC BLOCK

Under the Hood: Edicts, Runestones, and Cenotaphs

Most guides stop at “it’s efficient.” We won’t. If you trade Runes, you need to understand the mechanics that dictate your profit and loss.

The Runestone

Every Rune transaction contains a “Runestone.” This isn’t a rock—it’s a protocol message stored in the OP_RETURN field. It tells the network three things: what is being created (Etching), what is being claimed (Minting), or where tokens are moving (Edicts).

Edicts: The Traffic Controllers

An Edict is the specific instruction set that moves tokens. It follows a strict tuple structure:

(ID, AMOUNT, OUTPUT)

  • ID: The specific token identifier (Block Height + Transaction Index).
  • AMOUNT: How many tokens to move.
  • OUTPUT: Which UTXO index (0, 1, 2…) receives them.

When you send a Rune, your wallet constructs this tuple. If you have 1,000 tokens and want to send 100 to a friend, the Edict directs 100 to their output index. The remaining 900? They must be directed back to your change address via a “Pointer.” If the Pointer is missing, the protocol defaults to the first non-OP_RETURN output.

The Cenotaph Risk

This is where users get wrecked. If a Runestone is malformed—contains invalid data or unrecognized opcodes—it becomes a Cenotaph.

The protocol treats a Cenotaph as a toxic event. It burns all Runes in the input of that transaction.

Why? To force developers to write clean code. If a wallet or app creates a bad transaction, the user loses money immediately. This harsh penalty keeps the UTXO set clean but means you should only use battle-tested wallets like Xverse or Unisat. Never hand-code a Rune transfer unless you can read hex.

Your Runes Faulty Wallet Result TOKENS CENOTAPH Burned

How Runes Are Born: Etching vs. Minting

Tokens don’t just appear; they are Etched. This is the genesis event where the creator defines the hard rules. Once Etched, these parameters are immutable. No “admin keys,” no changing the supply later.

There are two ways a Rune enters circulation:

1. The Pre-Mine (Fixed Cap) The Etcher allocates the entire supply to themselves immediately.

  • Use Case: Centralized projects, stablecoins, or CEX listings.
  • The Signal: If a project claims to be “community-first” but 100% of the supply sits in the Etcher’s wallet, it’s a red flag.

2. The Open Mint (Fair Launch) This is the retail standard. The Etcher defines the parameters but takes zero tokens. Instead, they open a “Minting Window.”

  • Mechanism: Anyone can send a transaction to “mint” a set amount of tokens until the global cap is reached or the block height deadline passes.
  • The Cost: You pay only Bitcoin network fees.
  • The Rush: Popular mints trigger gas wars. In 2024, minting costs spiked to $100+ per transaction. As of late 2025, fee markets have stabilized, but hype mints still clog the mempool.

The Anti-Snipe Mechanism Runes uses a Commit-Reveal scheme to prevent miners from front-running your Etching.

  1. Commit: You publish a hash of your token details.
  2. Wait: You must wait 6 blocks (approx. 1 hour).
  3. Reveal: You publish the actual Etching transaction. If you try to reveal too early, the Etching fails. This forces a cooldown that levels the playing field.

The Market Landscape (November 2025)

The initial hype cycle has cooled. Following the explosive launch in 2024, daily transaction volumes dropped over 80% before finding a floor. As of late 2025, the market has matured into a “survivor” phase.

Liquidity has consolidated around a few key assets:

  • DOG•GO•TO•THE•MOON: The persistent volume leader. Acts as the beta proxy for the entire ecosystem.
  • RSIC•GENESIS•RUNE: A play on yield generation and gamification.
  • PUPS: Maintains a strong community following despite volatility.

The “dead body moving” narrative from mid-2025 has shifted. Runes are no longer the shiny new toy; they are a recognized standard for memecoins and utility tokens on Bitcoin L1.

The Naming Protocol: Gamified Scarcity

ERC-20 tokens allow duplicate names. You can have 5,000 tokens named “PEPE” on Ethereum. Runes does not. Every Rune name is unique.

To prevent the best names (like “BTC” or “MOON”) from being squatted on day one, the protocol enforces a strict character limit that unlocks over time.

The Unlock Schedule At launch (Block 840,000), the minimum name length was 13 characters.

  • Every 17,500 blocks (approx. 4 months), the minimum length drops by one character.
  • Status (November 2025): We are currently in the 9-character era.
  • The Endgame: 3-character names won’t unlock until roughly 2028.

The Market Strategy This creates “seasons” of speculation. Traders track the block height countdowns for specific name lengths.

  • Arbitrage: High-value 10-letter words were snatched up immediately when the protocol crossed the block threshold.
  • Spacers: To make long names readable, Runes uses bullets (•). THE•BEST•RUNE is treated as THEBESTRUNE by the protocol, but the spacers make it legible.

Warning: The protocol does not distinguish between 0 (zero) and O (letter O) in the underlying encoding to prevent confusion, but visual spoofing is still possible in some wallet UIs. Always check the unique Rune ID (e.g., 920500:25) rather than trusting the ticker text blindly.

How to Buy and Trade Runes

Trading Runes feels different than trading ERC-20s on Uniswap. You are trading UTXOs, not just database numbers.

1. The “Lot” System

On marketplaces like Magic Eden, you buy “lots.” A lot is a single UTXO containing a specific number of Runes.

  • Scenario: You want 500 tokens.
  • Market: Sellers have listed lots of 1,000, 2,000, and 10,000.
  • Problem: You cannot buy “half” a lot. You must buy the whole UTXO.

2. Splitting UTXOs

If you hold a lot of 10,000 and want to sell 1,000, you must “split” the UTXO. Wallets like Xverse and tools on Magic Eden handle this. You send the 10,000 to yourself, creating two new outputs: one with 1,000 (to sell) and one with 9,000 (to keep). This costs a network fee.

Your Wallet Transaction New Outputs 10,000 1k To Buyer 9k Change

3. Execution Guide

  • Wallet: Install Xverse or Unisat. Do not use a standard Bitcoin wallet (like generic Trezor software) that doesn’t parse Runes—you might accidentally spend the UTXO as regular BTC fees.
  • Funding: Send BTC to your wallet. Ensure you have enough for gas (network fees).
  • Platform: Connect to Magic Eden (highest volume) or OKX.
  • Purchase: Filter by “Unit Price” (Sats/Token). Buy the lot that fits your budget.

Risks You Can’t Ignore

Phishing via Symbols Runes allow unique names, but scammers use lookalikes. SUPER•RUNE is different from SUPER•RUNES. Always verify the Rune ID (e.g., 840000:15) before buying.

UTXO Management If your wallet isn’t Rune-aware, it sees your tokens as tiny amounts of BTC (e.g., 546 sats). If you try to send a normal BTC transaction, the wallet might grab that UTXO to pay the fee. Result: You send 0.000005 BTC to a miner, and your 10,000 Runes are destroyed.

Volatility Runes are effectively altcoins on Bitcoin. They correlate with BTC price action but with higher beta. When BTC sneezes, Runes catch a cold.

Test Your Knowledge

>> SYSTEM_CHECK: PROTOCOL_KNOWLEDGE

USER: GUEST STATUS: PENDING_INPUT…
1. WHERE DO RUNES STORE THEIR DATA?
2. WHAT IS A “CENOTAPH”?
3. HOW DO YOU BUY RUNES ON A MARKETPLACE?

Frequently Asked Questions

Can I store Bitcoin Runes on a Ledger or Trezor?
Yes, but with a caveat. Your hardware device secures the private keys, but the native software (Ledger Live or Trezor Suite) may not display the tokens properly. To manage them safely, connect your hardware wallet to a Rune-compatible interface like Xverse or Unisat. Warning: If you send Runes to a standard Bitcoin address on your Ledger, they are safe, but you risk accidentally spending them as transaction fees if you use the device for regular BTC transfers.
How much does it cost to mint a Rune?
The protocol itself charges no fees. You pay only the Bitcoin network transaction fee. In times of low congestion (10–15 sats/vB), a mint might cost $3–$5. During high-traffic events, fees can spike above $50. Always check the current mempool rates before confirming a transaction.
Are Runes the same as Ordinals?
No. Both were created by Casey Rodarmor, but they serve opposite functions. Ordinals are non-fungible (NFTs)—unique data inscribed onto a specific satoshi. Runes are fungible—interchangeable tokens designed for efficient trading, similar to ERC-20s on Ethereum. Think of Ordinals as digital art and Runes as digital currency.
Will Runes replace BRC-20 tokens?
Technically, they should. Runes are more efficient and generate less blockchain bloat than BRC-20s. However, BRC-20 has significant first-mover advantage and entrenched liquidity. While new projects increasingly favor Runes, legacy BRC-20 tokens likely won’t migrate overnight. The market currently supports both, but Runes is the standard for new development.

References

https://docs.ordinals.com/runes.html
https://magiceden.io/runes
UniSat Documentation
GeniiData Ordinals

> ABOUT_THE_AUTHOR _

Mark Zimmerman

// Technical Writer

Hi, I'm Mark. My journey into the blockchain industry began on the investment side, where I worked as a developer in charge of DeFi operations for a digital asset-focused firm, eventually becoming a partner. I transitioned from the financial side of crypto to the deep technical trenches as a Solidity developer, a central limit order book built on the Avalanche blockchain. That hands-on experience building decentralized applications gave me a rigorous understanding of the challenges developers face when working with distributed ledger technology. Currently, I work as a Technical Writer at CoinWatchDaily, where I focus on bridging the gap between complex low-level code and accessible developer education.

VIEW_PROFILE >>