SkillAgentSearch skills...

MultiDexArbBot

This is an arbitrage bot that uses existing price aggregators such as 1inch, Paraswap, dex.ag, matcha and more to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.

Install / Use

/learn @dennohpeter/MultiDexArbBot
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

MultiDexArbBot

This is an arbitrage bot that uses existing price aggregators such as 1inch to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.

INSTALL && RUN

  • Clone our repo
   git clone git@github.com:dennohpeter/MultiDexArbBot.git
  • cd into MultiDexArbBot
    cd MultiDexArbBot
  • Install all the dependencies
    yarn install
  • Rename example.env to .env
    mv example.env .env
  • Update .env to contain your trading preferences and wallet info such private and public key

    [UPDATE]

  • To receive trade notifications on telegram, you need to create a telegram bot at BotFather. Send /start and follow prompts to create a tg bot, finally copy the Token the one below Use this token to access the HTTP API: and set it to be the bot token value

  • For Mongo DB you need to install mongodb for your OS according to this guide

  • Finally run the app by

    yarn start
    

TODO:

  • I will be releasing a series of more robust and stable versions of arbitrage bots soon

Related Skills

View on GitHub
GitHub Stars120
CategoryDevelopment
Updated4d ago
Forks48

Languages

TypeScript

Security Score

85/100

Audited on Mar 27, 2026

No findings