In other smart contract platform, there are usually extensions to the base token contract, e.g. ERC-20 has permit extension that enables gasless approval, Cosmos CW20 has CW20-ICS that enables IBC transfer. In Nervos, can we have a xUDT example that does similar things?
An example I find interesting is an extension that requires CKB locked in the cell in proportional to the xUDT amount in the cell. Spore NFT has this property naturally, since each cell can only holds 1 Spore NFT(I believe so, right?). By having this extension, we achieve similar outcome that each xUDT always backed by certain amount of CKB.
When users are minting the first inscription MEME (which is an xUDT) on Omiga, I roughly remember some power users used scripts to be able to merge mint MEME, effectively bypassed the mint fee set on Omiga frrontend. If Omiga used this script, it would have prevented that.