Customizable Uniswap V3 automated liquidity management tool that uses a unique vault design combining lending and V3 pools.
This project builds upon our ETHOnline 2021 submission that had us automate a liquidity provisioning vault for Uniswap V3. Using a 50/50 allocation that leverages concentrated liquidity but rebalances with no fees or permanent loss. In the previous version, we solved this vault design by integrating with Compound and using the lending pool as a reserve in order to rebalance our position in V3 and avoid swap fees. In Unicode 2021 we want to see if we could achieve and solve three challenges:
This project is based on a set of smart contracts developed on the ethereum blockchain that integrates both Uniswap and Compound lending pools. We use Solidity to build the smart contract and use Go-ethereum package to compile and test the backend and use vue.js + web3.js to build the frontend. Instead of using lending spot price and uniswap spot price as the anchor to design our sharing model, we are happy to see that the oracle price built up on TWAP and already used in our product.