ControlCplusControlV / Yearn-Arbitrum-Strategy

A Strategy to Maximize Yield for ETH on Arbitrum utilising Abracadabra and Sushiswap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yearn-Arbitrum-Strategy

A Strategy to Maximize Yield for ETH on Arbitrum utilising Abracadabra and Curve

High Level Overview

So a quick high level overview of the strategy goes as follows -

  1. The Strategy Recieves ETH
  2. ETH is supplied on Abracadabra as collateral
  3. MIM is borrowed against the ETH
  4. ETH and MIM are supplied to a Curve LP Pool
  5. Then Harvest CRV and sell

Environment Setup

I know Yearn mostly uses brownie but I am much better in truffle and don't mind rewriting their tests. Will add more as codebase matures.

About

A Strategy to Maximize Yield for ETH on Arbitrum utilising Abracadabra and Sushiswap

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 91.2%Language:JavaScript 8.8%