The VaultControllerStrategy
strands unclaimed tokens after the claim period is over.
When the claim period is over, the FundFlowController
will make a call to updateVaultGroups
to permit the next group to unbound their rewards. When calling updateVaultGroups
, the curUnbondedVaultGroup
and the totalUnbonded
(used to control which group can claim, and how much they can claim respectively) is overwritten:
When overwriting these values, the claim to the previous tokens are lost irrevocably - not just for the previous group, but for the protocol as a whole - as we can see here this outstanding totalUnbonded
is neither claimed nor explicitly accounted for.
Consequently, the tokens become stuck.
Unclaimed tokens are lost forever.
Manual Review
During the call to updateVaultGroups
, withdraw
on behalf of the unbounded group if there is an outstanding balance.
Else, reclaim any outstanding balance to the treasury
.
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.