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
Smart pools that have their own stake require an adapter to communicate with the staking system.
Specification
The adapter should allow the pool to stake to itself.
A "stake" method will be implemented which will batch in one transaction:
Set allowance to GRG transfer proxy
stake and deposit to GRG vault
delegate stake to self.
An "undelegateStake" and "unstake" methods will be implemented as well to allow the pool to withdraw its own stake.
A "withdrawDelegatorRewards" method will be developed to allow the pool to withdraw delegator staking rewards while staking.
Notes
It has been implemented.
The text was updated successfully, but these errors were encountered:
Summary
Connect the protocol to the GRG staking system.
Motivation
Smart pools that have their own stake require an adapter to communicate with the staking system.
Specification
The adapter should allow the pool to stake to itself.
A "stake" method will be implemented which will batch in one transaction:
An "undelegateStake" and "unstake" methods will be implemented as well to allow the pool to withdraw its own stake.
A "withdrawDelegatorRewards" method will be developed to allow the pool to withdraw delegator staking rewards while staking.
Notes
It has been implemented.
The text was updated successfully, but these errors were encountered: