Crypto trading bot development solidity

Job ID: 32719342

Budget: $15 – $25 USD

I would like to create a front-running bot based on Binance Block Chain and UNISWAP with different contracts address that use Metamask , UNISWAP and bsc network

The BOT would essentially: -

1. Find new tokens listed on bsc and uniswap and buy the token and sells on certain criteria and leave a moon bag.

2. Scan the blockchain and find transactions based on certain criteria - Front-run (specific trade volumes, slippage and gas price) transactions by placing a buy order on the same block at the same time by setting a higher gas price. - Sell immediately in the next block right after at the buy transaction on the front-ran block is completed. - Send BNB profit from trades to metamask address after every 4 successful trades. - This needs to be connected at Metamask wallet. - A simple UI for the bot where I can manage parameters such as : minimum amount of the trade, slippage tolerance, range or amount to put into trades for buy and sell orders, connection to the wallet, the token contract address (one or multiple contracts at the same time), gas price parameters, don't place any order until it finds the liquidity added (sniping), - A dashboard with all the trades done and where other features can be controlled. - Snipe pre-sales Recap: A bot that detects when new liquidity is added to an AMM (automated market maker) pool on Pancakeswap (runs on Binance Smart Chain). The bot needs to detect it and immediately execute a trade according to my parameters. I need to be able to give the bots my own parameters such as: contract address, gas price, max. buying price of the token, max amount of money in the wallet to spend, selling price of the token, quantity of tokens to buy/sell. The interface needs to be easy to use.