Submitted by 0xNirix, also found by KupiaSec
https://github.com/code-423n4/2024-12-secondswap/blob/214849c3517eb26b31fe194bceae65cb0f52d2c0/contracts/SecondSwap_Marketplace.sol#L256
The SecondSwap marketplace enforces a minimum price floor based on the payment tokens smallest unit which will commonly be USDT. This creates a limitation where tokens cannot be listed for less than 0.000001 USDT (or equivalent smallest unit of other 6 decimal payment tokens).
Root Cause:
Impact:
This limitation will be particularly impactful as memecoins with such low values are fairly common.
bobwong (SecondSwap) acknowledged
