E1 - Upgradable Flashloan Triangular Arbitrage Bot

I want to make a Flashloan tri arbitrage Bot. They project aims for the V1 version are below.

Project Aims

Create a solidity arbitrage bot that Uses flashloans, to execute triangular arbitrage in the Base L2 blockchain.

The Bot should consist of:

  • 2 Interface groups

    • 1 for Uniswap token swaps and pair information

    • 1 for Aave flashloans

  • 1 upgradable base contract, using the proxy upgrade pattern.

Execution:

  • The bot should search for opportunities in list of high liquidity pairs. Say 5-10 different tokens to start with.

  • the bot should only execute if the trade is profitable after fees, gas and depth have been taken into account.

Last updated