- Uses https://github.com/uniswap-python to wash trade a token on Uniswap.
- Randomly does a trade every 1-3600 seconds.
- Randomly chooses to swap
token0fortoken1or vice versa. - Randomly chooses to swap 1%-10% of token balance.
- Goal is to randomly wash trade within a Uniswap token pair to pump up volume.
wallets.pyis where you put your wallet addresses & private keys.constants.pyis where the RPC Endpoint URLs and ERC20 Token Info are stored.washbot.pycontainsclass WashBot(). You can configure it.main.pyis where you initialize your bots. You can deploy as many as you want and set different logics.
- Once deployed, the bots will keep wash trading forever, until you halt them that is.
- Due to Maker Fee & Gas, the bots will consume tokens and gas over time.
- Send tokens and gas to the bots' wallet addresses to refuel them.
