Snipe PINKSALE launches
LimitSwap and Sniper can snipe Pinksale listings :
1/ Directly on Pinksale
2/ When Presale is over and liquidity is added to Pancake
1/ Snipe directly on Pinksale
--> use LimitSwap bot (not implemented in Sniper)
CONFIGURATION In tokens.json, write :
"SELECT_MODE" : "snipe_on_pinksale"
"PINKSALE_PRESALE_START_TIMESTAMP": "1672446629"
(enter the "Sale Starts In" date here in timestamp format (check https://www.unixtimestamp.com/ to convert)
"PINKSALE_PRESALE_ADDRESS" : (enter presale address)
"ADDRESS" --> not used, you can write anything
HOW IT WORKS As soon as timestamp is reached, bot buys on Pinksale ! As easy as that
Where to detect Presale Start Time ?
How to convert it to timestamp?
Use https://www.unixtimestamp.com/ to convert it to timestamp
2/ Snipe when Presale is over and liquidity is added to Pancake
First option : with LimitSwap bot (buys 2 blocks after)
CONFIGURATION In tokens.json, write :
"SELECT_MODE": "pinksale"
"PINKSALE_PRESALE_ADDRESS": enter Presale address
"ADDRESS" : enter Token address
and the bot will take care of the rest πͺ It's SUPER FAST π
Example :
Second option : with Sniper bot (buys in same block)
CONFIGURATION
1/ In settings.json, write : "MEMPOOL_METHOD" = "pinksale"
2/ In tokens.json, write :
"PINKSALE_PRESALE_ADDRESS": enter Presale address
"ADDRESS" : enter Token address
Last updated