Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.

Pathfinder

A command line interface (CLI) for quantifying & detecting DEX token pair arbitrage on the Ethereum blockchain.

⚡️ Quick start

First, install Node.js. Then, run the following:

npm install
npm install ts-node -g
npm install typescript -g

⚙️ Commands & Options

start

begin searching for dex cycles repeatedly

ts-node ./src/program.ts start [OPTIONS]
Option Description Type Default Required?
--tokens Number of highest daily volume tokens number 5 No
--timeout Polling timeout (seconds) number 5 No
-x, --dex Select which DEX(s) to arbitrage bool false No
-d, --debug Enable debug mode for printing bool false No

run

search once for dex cycles

ts-node ./src/program.ts run [OPTIONS]
Option Description Type Default Required?
--tokens Number of highest daily volume tokens number 5 No
-x, --dex Select which DEX(s) to arbitrage bool false No
-d, --debug Enable debug mode for printing bool false No

🔮 Future Roadmap

  • More DEXs (PancakeSwap)
  • CEX
  • More L1s
  • L2s
  • Price slippage
  • Live gas cost feed

About

Cyclic arbitrage detection CLI for DEXs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published