Snipe PINKSALE launches

Selenium 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 launcher, 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 Selenium Bot (buys 2 blocks after)

CONFIGURATION In launcher, 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 launcher, setup : "MEMPOOL_METHOD" = "pinksale"

2/ In launcher, setup :

  • "PINKSALE_PRESALE_ADDRESS": enter Presale address

  • "ADDRESS" : enter Token address

Last updated