Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 560 Bytes

File metadata and controls

19 lines (13 loc) · 560 Bytes

Float Protocol Arbitrage Bot

Contains the rough skeleton for discovering, evaluating and executing arbitrage opportunities in Float Protocol Auctions.

Future Work

  1. Flashbot searcher integration - For more information, see the Flashbots Searcher FAQ

Usage

# Install dependencies
yarn

# Check for the last auction
yarn hardhat --network mainnet last-auction

# Run monitoring script to check profit.
START_BLOCK=<AUCTION_START> yarn hardhat run scripts/monitor.ts