Dapp Use Cases
Fee Calculations
Make sure that the fee calculations are correct for the given protocol
Use Case
In AMMs users pay a fee when they trade. This fee is usually a percentage of the trade amount. It is important to make sure that the fee is calculated correctly.
Explanation
Check the fees of a Uniswap V3 pool before and after a trade to make sure that the fee is calculated correctly.
Code Example
TODO: Add code example