Hello all, I wonder if there are already some ICRC standards that can do the freeze/unfreeze function as seen in the USDC smart contract (evm and Solana)?
Basically, if an address are put into a blacklist, the ICRC token’s balance in that address is frozen. And it can be unfrozen if the address is taken out of the blacklist. An admin account (perhaps multi-sig) manages the list.
I am asking because we are working on the deployment of stablecoins in ICP. This is a must have function for regulated stablecoins. If this function is not currently available, we will build one. Any input or help from the Dfinity community is welcome.