A fully automated swap, stake, and bridge bot for Monad Testnet tokens. This bot interacts with random Monad DApps, supports multiple wallets, proxies, and includes a Telegram bot dashboard for remote control.
β Automates Swap, Stake, and Bridge β Only Monad Testnet tokens.
β Wallet & Proxy Support β Multiple wallets and proxies from files.
β Configurable Delay & Retries β Customize delay, gas priority, and retry settings.
β Dynamic Gas Fee Adjustment β Adjusts gas fees based on priority settings.
β Telegram Bot Integration β Control and monitor the bot from Telegram.
β Success Rate Calculation β Tracks successful and failed transactions.
β Transaction Heatmap β Shows which DApps were used most and how many transactions per DApp.
β Start & Stop from Telegram β Control bot execution remotely.
1οΈβ£ Clone the Repository
git clone https://github.com/ayusharyaneth/monad.git
cd monad2οΈβ£ Install Required Dependencies
pip install -r requirements.txt3οΈβ£ Edit Required Files
πΉ wallets.txt (Private Keys)
-
List your wallet addresses with names in this format:
-
It's format is - walletname,privatekey
nano .env wallets.txtπΉ proxy.txt (Proxies)
-
(Optional) If you use proxies, add them one per line:
-
It's format is - http://username:password@proxy1:port
nano .env proxy.txtπΉ dapps.txt (Monad dApp URLs)
-
List Monad Testnet DApps in the following format:
-
It's format is - Dapp1,https://dapp1.monad.xyz
nano .env dapps.txt
4οΈβ£ Edit config.txt File (Main Config File)
nano .env config.txtOnce setup is complete, run the bot:
python3 main.pyOnce running, the bot provides a real-time dashboard via Telegram.
-
/start | Start the Bot.
-
/stop | Stop the Bot.
-
/status | Shows Daily and Total Transaction.
-
/rate | Shows Successfull and Failed Transaction
-
/heatmap | Shows Dapps and their Transaction Count
πΉ Never share wallet.txt, config.env, or proxy.txt in public.
πΉ Use private proxies for better security & anti-ban protection.
πΉ Keep your bot token secret to prevent unauthorized access.
πΈ Web3 Connection Error
- Ensure RPC_URL in config.txt is correct.
πΈ Telegram Bot Not Responding
- Double-check the bot token and chat ID.
πΈ Proxy Not Working
- Make sure your proxy format is correct.
πΉ More advanced anti-ban techniques
πΉ Support for new Monad testnet features
If you find this useful, feel free to β Star this Repo and share your feedback! π
This project is licensed under the MIT License.