JayArrowz / PancakeTokenSniper

BSC BNB Pancake token sniper, buy, take profit and rug check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Implement Specific Token Snipe

opened this issue · comments

Background
Sometimes we already know an upcoming contract that will launch and we will want to target this contract as soon as it's available.

Request
Implement an option to select Specific Token Snipe so when selected, the user can:

  1. Enter in the contract address for a specific token
  2. Customize all values such as the snipe amount , audits etc for a specific token (even if it's different than the standard snipe on random contracts
  3. Allow the snipe amount to be a token value rather than a bnb value so we can max buy if we know the token amount
  • for a whitelisted address we want to snipe - we can have custom amounts like this:
    "WhitelistedTokens": [
    "0x0000000000000000000000000000000000000000"
    ],
    "AmountToSnipe": 0.00051,
    "WhitelistedAmountToSnipe": 0.05,

edit: removed 2. Enter in the name (if they don't know the contract address yet the bot will buy all "New" contracts with this name)

I wouldn't agree on number 2. When a token is very hyped and be fomo by communities, there are a lot of fake contracts with the same name deployed. Please use token contract only.
We just monitor when liquidity gets added for a specific token contract. if enough liquidity gets added, our bot buys instantly.
When the token prices reached to a pre-defined price, our bot sells it instantly.

Should have some mechanism to not get blocked by the token's team when checking liquidity so many times

HI, Was this enhancement added?