RAAC system is designed to use veRAAC token for gauge voting. But instead of the getVotingPower the fixed balanceOf is used in the voteDirection function.
Users can use Basegauge:voteDirection function to vote for the specific direction.
as you can see here, the veRAACToken.balanceOf(msg.sender) is used to get the voting power of the user which is wrong.
The balanceOf function of VeRAAC returns the fixed deposit amount for the user and in voting, we should use a function that accounts for the decays like getVotingPower
The veRAAC is completely wasted if we are not accounting for power decays when voting.
use veRAAC:getVotingPower instead.
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.