The strategy contracts rely heavily on privileged roles such as management
and keepers
to perform critical functions like setting routers, adding swap routes, and executing arbitrage opportunities. If the addresses with these roles are compromised or act maliciously, they could potentially cause loss of funds or disrupt the normal operation of the strategies. For instance, in StrategyOp.sol
, the onlyManagement
modifier is used for the setRouter
function, and the onlyKeepers
modifier is used for the claimAndSwap
function.
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.