🐟Tips & Tricks

Personal Note by TheDev

THE SOFTWARE USES THE WRAPPED TOKEN FOR EACH CHAIN. Let us take the BSC network as example. You should have at least Buy Amount of WBNB + some additional BNB to cover the gas fees (you can compute the maximum possible gas fee as Buy Gas Limit * Buy Gas Price = some value in GWEI, which can be converted easily to BNB by a simple google search)

All the time, Buy Gas Limit should be at least 500000. Sometimes this is not enough, because the blockchain can be clogged (I personally had transactions failing with 1500000 Buy Gas Limit). So, adjust this accordingly. Usually, 500000-1000000 should be enough.

Snipe On Liquidity Confirmed: Recommended Buy Gas Price is anything above 50 GWEI. It depends on the hype, on how fast you want it to buy. My personal range is 50-300 GWEI. Careful, 300 GWEI is translated into large transaction fees. For selling, it is up to you how much GWEI are you willing to pay for every gas unit used. Usually, I go with a smaller value, somewhere in the range of 25-100 GWEI. Minimum Token Amount can be computed very simple. Assume token X will be launched at a rate of 1 million tokens per BNB. Let us say that I want to buy 0.5 BNB (WBNB actually, remember!) worth of token X. Therefore, ideally, I would get 0.5 BNB * 1 million = 500000 token X. This is only ideally and mathematically impossible. So, now let us consider that I would be comfortable with 30% slippage for this buy. So, I am willing to accept losing 30% of the received tokens due to market changes or taxes or whatever. So, the final computation: 0.5 BNB * 1 million * (100% - 30%) = 0.5 BNB * 1 million * 70% = 0.5 * 1 million * 0.7 = 350000 = Minimum Token Amount. In other words, if my buy does not get me at least 350000 token X, it will get reverted. Sell Slippage is the same as on any DEX; in the computation above the slippage is represented by those 30% - basically the percent you are willing to lose due to market movements or any other factors, e.g. taxes. Transaction Deadline in my case is always set to 20 seconds for both buying and selling, but you can play with it as you wish.

Hunter Mode: Same as above regarding Buy Gas Limit, Buy Gas Price, and Transaction Deadline. For Fast Buy, the Minimum Token Amount is ignored, being hardcoded to 0 (Why? – because we are interested in a fast buy and we do not care about how much we receive!). After a Fast Buy, if Buy Only is UNCHECKED, it will automatically start the price computation in order to sell at xSell (as for any other mode). For Fast Sell, Sell Slippage is ignored (automatically set to 100%), but Sell Proportion is taken into consideration. Sell Gas Limit and Sell Gas Price speak for themselves and I generally use the same values. Recommended scenario: Stealth launches - turn the bot on, set your configurations as desired, press Confirm and wait for the admins to publish the contract address. Copy-Paste the address, press Apply Configurations and Fast Buy

Snipe On Trading Enabled: recommended gas settings are the same as for Snipe On Liquidity Confirmed. This tool should be used when a listing takes place, but the trading is disabled initially. The bot will run and check if anyone has traded and when the admins unlock the trading, the bot will see that a trade occurred and it will send a buy transaction.

Mempool Sniper: this is where you have to be an artist, you have to be Picasso, you have to be van Gogh, you have to be more than Chris Kyle. The bot gives you some features to dodge the bot protection measures of a token, but the bot is stupid and it does not know how to use those features! YOU are the one who tells the bot what to do and YOU must configure it accordingly. This is not an artificial intelligence tool to know by itself what to do to dodge protection measures. So, I usually go and check the contract of the token. For example, a token has the first 3 block after liquidity disabled. What to do? Recap : Liquidity Block - disabled, Next Block - disabled, Next Block - disabled, Next Block - free to trade. Then, I would send 5 buy transactions, each of them configured in a different way. For example, 2-3 transactions with 3 block delay and 0 Gas Price Increase, one transaction with 3 block delay and 1 Gas Price Increase, one transaction with 3 Block Delay and 2 Gas Price Increase, and so on. Sometimes, if I risk only getting highly taxed and not blacklisted, if the token has 3 blocks blocked after liquidity I would send one transaction with 2 Block Delay and 0 Gas Price Increase. When to turn on the bot? - usually 2-3-5 minutes before the launch.

SAFETY: We are proudly being a StaySAFU partner, therefore whenever you are in doubt about a token, about a honeypot or any other reason of concern, you can press the Analyze Token button and see the StaySAFU analysis. The higher the score, the safer the token:

Last updated