GetUnite / investment-strategies

2 stars 1 forks source link

[Polygon] Build EURt Curve strategy #12

Closed 0xtuytuy closed 2 years ago

0xtuytuy commented 2 years ago

Summary

  1. Name: [Polygon] Build EURt Curve strategy
  2. About: Build the first native polygon Strategy for the VoteExecutor to invest EUR pegged assets into the curve 4eur pool.

Is your proposal related to a problem?

Today we do not have any strategy to go with the IbAlluoEUR from https://github.com/GetAlluo/alluo-protocol/issues/18

Describe the solution you'd like

We need to build a Strategy following the IStrategy defined here: https://github.com/GetAlluo/alluo-strategies/blob/master/contracts/IAlluoStrategy.sol for the 4eur curve pool 37 https://polygon.curve.fi/factory/37

The LPs of the 4eur pool will then need to be invested into Harvest Finance at this vault: https://polygonscan.com/address/0xDDe43710DefEf6CbCf820B18DeBfC3cF9a4f449F

This can probably be inspired from the Curve/Convex strategies on ETH mainnet, however this particular strategy will be deployed on Polygon.

Additional context

This strategy will be the first strategy where the funds will go directly from the IbAlluoXXX to a strategy rather then be deposited into a Gnosis safe. This is the full vision :)