Dapp Use Cases
Harvest Increases Balance
Make sure that the balance increases after a harvest
Use Case
In DeFi yield farming protocols, users can deposit assets into a pool and earn rewards. The process of claiming the compounded rewards is called “harvesting”. It’s expected that the balance of a vault is higher after a harvest.
Explanation
Check that the balance of a vault is higher after a harvest.
Code Example
pre: Get balance before harvest
post: Balance is higher after harvest
TODO: Add code example