
In early 2023, the Bitcoin community unlocked a fresh path to issue fungible tokens directly on Bitcoin—no smart contracts required. The format, known as BRC-20, rides on Ordinals inscriptions to encode token actions on-chain using simple JSON messages. This article clarifies What is BRC-20, details how it works from deploy to transfer, explains how it relates to Ordinals NFTs, and closes with risk-aware practices for traders exploring this niche on Gate.
What is BRC-20: definition, purpose, and origin
At its core, What is BRC-20? It is an experimental standard for fungible tokens on Bitcoin. Unlike Ethereum’s ERC-20 that runs logic in smart contracts, BRC-20 stores human-readable instructions as data inside Bitcoin transactions. A pseudonymous developer, Domo, introduced the approach in 2023 to test whether Bitcoin’s base layer—assisted by recent upgrades and ordinal theory—could support token issuance in a simple, reproducible way. The goal is minimalism: keep token rules outside the consensus layer while preserving Bitcoin’s settlement guarantees.
This minimalism is central to What is BRC-20. There is no contract bytecode. Instead, small JSON payloads are "inscribed" onto individual satoshis (sats). Off-chain indexers then replay these messages to compute token balances deterministically. Because everything is anchored to on-chain data, any indexer following the same rules arrives at the same state.
What is BRC-20: the three operations that power the lifecycle
The lifecycle of What is BRC-20 revolves around three actions—each captured in a compact JSON inscription attached to a sat:
1. Deploy (define the token).
A creator inscribes a deploy message specifying a short ticker (typically four characters), maximum supply, and per-mint limit. This inscription becomes the canonical reference for the token’s parameters.
2. Mint (create the units).
Participants inscribe mint messages referencing the deployed ticker and the amount to mint, respecting the per-mint and max-supply constraints. Multiple mints occur until the cap is reached.
3. Transfer (move balances).
Holders inscribe transfer messages specifying the amount to move. Indexers process these messages in chronological order, updating balances as tokens move between outputs tied to inscribed sats.
Crucially, What is BRC-20 does not introduce new consensus rules. Balances are a function of the ordered message history. If a message is malformed or violates limits, indexers simply ignore it, keeping the state consistent and predictable.
What is BRC-20 vs. ERC-20: same goal, different machinery
Many readers ask What is BRC-20 compared with ERC-20. Both target fungible tokens, but the mechanisms diverge:
- Execution model: ERC-20 relies on smart contracts within the EVM; What is BRC-20 encodes intent as inscription data interpreted by indexers.
- Security surface: ERC-20 risks include contract bugs and upgrade patterns; What is BRC-20 shifts risk to correct indexing, message formatting, and transaction construction.
- User experience: ERC-20 transfers are contract method calls; What is BRC-20 transfers are inscriptions bound to specific sats, so wallets must preserve the right UTXOs to avoid stranding tokens.
This trade-off buys Bitcoin-native issuance at the cost of greater reliance on tooling and indexing conventions.
What is BRC-20: how Ordinals enable the mechanism
To grasp What is BRC-20, understand Ordinals. Ordinal theory assigns each satoshi an index so it can carry identity. With that identity, users can inscribe arbitrary content—text, JSON, or media—into the witness data of a Bitcoin transaction. Earlier upgrades (SegWit, Taproot) made such data anchoring efficient and practical.
Within this framework, What is BRC-20 treats each inscription as an instruction. Indexers associate the instruction with its sat, respect the token’s deploy parameters, and then replay mints and transfers to derive balances. Without Ordinals’ sat-level accounting, BRC-20 would have no substrate to transport token state.
What is BRC-20: wallets, fees, and day-to-day UX
Because What is BRC-20 lives in Bitcoin’s UTXO model, users need Ordinal-aware wallets that protect inscription sats and build transactions precisely. Three user-level realities follow:
1. Fee dynamics. Inscription size and network congestion directly influence cost. During high-fee epochs, minting and transfers can become expensive, which feeds into market behavior and liquidity.
2. UTXO hygiene. Careless consolidation or spending can accidentally separate a token instruction from the intended output. Good wallets abstract this away, but sophisticated users should still understand what is being spent.
3. Learning curve. At first, sending a BRC-20 token feels different from calling a contract. As tooling improves, this friction diminishes, but newcomers should expect a brief adjustment period.
What is BRC-20: market structure, narratives, and key risks
The first wave of BRC-20 tokens—like ORDI—proved there is demand for fungible assets on Bitcoin. Activity surged as users experimented with deploys and mints, then rotated between collections and narrative peaks. With that growth came risks characteristic of What is BRC-20:
- Indexer dependence. A shared ruleset is needed so everyone computes balances identically. Divergence across indexers can create short-term confusion until conventions reconverge.
- Fee sensitivity. Because inscriptions live inside Bitcoin transactions, fee spikes render minting and transferring costlier, sometimes throttling activity.
- Irreversibility of parameters. A mistake at deploy time—such as an overly permissive per-mint limit—can be permanent, shaping token dynamics forever.
These constraints inspired follow-on experiments (for example, alternative inscription formats) that seek to polish or rethink the model. Whether or not they displace BRC-20, the idea of "instructions as inscriptions" has already altered how Bitcoin can host programmable assets.
What is BRC-20 and its relationship to Ordinals NFTs
A common confusion is whether What is BRC-20 is simply "Bitcoin NFTs." Both BRC-20 tokens and so-called Ordinals NFTs share the same rails—inscriptions on ordinalized sats. The distinction is intent and content: NFTs inscribe unique artifacts (images, text art, code), while BRC-20 inscribes fungible token instructions. Because they compete for the same block space and depend on the same wallet/indexer stack, bursts in NFT activity can influence the cost and cadence of BRC-20 minting and transfers, and vice versa.
What is BRC-20 on Gate: practical ways to approach the niche
As a Gate content creator, I recommend exploring What is BRC-20 with a Gate-first mindset:
- Verify the lineage. Before trading a BRC-20 ticker, read the deploy parameters (ticker, max supply, per-mint) and ensure they match market assumptions.
- Respect liquidity. Check the depth and recent turnover for the pairs you intend to trade on Gate. Right-size your orders to current market conditions.
- Plan for on-chain actions. If you mint, withdraw, or transfer, budget Bitcoin fees and confirmation latency.
- Embed risk discipline. On volatile, experimental assets, use protective orders like OCO and keep position sizes modest relative to portfolio value.
Gate’s educational materials and market dashboards make it straightforward to combine learning with practice—research tokens, monitor liquidity, and execute with Spot or, where available, Perp instruments while keeping risk controls close at hand.
What is BRC-20: a step-by-step narrative from inscription to balance
To anchor the mechanics, imagine the following flow:
- A creator deploys a token by inscribing JSON that sets the ticker, max supply, and mint limit.
- Community members mint by inscribing mint messages within the allowed limits until the cap is reached.
- Holders transfer balances via transfer inscriptions that specify amounts; indexers replay the history and move balances accordingly.
- Ordinal-aware wallets ensure the correct inscribed sat is used so that balances remain intact across UTXOs.
In this story, there is no contract logic deciding truth. Instead, truth emerges from a shared interpretation of on-chain messages applied in order. That simplicity is powerful—but it demands consistent tooling and careful handling.
What is BRC-20: pros, cons, and the road ahead
1. Pros of What is BRC-20
It brings fungible issuance to Bitcoin today with minimal changes, harnessing the network’s security and permanence. The deploy–mint–transfer mental model is easy to reason about, and the cultural momentum of Ordinals accelerates user interest.
2. Cons of What is BRC-20
It inherits Bitcoin’s fee market, introduces an indexer trust layer, and asks users to understand UTXO nuances. Parameter missteps at deploy time are largely irreversible, and competing experiments may shift mindshare over time.
3. Outlook for What is BRC-20
Even if successor standards emerge, the paradigm of inscription-as-instruction seems here to stay. For builders, it’s a canvas; for traders, it is a venue with unique microstructure—fee-driven surges, event-driven mints, and liquidity that ebbs with narratives.
Final thoughts: Gate-first best practices for "What is BRC-20"
If you’re curious about What is BRC-20, start small, verify everything, and let the market confirm your thesis. On Gate, combine research with structured execution:
- Read deploy parameters, cross-check supply math, and understand the mint history.
- Align order size with real order-book depth.
- Budget on-chain fees when moving assets.
- Use OCO and a fixed risk-per-idea to keep volatility on your side.
What is BRC-20 sits at the intersection of Bitcoin’s engineering ethos and its creative culture. Understanding how it leverages Ordinals—and how the indexer model shapes risk—will help you approach this space with confidence, discipline, and a plan that fits the realities of on-chain markets.


