x/evm/keeper/erc20.go:
x/evm/types/params.go:
The protocol enforces a minimum transfer amount of 10^12 wei, which creates issues for tokens with decimals less than 18. For example:
These tokens cannot be transferred in small amounts because their decimal places are below the minimum transfer threshold.
MEDIUM. The strict minimum transfer requirement of 10^12 wei causes:
