Lock an ERC20 token in an investors wallet so that they won’t be able to trade

Good morning everyone
Please I want to know if possible for me to lock a erc20 token from investors wallet so that they won’t be able to trade it in any exchange. I mean I want to lock the token from there wallet thanks

[EDIT @abcoathup] Moved from: How to start as a smart contract developer

1 Like

Hi @hassadem,

For something like this you may need to create a Deny List in your token that would stop tokens from being transferred from certain addresses, or an Allow List that would allow an account to transfer.