The DAO Creator can set any tier price. If the tier price is less than 5 then the platform fee is 0
When a user purchases a membership, the platform receives a fee of 20%
MembershipFactory::joinDAO
If tierPrice
< 5 then platformFees
is 0
The tier price is set by the user creating the DAO MembershipFactory::createNewDAOMembership
If the DAO Creator sets the tier price less than 5, the platform will not receive a fee.
manual review
Сonsider adding ACCURACY
or set min fee (example: platformFees = tierPrice < 5 ? minFee : (20 * tierPrice) / 100
)
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.