- 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
token0
fortoken1
or 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.py
is where you put your wallet addresses & private keys.constants.py
is where the RPC Endpoint URLs and ERC20 Token Info are stored.washbot.py
containsclass WashBot()
. You can configure it.main.py
is 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.