You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On top of StakedTokenV3 which implements the slashing functionalities, the following are needed:
ability to stake using permit
implement a claimRewardsOnBehalf() that allows whitelisted helper contracts to claim on behalf of a user. This will be used to implement claiming across all the possible stake tokens in the safety module
implement a claim and restake functionality to allow easy compounding without requiring two transactions
The text was updated successfully, but these errors were encountered:
On top of StakedTokenV3 which implements the slashing functionalities, the following are needed:
The text was updated successfully, but these errors were encountered: