Smart Contract Trading Bot Dextools

cryptolicious

Newbie
Joined
Sep 12, 2022
Messages
9
Reaction score
5
I see with each coin on dextools in the order book on the right side the yellow symbol for bots/smart contracts, which continuously execute different numbers of buy/sell orders.
where can you integrate such a bot into your own token or where can you find a provider for it?
 

Attachments

  • dextools screen.jpg
    dextools screen.jpg
    115.5 KB · Views: 26
I see with each coin on dextools in the order book on the right side the yellow symbol for bots/smart contracts, which continuously execute different numbers of buy/sell orders.
where can you integrate such a bot into your own token or where can you find a provider for it?
its possible that the bot was built off-chain but it can be linked to the smart contracts to listens to events and acts on them
 
I see with each coin on dextools in the order book on the right side the yellow symbol for bots/smart contracts, which continuously execute different numbers of buy/sell orders.
where can you integrate such a bot into your own token or where can you find a provider for it?
its possible that the bot was built off-chain but it can be linked to the smart contracts to listens to events and acts on them
you can hire a python dev to do the task for you
 
its possible that the bot was built off-chain but it can be linked to the smart contracts to listens to events and acts on them
Yeah that’s exactly how it works, usually its an off chain script thats connected to a node that scans the mempool for trades/liquidity options and then delegates a call to a deployed contract.
 
maybe you can use chatgpt or codeium for visual studio or pycharm
 
Back
Top