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
NOTE: This solution requires governance, if you can figure out a version without governance I'd love to discuss
Have governance set ClaimDelegation from Contract X (e.g. Balancer Vault), to Enclave (Staking / Endpoint Contract)
Add Enclave to RewardsManager contract setup to engage the destination contract (e.g. LP)
User Deposits into Enclave, they get X shares (which are used to calculate claim %)
Anyone can call the function to claim from Vault to Enclave, enclave then redistributes to RewardsManager under it's own address
Downside -> Rewards take an extra week
Upside -> Minimal Code Overhead, should be settable by
Also: Doesn't work for Lending Protocol as you can't borrow
For Lending Protocol it would be way simpler to integrate with a custom cToken / aToken IMP which takes 1 extra line of code
The text was updated successfully, but these errors were encountered:
NOTE: This solution requires governance, if you can figure out a version without governance I'd love to discuss
Downside -> Rewards take an extra week
Upside -> Minimal Code Overhead, should be settable by
Also: Doesn't work for Lending Protocol as you can't borrow
For Lending Protocol it would be way simpler to integrate with a custom cToken / aToken IMP which takes 1 extra line of code
The text was updated successfully, but these errors were encountered: