Ordinals, Inscriptions, and BRC-20
How Casey Rodarmor's 2023 Ordinals protocol brought NFTs and tokens to Bitcoin via inscriptions, what BRC-20 means in practice, and how Runes evolved the model.
What Ordinals Did to Bitcoin
In January 2023, Casey Rodarmor released the Ordinals protocol — a system for numbering individual satoshis (the 100,000,000th of a Bitcoin) and 'inscribing' arbitrary data (images, text, JSON) onto them. Each inscribed satoshi becomes a unique digital artifact that can be traded like an NFT. The protocol uses Bitcoin's witness data (added in the SegWit upgrade) plus Taproot's batched transactions to embed substantial data efficiently. Within months, Ordinals had grown to billions of dollars in trading volume and reshaped Bitcoin culture.
How It Differs from Ethereum NFTs
Ethereum NFTs are smart contracts: token IDs that point to off-chain metadata (typically on IPFS). Ordinals are different: the actual content (image, text, even small video) is embedded directly in Bitcoin's blockchain. There's no external metadata reference — the artifact is the Bitcoin transaction itself. This makes Ordinals more cryptographically permanent (Bitcoin's blockchain is the storage layer) but also bloats Bitcoin's blocks substantially during inscription waves.
BRC-20 — Fungible Tokens via Inscriptions
BRC-20, introduced March 2023, is a token standard built on top of Ordinals. Tokens are 'deployed' by inscribing a specific JSON format declaring the ticker and supply. Users 'mint' tokens by inscribing 'mint' instructions; 'transfers' inscribe 'transfer' instructions. The state of who owns what tokens is computed by indexers reading these inscriptions in order. The standard is intentionally simple, almost to a fault — there's no transfer-with-approval, no batch transfers, no on-chain validation.
- Ordinals number individual satoshis and inscribe arbitrary data onto them
- Inscription data is stored directly in Bitcoin blockchain, not off-chain
- BRC-20 uses inscriptions to implement fungible tokens via JSON instructions
- Runes (April 2024) is a more efficient token-on-Bitcoin alternative
Key Takeaways
- Ordinals brought NFT-like artifacts to Bitcoin in early 2023
- Content is embedded directly in Bitcoin blockchain — different from Ethereum's pointer model
- BRC-20 enables fungible tokens via inscriptions; computationally simple but limited
- The protocol has been one of the most culturally significant Bitcoin developments since SegWit
Related Content
Related Coins
Related Topics
More Topics
Blockchain 101
Understand the foundational technology behind cryptocurrency — what a blockchain is, how blocks and transactions work, the role of nodes, and why distributed ledgers are revolutionary.
Consensus Mechanisms
Learn how blockchain networks agree on a single source of truth — from Proof of Work mining to Proof of Stake validation, Delegated PoS, and Proof of Authority.
Crypto Wallets
Everything about storing cryptocurrency safely — hot vs. cold wallets, custodial vs. non-custodial, seed phrases, hardware wallets, and best practices for protecting your assets.
DeFi Basics
Explore decentralized finance — how DEXs, lending protocols, yield farming, and liquidity pools work, and what TVL really means.
Mining & Staking
How mining works in Proof of Work, staking mechanics in Proof of Stake, validator requirements, rewards, and the economics behind securing blockchain networks.
Smart Contracts
What smart contracts are, how they work, writing in Solidity, the importance of audits, and how self-executing code powers DeFi, NFTs, and DAOs.
Trading Basics
Learn the fundamentals of crypto trading — exchanges, trading pairs, order types, market and limit orders, fees, and how to avoid common beginner mistakes.
Security 101
Protect your crypto — learn about 2FA, hardware wallets, seed phrase storage, common scams, and operational security practices that keep your assets safe.
Regulation & Taxes
Navigate the complex and evolving landscape of crypto regulation — KYC/AML requirements, SEC enforcement, MiCA in Europe, tax treatment of crypto transactions, and DeFi-specific tax challenges.
DAOs & Governance
How decentralized autonomous organizations work — governance tokens, voting mechanisms, Snapshot, treasury management, delegation, and the risks of governance attacks.
Bridges & Cross-Chain
Understand how assets move between blockchains — bridge types, wrapped tokens, cross-chain messaging, major bridge exploits, and the emerging world of ZK bridges.
Blockchain Security & Attacks
Deep dive into blockchain-level security — 51% attacks, MEV exploitation, flash loan attacks, oracle manipulation, reentrancy, and how protocols defend against these threats.
Tokenomics
Understand the economics of crypto tokens — supply dynamics, token distribution, vesting schedules, burn mechanisms, inflation vs. deflation, and how to spot Ponzi-nomics red flags.
How Exchanges Work
Understand how centralized and decentralized exchanges operate, including order books, AMMs, fees, and the tradeoffs between convenience and self-custody.
Reading Charts & Market Data
Learn to read candlestick charts, understand timeframes and volume, identify support and resistance levels, interpret moving averages, and explore on-chain metrics — while understanding that technical analysis is pattern recognition, not prediction.
Portfolio Management
Learn the principles of building and managing a crypto portfolio — diversification, risk tolerance, dollar-cost averaging, rebalancing, position sizing, and tax considerations. This is educational content, not financial advice.
How to Read a Whitepaper
Learn to evaluate cryptocurrency projects by critically reading their whitepapers — the foundational documents that outline a project's technology, tokenomics, and vision.
Crypto News & FUD Literacy
Develop the critical thinking skills to distinguish legitimate crypto news from manipulation, FUD, and hype — essential for making informed decisions.
DeFi Risk Management
Understand and mitigate the unique risks of decentralized finance — from smart contract exploits to impermanent loss and composability failures.
Crypto Privacy
Explore the tension between blockchain transparency and financial privacy — understand why privacy matters, what tools exist, and how regulation is shaping the debate.
Gas & Transaction Fees
Master the economics of blockchain transaction fees — from basic gas concepts to advanced fee optimization strategies across Layer 1s and Layer 2s.
Understanding Stablecoins In-Depth
A comprehensive guide to stablecoins — how they maintain their peg, the different collateral models, the risks involved, and why they have become the backbone of crypto liquidity and real-world payments.
Layer 1 vs Layer 2 Explained
Understand the architecture of blockchain scaling — what Layer 1 and Layer 2 networks are, how rollups work, the trade-offs between them, and how to navigate the multi-chain landscape.
How to Use DeFi Safely
A practical guide to using decentralized finance protocols — from your first swap to yield farming strategies — with a focus on security practices, risk management, and avoiding common pitfalls.
Understanding Airdrops
Everything you need to know about crypto airdrops — how they work, why projects distribute free tokens, how to qualify, the strategies farmers use, and how to avoid airdrop-related scams.
Understanding Market Cycles
Learn how cryptocurrency markets move in cycles — from euphoric bull runs to devastating bear markets — and how to navigate them without emotional decision-making.
MEV Explained
Understand Maximal Extractable Value — how bots exploit your transactions on decentralized exchanges, and what you can do to protect yourself.
How to Evaluate a Crypto Project
A practical due diligence framework for evaluating cryptocurrency projects — from team verification to tokenomics analysis to red flag detection.
Understanding NFTs In-Depth
A comprehensive guide to non-fungible tokens — from basic concepts and standards to advanced use cases, valuation, and the future of digital ownership.
Hardware Wallets & Cold Storage
Everything you need to know about hardware wallets — choosing the right device, secure setup, and seed phrase management for maximum protection.
Understanding Oracles & Data Feeds
Learn how blockchains get real-world data — the oracle problem, oracle networks, and why oracles are critical infrastructure for DeFi.
Zero-Knowledge Proofs Explained
Understand zero-knowledge proofs from the ground up — what they are, why they matter for privacy and scalability, and how ZK rollups are reshaping Ethereum.
Transaction Anatomy: What's Actually Happening
What's inside a cryptocurrency transaction — from Bitcoin UTXOs to Ethereum calldata, gas mechanics, nonce ordering, and what happens when transactions fail.
Self-Custody: Owning Your Keys
The complete guide to holding your own crypto — seed phrase mechanics, BIP-39 entropy, passphrase usage, Shamir backups, multisig, and inheritance planning.
Crypto Tax Rules by Country
How cryptocurrency is taxed in major jurisdictions — US (1099-DA, cost basis), UK (HMRC Section 104), EU (DAC8), and key Asian markets. Not tax advice — what the rules actually say.
AI Meets Crypto: What's Real, What's Hype
Where artificial intelligence and cryptocurrency actually intersect — AI agents with wallets, decentralized compute, verifiable inference, and the new scam vectors AI creates.
Bitcoin ETFs & Institutional Crypto
How spot Bitcoin ETFs work, what institutional adoption means for the market, and why owning ETF shares is fundamentally different from owning the coin.
UTXO vs Account Model
How Bitcoin's UTXO model differs from Ethereum's account model — what each gets right, what each makes harder, and why the choice shapes everything from parallelism to replay protection.
EIP-4844 and Proto-Danksharding
How Ethereum's March 2024 Dencun upgrade introduced blob space — a new transaction type that cut rollup data costs by ~10x and set the stage for full danksharding.
Account Abstraction (ERC-4337)
How ERC-4337 brings smart-contract wallets, social recovery, gasless transactions, and arbitrary signature schemes to Ethereum without changing the protocol — and why every wallet UX of the next decade will use it.
Data Availability Sampling
How light nodes can be cryptographically confident that a block's full data was published — without downloading it — and why this is the key unlock for Ethereum's full danksharding and the modular blockchain stack.
Finality and Fork Handling
What it means for a transaction to be 'final,' why different chains finalise differently, how reorgs happen, and the MEV incentives that complicate the picture.
State Pruning and Expiry
Why Ethereum's state has grown to hundreds of gigabytes, what 'archive,' 'full,' and 'light' nodes actually store, and how proposals like EIP-4444 and Verkle trees aim to keep node hardware accessible for years to come.
ECDSA vs EdDSA vs BLS
The three signature schemes you'll meet across the crypto stack — what each does well, what tradeoffs they impose, and why Ethereum uses three of them simultaneously.
zk-SNARK vs zk-STARK vs PLONK
How the three major proof-system families compare on trusted setup, proof size, prover cost, and quantum resistance — and which production rollups picked which.
Threshold Signatures and MPC
How t-of-n threshold signatures and multi-party computation let multiple parties sign together without any one holding the full key — the cryptography behind Fireblocks, Lit Protocol, and modern institutional custody.
Verifiable Random Functions
How VRFs produce randomness that's both unpredictable before commitment and cryptographically verifiable after — enabling fair lotteries, leader election, and on-chain randomness without trusted parties.
Hash Functions Compared
SHA-256, Keccak-256, Blake3, and Poseidon — which one each chain uses, why ZK systems needed a new family of 'arithmetic-friendly' hashes, and what tradeoffs each makes.
Stealth Addresses and Confidential Transactions
Privacy primitives that hide who's receiving what — from Monero's foundational stealth addresses to Ethereum's ERC-5564 and the legal context post-Tornado-Cash.
CDP Lifecycle
How collateralized debt positions work end-to-end — minting DAI against ETH, paying stability fees, surviving liquidations, and the structural lessons from MakerDAO's Black Thursday and Liquity's no-fee model.
Perpetual Swap Mechanics
How perp futures actually work — funding rates that keep them pegged to spot, mark vs index price, insurance funds that backstop losses, and the liquidation cascades that wreck overleveraged accounts in seconds.
Intent-Based Architectures
Why CoW Swap, UniswapX, Across, and 1inch Fusion moved from 'sign a transaction' to 'sign an intent' — and how solver competition delivers better prices and MEV protection.
MEV-Share Mechanics
How Flashbots' MEV-Share lets users share metadata about their transactions in exchange for a cut of the MEV searchers extract — a structural shift from 'searchers prey on users' to 'searchers and users share value.'
Solver Networks
How solver markets shape DEX prices, the competitive structure across CoW Swap, 1inch Fusion, Hashflow, and other venues, and why solver consolidation is the central debate of 2025-2026 DeFi market structure.
Liquidation Cascades
The mechanical structure of cascading liquidations — Black Thursday, May 19 2021, August 2024 — what amplifies them, who profits, and why over-leverage creates correlated risk across the entire DeFi stack.
Flash Loan Economics
Why flash loans exist, the legitimate uses (arbitrage, collateral swaps, refinancing), and how the same primitive that enables capital-efficient DeFi also enables governance attacks and oracle manipulation.
zkSync Era Architecture
How zkSync Era's prover (Boojum), native account abstraction, and unique EVM-compatibility-via-zkEVM design differ from competing rollups — and what the architectural choices mean for users and developers.
StarkNet Architecture
How StarkNet's Cairo VM, account-abstraction-native model, and STARK prover differ from EVM rollups — and what Madara, prover decentralisation, and the broader Starkware ecosystem mean for the network's future.
Arbitrum Nitro and Stylus
How Arbitrum Nitro evolved from Arbitrum One's custom architecture to running Geth-on-WASM, what BoLD fraud proofs change, and what Stylus's WASM extension brings (Rust/C/C++ smart contracts).
Optimism Bedrock and the Superchain
How OP Mainnet's Bedrock architecture, fault-proof rollout, and Superchain interop strategy reshape Optimism from a single rollup into the dominant modular L2 framework.
Base Architecture
How Coinbase's Base L2 implements OP Stack, how Coinbase's exchange-side integration drives uniquely smooth UX, what the sequencer's centralised reality means today, and the path to a 'stage-2' rollup.
Linea and Polygon zkEVM Compared
How two production zkEVMs — Linea (Consensys) and Polygon zkEVM — compare on EVM-equivalence levels, prover technology, ecosystem strategy, and what each chain's positioning means for users and developers.
Solana Programs and Anchor
How Solana's account model differs from Ethereum's, why Sealevel enables parallel execution, what makes Solana programs feel different to write, and where Anchor fits.
Move Language (Aptos and Sui)
Why Move's resource model fundamentally differs from Solidity, how Aptos and Sui evolved from the same Facebook-origin language, and what 'resources' mean for safety guarantees.
Cairo and StarkNet Contract Development
How Cairo as a language differs from Solidity and Rust, why account abstraction is native to StarkNet, and what writing production StarkNet contracts actually involves.
CosmWasm and Cosmos Smart Contracts
How CosmWasm enables smart contracts on Cosmos chains via WebAssembly, what makes the developer experience distinct from EVM, and why Cosmos's sovereign-chain architecture is a different bet from rollup-style scaling.
Cardano Plutus and EUTxO Contracts
How Cardano's Extended UTXO (EUTxO) model differs fundamentally from Ethereum's account model, what writing Plutus contracts actually involves, and why concurrency on Cardano works differently.
NEAR Contract Model
How NEAR's sharded execution, async cross-contract calls, and storage staking model differ from Ethereum and Solana — and what writing production NEAR contracts looks like.
ICP Canister Model
How Internet Computer (ICP)'s canisters fundamentally differ from Ethereum-style smart contracts — combining compute, storage, and HTTP-server-like functionality in a single on-chain primitive.
ERC-721A and Compressed NFTs
How gas-optimised NFT standards like ERC-721A made batch mints affordable, and how Solana state compression takes the same idea further by storing NFT data in Merkle trees off-chain.
ERC-6551 Token-Bound Accounts
How ERC-6551 lets NFTs own smart contract wallets that can in turn own other assets — enabling 'NFTs that own NFTs,' character-bound inventories, and new composability patterns.
Algorithmic Stablecoin Failures — Deep Catalogue
How Terra UST, Iron Finance, USDR, and various other algorithmic stablecoins failed — the specific mechanisms in each case, and why all unbacked algorithmic stablecoins face the same structural risk.
Delta-Neutral Stablecoins (Ethena sUSDe)
How Ethena's sUSDe captures perpetual funding rates by hedging spot crypto with short perpetuals, what makes it different from algorithmic stablecoins, and the structural risks beneath the surface.
Liquid Staking Tokens and Restaking
How stETH/rETH liquid staking tokens work, why EigenLayer's restaking model created a new economic primitive, and what AVS economics mean for the broader Ethereum ecosystem.