You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Enter in the contract address for a specific token
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
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)
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Implement Specific Token Snipe
[Feature request] Implement Specific Token Snipe
Sep 2, 2021
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
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:
"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)
The text was updated successfully, but these errors were encountered: