Comparing BRC-20 to ORC-20 Features

How are ORC-20 tokens different from BRC-20 tokens?

Features
BRC-20
ORC-20

Built-in anti-double-spending

โŒ Difficult to index

โœ… UTXO

Allow passing initial mint (proxy mint)

โŒ Limit to minter

โœ… Track initial balance

Flexible naming space

โŒ 4 Letter

โœ… Any Size

Custom keys, eg. tax, msg, URL

โŒ Fixed keys

โœ… Flexible keys

Allow upgrade: max, lim

โŒ Non-upgradable

โœ… Upgradable

Allow partial tx and cancellation

โŒ Immutable

โœ… Partial tx

Allow migration: BRC-20 -> ORC-20

โœ… Migrate to ORC-20

โœ… Migration Wrapper

ORC-20 protocol also facilitates the migration of existing BRC-20 tokens through the use of a wrapper ordinal. Using a โ€œwrapper ordinalโ€, you can re-inscribe your previous satoshis and migrate to other ordinal token standards, such as from BRC-20 to ORC-20.

To migrate your existing BRC-20 tokens, you need to deploy a wrapper ordinal that can convert them. Only the deployer of the BRC-20 can make the migration.

So even if you purchased a BRC-20 token with a fixed supply thinking youโ€™re holding a certain percentage of the supply, you can still be diluted should the minter of the token decide that they want to tap into the market demand and migrate to ORC and hand themselves a new supply of coins to dump on the market.

Last updated