Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Cyclic arbitrage detection CLI for DEXs

NotificationsYou must be signed in to change notification settings

benleim/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

⚡️ Quick start

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

npm installnpm install ts-node -gnpm install typescript -g

⚙️ Commands & Options

start

begin searching for dex cycles repeatedly

ts-node ./src/program.ts start [OPTIONS]
OptionDescriptionTypeDefaultRequired?
--tokensNumber of highest daily volume tokensnumber5No
--timeoutPolling timeout (seconds)number5No
-x, --dexSelect which DEX(s) to arbitrageboolfalseNo
-d, --debugEnable debug mode for printingboolfalseNo

run

search once for dex cycles

ts-node ./src/program.ts run [OPTIONS]
OptionDescriptionTypeDefaultRequired?
--tokensNumber of highest daily volume tokensnumber5No
-x, --dexSelect which DEX(s) to arbitrageboolfalseNo
-d, --debugEnable debug mode for printingboolfalseNo

🔮 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

[8]ページ先頭

©2009-2025 Movatter.jp