Earlier quoted context omitted.
> the smart contract for USDC can block any address containing USDC at any time Is this documented anywhere? What's the procedure within USDC to perform this block? Is it just whoever has the right private key can execute this blocking function and propagate it through the blockchain?
>Is this documented anywhere? What's the procedure within USDC to perform this block? https://etherscan.io/address/0xa0b86991c6218b36c1d19d4a2e9eb... The smart contract has a "blacklist" function.
Looks like a full API to manage a blacklist and an authorization scheme for adding blacklist administrators.