π§ 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
πͺ 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.