The long-anticipated moment has finally arrived — Binance, the world’s largest cryptocurrency exchange by volume, has officially listed ORDI, the flagship token of the BRC-20 ecosystem. This marks a pivotal milestone for Bitcoin’s evolving role beyond digital gold into a platform for innovation and tokenization.
But what exactly is BRC-20? How does it work? And why is it reshaping how we think about Bitcoin? In this comprehensive guide, we’ll break down everything you need to know about BRC-20 tokens, from deployment and minting to transferring and managing ownership — all while unlocking the deeper implications of Ordinals protocol on Bitcoin’s future.
What Is BRC-20?
BRC-20 is an experimental token standard built on Bitcoin using the Ordinals protocol, which allows users to inscribe arbitrary data — including JSON text defining token behavior — directly onto individual satoshis (the smallest unit of Bitcoin). Unlike ERC-20 tokens on Ethereum, BRC-20 tokens are not powered by smart contracts but rely on community consensus and standardized inscription formats.
Launched in early 2023 by developer @domodata, BRC-20 was designed as a "social experiment" to test whether Bitcoin could support fungible tokens in a decentralized, trustless way — without altering its base layer.
👉 Discover how blockchain innovations like BRC-20 are transforming digital assets
This innovation sparked a wave of creativity across the Bitcoin network, leading to the creation of tokens like $ordi**, **$meme, and $punk, with thousands of inscriptions minted daily during peak activity.
How BRC-20 Works: The Core Mechanics
BRC-20 operates through three primary actions: Deploy, Mint, and Transfer. Each action is executed via a specially formatted inscription using the Ordinals protocol.
1. Deploy: Launching a New BRC-20 Token
To create a new BRC-20 token, a user deploys a JSON inscription containing key parameters:
{
"p": "brc-20",
"op": "deploy",
"tick": "ordi",
"max": "21000000",
"lim": "1000",
"dec": "18"
}Here’s what each field means:
p: Protocol identifier — must be"brc-20"to signal compliance.op: Operation type — set to"deploy"to initiate token creation.tick: Ticker symbol — a 4-letter name (e.g.,ordi) identifying the token.max: Maximum supply — defines the total number of tokens that can ever exist.lim: Mint limit per inscription — caps how many tokens one mint operation can generate.dec: Decimal precision — optional; defaults to 18 decimals, similar to Ethereum.
Once deployed, the first successful inscription with a given tick becomes the canonical version. Any duplicate deployments are ignored due to the first-come, first-served rule.
2. Mint: Creating Tokens
After deployment, users can mint tokens by submitting another inscription:
{
"p": "brc-20",
"op": "mint",
"tick": "ordi",
"amt": "1000"
}Key points:
- Only tokens with active deployment can be minted.
- The
amtvalue must not exceed thelimset during deployment. - Total mints cannot surpass the
maxsupply — excess mints are invalid. - Priority is determined by transaction confirmation time: earlier wins.
For example, $ordi had a max supply of 21 million and a per-mint limit of 1,000 tokens. With over 23,000 mint inscriptions recorded, the supply is now effectively exhausted.
3. Transfer: Sending BRC-20 Tokens
Transferring BRC-20 tokens involves creating a transfer inscription:
{
"p": "brc-20",
"op": "transfer",
"tick": "ordi",
"amt": "500",
"to": "bc1qabc..."
}While to and fee fields exist for tracking purposes (especially on analytics platforms like Dune), they don’t enforce actual transfers. True ownership relies on who controls the UTXO (unspent transaction output) containing the balance.
⚠️ Important: Simply owning a mint inscription does not mean you own the tokens. You must hold the UTXO where the balance resides or receive a valid transfer inscription that moves the balance to your address.
Key Rules of BRC-20
Understanding these principles is crucial for safe participation:
- First-Come, First-Served: Only the earliest valid deploy or mint transaction counts.
- No Smart Contracts: All logic is enforced off-chain via indexer consensus.
- UTXO-Based Balance Tracking: Your wallet must track which inscriptions hold balances.
- Transfer Risk: If someone else holds your balance UTXO, they can spend it.
👉 Learn how secure platforms handle emerging token standards like BRC-20
How to Mint BRC-20 Tokens (Step-by-Step)
While $ordi may no longer be available for minting, other BRC-20 tokens continue to emerge. Here’s how to participate using tools like UniSat Wallet:
Open UniSat Inscription Tool
- Navigate to the BRC-20 section.
Enter Token Details
Tick: Enter the 4-letter ticker (e.g.,meme).Amount: Set per-mint amount (up tolim).Repeat Mint: Choose batch size (e.g., 5x mints).
Confirm & Pay
- Review details carefully.
- Select gas fee level (choose “Custom” for faster confirmation).
- Copy payment address and send BTC from your wallet.
Wait for Confirmation
- Once confirmed, your inscription appears on-chain.
- Check your balance via Ordinals Explorer or compatible wallet.
🔍 Pro Tip: Some services mint to their own address first, then transfer. Always verify that your genesis transaction outputs directly to your address — otherwise, your balance remains at risk.
Common Pitfalls & Security Warnings
- Fake Mint Bots: Some third-party tools claim to mint for you but retain control of the UTXO. Always audit the output destination.
- Low Satoshi Outputs: Inscriptions with only 546 satoshis may lack enough funds for future transfers. Deposit additional BTC into the holding address to cover fees.
- Indexer Reliance: Not all wallets support BRC-20 yet. Use trusted indexers like UniSat or Ord.io to verify balances.
Why BRC-20 Matters: Beyond the Hype
At first glance, BRC-20 might seem like a novelty — embedding JSON in Bitcoin transactions feels more like graffiti than finance. But beneath the surface lies a profound shift:
The Ordinals protocol transforms every satoshi into a potential canvas for meaning.
Just as NFTs turned digital art into verifiable collectibles, BRC-20 explores how Bitcoin can host user-defined value layers without changing its core rules. It empowers individuals to experiment with decentralized issuance, community-driven economies, and new forms of digital ownership — all anchored in Bitcoin’s unmatched security and scarcity.
This isn't just about making tokens. It's about reimagining what money can become when combined with human creativity.
Frequently Asked Questions (FAQ)
Q: Can I still mint $ordi?
A: No. With a max supply of 21 million and over 23,000 mints already processed (each capped at 1,000), the $ordi supply is fully exhausted.
Q: How do I check my BRC-20 balance?
A: Use blockchain explorers like UniSat Explorer or Ord.io to search by your Bitcoin address and view associated inscriptions.
Q: Is BRC-20 secure?
A: The system relies on external indexers and community norms rather than cryptographic enforcement. While functional, it carries higher risk than smart contract-based standards like ERC-20.
Q: Can I trade BRC-20 tokens?
A: Yes. Platforms like OKX and Bybit now list major BRC-20 assets such as ORDI, enabling spot trading and broader market access.
Q: Are there risks using mint bots?
A: Yes. If a bot mints to its own wallet first, it retains control until transferring to you. Always confirm the genesis transaction sends output directly to your address.
Q: What’s next after BRC-20?
A: Developers are exploring advanced use cases like ordinal-based lending, fractionalization, and privacy-preserving transfers — pushing Bitcoin’s utility frontier further.
Final Thoughts: The Future of Bitcoin Innovation
BRC-20 may be experimental, but its impact is real. By proving that Bitcoin can support user-defined token ecosystems, it opens doors to a new era of on-chain expression and decentralized experimentation.
As @domodata put it: "We’re in the Minesweeper stage of Ordinals development." What comes next could be as transformative as DeFi or NFTs — built not on altchains, but on the most secure blockchain in existence.
Whether you're a collector, developer, or investor, now is the time to understand how BRC-20 and Ordinals are expanding Bitcoin’s narrative — from sound money to a platform for infinite digital innovation.