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)
- Host: GitHub
- URL: https://github.com/gemsgame/polybot
- Owner: GemsGame
- Created: 2024-02-25T18:47:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:56:41.000Z (over 2 years ago)
- Last Synced: 2025-07-06T18:13:09.815Z (12 months ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 339 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PolyBot
Cryptocurrency arbitrage trading bot
### Bot
The simplify cryptocurrency arbitrage trading bot (alpha) version based on Uniswap V2 protocol in the Polygon network.
### Traiding flow
### 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.