Profile Picture
Illya Gerasymchuk
Entrepreneur / Engineer
User Illya Gerasymchuk -

2023-05-17 23:43

🚧 Contrary to popular belief, BRC-20 isn't fully on the Bitcoin blockchain. Yes, the text is stored as part of Taproot Bitcoin transactions, but Bitcoin isn't aware of BRC-20s. You need an external, off-chain tool to parse and calculate balances

User

πŸͺ™ BRC-20 doesn't limit the minting of tokens. There is no way of knowing wether a token has been fully minted without parsing every β€œmint” text record. Conversely, ERC-20 ensures that only a predetermined amount of a token can exist, providing a more controlled ecosystem.

πŸ’¬