dust-20 experiment By linking the dust limit size (546 sats) to a single token unit, we can potentially eliminate the need for transfer inscriptions. NB: the "sats in item" of your inscription MUST BE an exact multiple of the amount of tokens you are minting 1=546 , 3=1638, 10=5460 and so on and so on. { "p": "dust-20", "op": "deploy", "tick": "dust", "supply": "1000000", "unit_sats": "546", "max_sats": "546000000" } { "p": "dust-20", "op": "mint", "tick": "dust", "amt": "1", "sats": "546" } { "p": "dust-20", "op": "mint", "tick": "dust", "amt": "3", "sats": "1638" } { "p": "dust-20", "op": "mint", "tick": "dust", "amt": "10", "sats": "5460" } To transfer the tokens, once a UTXO has been "marked" by a valid mint inscription, you simply transfer 546 sats multiplier of said UTXO. external indexer is required.