https://github.com/controlcpluscontrolv/yearn-arbitrum-strategy
A Strategy to Maximize Yield for ETH on Arbitrum utilising Abracadabra and Sushiswap
https://github.com/controlcpluscontrolv/yearn-arbitrum-strategy
Last synced: 12 months ago
JSON representation
A Strategy to Maximize Yield for ETH on Arbitrum utilising Abracadabra and Sushiswap
- Host: GitHub
- URL: https://github.com/controlcpluscontrolv/yearn-arbitrum-strategy
- Owner: ControlCplusControlV
- License: agpl-3.0
- Created: 2021-12-21T16:52:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T16:53:12.000Z (about 4 years ago)
- Last Synced: 2025-03-18T15:04:19.120Z (12 months ago)
- Language: Solidity
- Size: 39.1 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.