BRC-20 Token standard defined via JSON inscriptions. Created May 2023 by @domodata. Originally a "fun experiment", became massive ecosystem. Mechanics Each operation is a JSON inscription: Deploy = 4-character ticker (case-insensitive). Once deployed, max supply fixed. Mint Each mint must respect and total . First-come-first-served until cap. Transfer (two steps) Step 1: inscribe transfer: Step 2: send the inscription to recipient. Receipt = balance moves. State tracking BRC-20 has no on-chain validation — it's an indexer convention. Each indexer must: - Watch inscriptions for BRC-20 ops. - C…