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
Morpho wants to distribute MORPHO rewards to boosted pool depositors. At the moment, they only distribute rewards every 2 weeks based on the 2 previous weeks deposits into their vaults. Given this, the cleanest solution is to also count boosted pool deposits retroactively and distribute rewards accordingly
Requirements
Morpho tracks rewards to v3 vault
Maxis provide code-base to track deposits into boosted pools retroactively (v3 subgraph has pool snapshots)
Rewards get distributed to depositors either by Morpho or Maxis
Not clear yet:
If Morpho will send rewards to a new safe or do its own distro based on our airdrop csv
Angle can't do retroactive campaigns, so we need to do our own airdrop
As discussed with Fabio and Franz and @gosuto-inzasheru , the subgraph has data for each block. We therefore shall query by a set of blocks every x hours to get shares. As there are no gauges yet, this approach is ok. Need to add additional logic once staking gauges go live! We can reuse some logic from this repo Trit made: https://github.com/BalancerMaxis/ecosystem_balances_example
Morpho wants to distribute MORPHO rewards to boosted pool depositors. At the moment, they only distribute rewards every 2 weeks based on the 2 previous weeks deposits into their vaults. Given this, the cleanest solution is to also count boosted pool deposits retroactively and distribute rewards accordingly
Requirements
Not clear yet:
Implementation details
Example: deployed test pool on Gnosis chain
Endpoint: https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest
Query operation:
Variables:
Response:
The text was updated successfully, but these errors were encountered: