/pancakeswap-prediction-ai-bot

PancakeSwap Prediction Bot ๐Ÿ”ฎ

Primary LanguageJavaScript

๐Ÿ”ฎ๐Ÿš€ PancakeSwap Prediction AI Bot v1.1.0

PancakeSwap-Logo

PancakeSwap Prediction Bot with AI-Generated Recommendations.

โญPlease consider giving a star.

๐Ÿฐโšก Installation

Download and Install Node here: https://nodejs.org/en/download/

Then run the following commands in terminal:

  1. git clone https://github.com/Beatthehouse/pancakeswap-prediction-ai-bot
  2. cd pancakeswap-prediction-ai-bot
  3. npm i

enter image description here

โš™๏ธ Setup

  1. Open the .env file with any code/text editor and add your private key like so:
PRIVATE_KEY=0x00000000000000000000000000000000000000000000000000000000
  1. Open the bot.js file and setup the following variables:
BET_AMOUNT: 5, // Amount of each bet (In USD)
DAILY_GOAL: 20, // Total profit you are aiming to earn (In USD)
  1. Start the bot using npm start or yarn start
  2. ๐Ÿ”ฎ Enjoy!

๐Ÿ”“ How to convert seed phrase to Private Key

A lot of wallets don't provide you the private key, but just the seed phrase ( 12 words ). So here you will learn how to convert that to a private key:

  1. Enter Here and follow the instructions. Website used is this one.

Winning rate

๐Ÿค–๐Ÿ“ˆ Strategy

Boost Your Trading Success with Our AI-Powered PancakeSwap Prediction Bot!

  • Our bot takes a series of recommendations from Trading View and processes them along with the betting trends of other users. After the algorithm has completed, it makes a prediction on whether to bet ๐ŸŸขUP or ๐Ÿ”ดDOWN.
  • Through testing approximately 300 rounds, we were able to achieve a ~70% win rate. Of course, results may vary based on various factors, but we have consistently made $20-$70 daily with just $3 bets.
  • Before each round, the bot will check if you have sufficient balance in your wallet and if you have reached your daily profit goal.
  • It will also save a daily history in the /history directory.
  • Please note that after consecutive losses, there is a higher statistical probability of winning in the next round.
  • In the THRESHOLD property of the GLOBAL_CONFIG variable in bot.js, you can configure the minimum level of certainty required for the bot to make a bet. The default is set to 50, meaning the bot will only bet if it has at least 50% certainty in its prediction. You can increase this threshold (between 50-100) to only bet when the bot is more confident in its prediction.
  • It is recommended to have at least 10-50 times the amount of your bet to average a sufficient number of rounds.

๐Ÿ’ฐYou can check the history of rounds and claim rewards here: https://pancakeswap.finance/prediction

โœ”๏ธ To Do

  • USD Based bet
  • Show real time profit
  • Show real time win rate
  • Daily goal profit
  • Improved algorithm ๐Ÿ”ฅ
  • AI Driven bot ๐Ÿ”ฅ
  • Stop Loss
  • Simplify settings
  • Auto collect winnings

๐Ÿ‘๏ธ Disclaimers

Please be aware of clones

๐Ÿ‘ทUse it at your own risk. If you are going to bet, please do it with money that you are willing to lose. And please try to bet with a low amount to gradually generate profit.