Badger-Finance / badger-multisig

Badger DAO's EVM multisig operations.
GNU Affero General Public License v3.0
47 stars 32 forks source link

eBTC/wstETH Lido Incentives Program Scripts #1539

Closed sajanrajdev closed 2 months ago

sajanrajdev commented 3 months ago

Lido has agreed to incentivize eBTC/wstETH Curve pool but requested support for the distribution of these incentives. Rewards will be in the form of stETH and should be distributed directly through Curve's rewards distribution infra. In order to do this, the following must be completed (guide): Once:

1. pool_gauge.add_reward(stETH, trops) (to be done from deployer before delegation)
2. pool_gauge.add_reward(wstETH, trops) (just in case, to be done from deployer before delegation)

Weekly from distributor (trops):

1. stETH.approv(gauge, amount)
2. pool_gauge.deposit_reward_token(stETH:, amount, epoch)

Note: After the addition of the reward tokens, management of the gauge will be delegated from the deployer to Trops.

sajanrajdev commented 3 months ago
sajanrajdev commented 2 months ago

image