├── README.md └── javascript-triangle-arbitrage-bot-v3.zip /README.md: -------------------------------------------------------------------------------- 1 | This is a DEX "decentralized exchange" triangle arbitrage bot that's written in simple JavaScript and is ran in your web browser. 2 | This is very straightforward easy to read and easy to modify if you wish to do so. It makes all calls with web3. 3 | This user made a simple video on how to config/run it 4 | https://youtu.be/9TgG5SdBRvQ 5 | 6 | You can download the bot zip file here 7 | https://github.com/Fantasticfanaticcoder/triangle-arbitrage-bot/raw/main/javascript-triangle-arbitrage-bot-v3.zip 8 | 9 | Here's my results after 28 days of running it 24/7 in my web browser. 10 | results 11 | 12 | Here's where the program looks like when it executes a trade it also keeps all transaction hashes in the transaction hashes txt file. 13 | working 14 | Here's some graphs made of each week running it. The graph shows each day of the week and how many times it ran arbitrage opportunities. 15 | 16 | Week 1 17 | week1 18 | 19 | Week 2 20 | week2 21 | 22 | Week 3 23 | week3 24 | 25 | Week 4 26 | week4 27 | 28 | 29 | If you do watch the YouTube tutorial please leave a thumbs up and please subscribe. 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | # triangle-arbitrage-bot 40 | JavaScript DEX Triangle Arbitrage bot that utilizes AAVE 41 | -------------------------------------------------------------------------------- /javascript-triangle-arbitrage-bot-v3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fantasticfanaticcoder/triangle-arbitrage-bot/c8fd60bdaf63c411014190fa745ade27c0988e29/javascript-triangle-arbitrage-bot-v3.zip --------------------------------------------------------------------------------