An open API service indexing awesome lists of open source software.

https://github.com/gemsgame/polybot

The simplify cryptocurrency arbitrage trading bot (alpha)
https://github.com/gemsgame/polybot

arbitrage arbitrage-bot arbitrage-trading bot-trading crypto-arbitrage crypto-bot crypto-trading crypto-trading-bot dex-bot dex-trading exchange-bot trade-bot trading trading-bot uniswap-arbitrage uniswap-bot

Last synced: 4 months ago
JSON representation

The simplify cryptocurrency arbitrage trading bot (alpha)

Awesome Lists containing this project

README

          

PolyBot


Cryptocurrency arbitrage trading bot



polybot

### Bot
The simplify cryptocurrency arbitrage trading bot (alpha) version based on Uniswap V2 protocol in the Polygon network.

### Traiding flow


polybot dex arbitrage bot

### Instruction

```
git clone https://github.com/GemsGame/polybot
cd polybot
npm install
rename .env.file to .env and add PRIVATE_KEY
npx hardhat run --network polygon scripts/deploy.ts
add CONTRACT_ADDRESS to .env
add crypto to the smart contract
npm run trade
```

### Disclaimer
Note the code is provided for educational purposes, is unaudited and not fit for financial transactions.

### Inspired with:
https://github.com/jamesbachini/DEX-Arbitrage/

### Research & Results

This is an experimental non-profitable system like James Bachini's. Unfortunately, simple things can't be profitable at all. You must do your own research and develop a strategy.