UniBot is a simple yet powerful trading bot that tracks gas prices and performs a swap with routing on Uniswap V3 when the gas target is met. Let UniBot save you time and effort by automating your trades! 🚀 UniBot also sends notifications about the completed swaps and gas prices through Mailchain.
Click the Image !!!
- Tracks gas prices on the Ethereum network
- Automatically performs a swap when the gas price meets the target
- Uses Uniswap V3 routing to find the best swap route
- Sends notifications about completed swaps and gas prices via Mailchain
Follow these steps to install and run UniBot on your machine:
- Clone the repository:
git clone https://github.com/protocolwhisper/UNI-BOT-.git
cd UniBot
- Install the dependencies:
yarn install
- Create a .env file like this :
GAS_TARGET=The gas target that you want
ETHERSCAN_API_KEY=""
#Variables for trading
TOKEN_IN=""
TOKEN_OUT=""
POOL_FEE= MEDIUM
##Wallet Confiuration
PRIVATE_KEY=""
- Run UniBot:
yarn run
UniBot uses Mailchain to send notifications about completed swaps and gas prices. Once a swap is executed, you'll receive an email notification containing the details of the transaction, such as the gas price used and the amount of tokens swapped.
Stay up-to-date with your trades and never miss a great swap opportunity with UniBot!
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.