The RAACMinter.getUtilizationRate() function incorrectly uses the LendingPool's usage index as totalBorrowed. This approach is unsound.
The RAACMinter.getUtilizationRate() function assigns the LendingPool's usage index to totalBorrowed, which is inappropriate.
totalBorrowed should represent the actual amount of tokens borrowed, not the usage index.
The utilization rate calculated is incorrect, leading to an inaccurate reward emission rate.
Manual review
Utilize the LendingPool's total borrowed amount instead of the usage index.
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.