Open hats-bug-reporter[bot] opened 4 months ago
This report is based on a misunderstanding of the protocol's fee structure:
atomCreationProtocolFee
) and a proportional fee (protocolFee
). If a user sends only the atom cost, they avoid the proportional fee by design. This incentivizes smaller deposits and aligns with our fee structure.In conclusion, the fee structure works as intended, providing a balanced approach to cost and incentive. Therefore, this issue is invalid.
Github username: @0x3b33 Twitter username: -- Submission hash (on-chain): 0xba85a85b151173793b93877c70986ecec1421efb49e866cddb10d45e98892c89 Severity: medium
Description: Description\ On Atom wallet creation (inside
_createAtom
), users can avoid theprotocolDepositFee
by simply sending enough funds to cover only theatomCost
. This allows users to avoid paying protocol fees, reducing the protocol's profits.Attack Scenario\
Attachments\ Charge a fixed fee or require a minimum deposit for wallet creation.