project screenshot 1
project screenshot 2
project screenshot 3

ConvexSwap

ConvexSwap allows large trades to be streamed over time to reduce slippage and price impact while also minimizing for gas.

ConvexSwap

Created At

ETHNewYork 2022

Winner of

trophy

🥇 Uniswap Grants Program — Best Integration

trophy

🥉 Swivel — Best Use

trophy

🏃‍♀️ BitDAO — Best Use

trophy

🚀 Optimism — Just Deploy!

trophy

🥇 Chainlink — Best Use

trophy

🥇 Covalent — Best Use

trophy

🤑 Superfluid — Top DeFi Project

trophy

🥉 1Inch — Best Use

Project Description

While executing large trades, there is often a high amount of slippage. As these orders get close to completion, the swap price increases drastically, and therefore the trade ends up being expensive and capital inefficient. Additionally, with large trades on the blockchain, the security risks are heightened as nothing is reversible. ConvexSwap solves both of these problems by streaming the trade over time. The stream cannot only be stopped at any time for security purposes, but also prevents a price shock on the exchanges and ensures that there is time for liquidity pools to revert to their average volume, so slippage will be lower. While streaming leads to price impact, it increases the gas fees as multiple transtaction happen to complete the trade. This leads to a convex cost function for any trade that can be solved for deterministically. Our trading platform solves for this optimal value of streaming time with lowest slippage and gas fees.

How it's Made

Frontend: We used reactJS to build a Uniswap-like user interface. Our interface is integrated with @WalletConnect, which can be used to connect with any WalletConnect-compatible wallet. We used WalletConnect instead of a chrome extension since it's more secure, especially for large trades which our platform specializes in. For the backend, we used APIs offered by @Covalent to find the historical data used to model our forecasted transaction and solve the convex optimization problem of maintaining low slippage and gas fees for the stream. We used Covalent APIs first to fetch the liquidity pools such as WETH and USDT and extracted the average price per day for the past 30 days. We used the data to model Stablecoins as mean-reverting assets and Eth as a lognormal variable. Later, we used the topic hash for SWAPS on @uniswap to filter our swap events for blocks within each interval to identify the average gas price and average gas spend for each day. We also used @Swivel Finance API to get a reference for the risk-free rate. Using the risk-free rate, we accounted for the fact that a streaming trade can earn interest on its remaining part while a non-streaming trade does not. On the smart contract side, we used @Superfluid for streaming into our contract, which used a mix of @Uniswap and @1inch for executing trades of the assets. We used @Chainlink keepers to periodically call the smart contract to conduct the swaps periodically. Finally, we deployed our contracts on @Polygon and @Optimisim to further optimize for gas. It is worthy to mention that above all, this platform could be used for DAO tooling and treasury management as 1) it efficiently executes large trades which happen frequently for DAO treasuries, and 2) streaming a swap is fundamentally more secure as the DAO has the option to stop the stream if they suspect something is wrong. Therefore it could be quite useful for large treasuries such as @BitDAO.

background image mobile

Join the mailing list

Get the latest news and updates