What Is a BRC-20 Token?
BRC-20 is a token standard built directly on Bitcoin using the Ordinals protocol, which lets data be "inscribed" onto individual satoshis. Unlike Ethereum's ERC-20 standard, BRC-20 tokens have no smart contract running executable code - they're just structured text inscriptions that off-chain indexers read and track. This is a fundamentally different architecture from every EVM chain this site's main Rug Checker supports.
Because there's no executable contract, a BRC-20 token can't technically contain a "honeypot" function that blocks selling the way an Ethereum token can. That doesn't mean BRC-20 tokens are risk-free - it means the risks look different, and you need to check different things.
How BRC-20 Risk Differs From Ethereum-Style Tokens
- No sell-blocking possible. Since transfers are just Bitcoin transactions, no deployer can write code that prevents you from moving your tokens.
- No buy/sell tax. BRC-20 has no concept of an automatic tax deducted on trades the way many ERC-20 tokens do.
- Holder concentration still matters a lot. If a handful of wallets hold most of a token's supply, they can still crash the price by selling together - this remains one of the biggest real risks.
- Mint status matters. Many BRC-20 tokens have a fixed max supply that gets "minted" over time. A token that's still early in its mint can see rapid supply and price changes.
- Marketplace liquidity, not pooled liquidity. BRC-20 tokens typically trade on marketplaces rather than automated liquidity pools, so "liquidity lock" checks don't apply the same way either.
How to Check a BRC-20 Token, Step by Step
- Get the token's ticker (a short code like ORDI or SATS) from the project's official source, or its full deploy inscription ID if you want to check one specific deploy.
- Open the BTC Token Checker and enter the ticker or inscription ID.
- Check holder count and top-10 concentration. A very high percentage held by the top 10 wallets is the single biggest red flag for a BRC-20 token.
- Check mint progress. A token at 100% minted is fully in circulation; one still minting can see supply-driven price swings.
- Cross-check on a marketplace like UniSat or OKX to confirm current trading activity and pricing before buying.
Red Flags to Watch For on BRC-20 Tokens
- A tiny number of wallets holding most of the minted supply
- Extremely low holder counts relative to the hype around a token
- No official source confirming the correct ticker or deploy inscription (BRC-20 tickers can be duplicated by copycats)
- Heavy social media hype with no way to verify the deploy inscription independently
That last point matters more on Bitcoin than almost anywhere else: because tickers aren't unique the way contract addresses are, always confirm you're looking at the correct deploy inscription, not a copycat token using the same ticker name.