Wallet Settings

Can I use the same wallet on multiple chains?

Yes, you can use the same wallet for all the EVM-compatible chains supported in the bot. These would be Ethereum, BSC, Base, Avalanche, Metis, Arbitrum and Linea. You can use the private key or mnemonic phrase to connect the same wallet on these chains, or simply use the /import command. This command allows you to import an already connected wallet on one EVM-compatible chain to another one. It requires 4 arguments: Origin chain, Origin wallet name, Destination chain and Destination wallet name.

For example, if you want to import your "Main" wallet from BSC to ETH and name it "Wallet1" you would send /import BSC main ETH Wallet1 in your DMs with the bot.

This is also useful in case you've transferred your funds by mistake to the wrong EVM-compatible chain and you'd like to recover them.

What's Gas Price?

Gas price determines your transactions' priority on BSC and Metis. The higher the price, the quicker the transactions will go through, but you’ll have to pay higher gas fees.

If you’re on Ethereum, Base, Avalanche, Linea or Solana, you’ll encounter Gas Delta instead of Gas Price.

What's Gas Delta?

For Ethereum, Base, Avalanche and Linea, Gas Delta will act as the max priority gwei on a Type-2 ETH transaction. Essentially, the bot will automatically adjust to the current gas average of the chain, and then add the chosen Gas Delta on top of it. Example:

  • Gas average is 10 gwei

  • Set Gas Delta to 3 gwei for example

  • Your transaction’s gas price will now be 10 (base) + 3 (priority) gwei

Just like gas price on BSC and METIS, gas delta determines your transaction priority on Ethereum, Base, Avalanche and Linea. Higher deltas will yield higher transaction speeds at the cost of higher gas fees.

On Arbitrum, Gas Price/Delta is completely irrelevant, since the chain operates on a First-Come-First-Serve basis. More details on the subject can be found here.

On Solana, there is a minimum fixed transaction fee is a fixed value of 0.000005 SOL, but you have the ability to pay an additional fee through Gas Delta to boost your transaction and achieve quicker execution times. For example, if you set your Gas Delta to 0.01 SOL, you will end up paying 0.010005 SOL as transaction fees.

On TON, the bot will always send 0.2 TON as a reserve for transaction fees, and the remaining amount will be credited back to your wallet.

What's Max Gas Limit?

This is only relevant for EVM-compatible chains and it is the maximum amount of gas units you're willing to consume for the transaction. Since the bot can optimally determine this value, you don't need to bother with it, unless you want to block contracts that require a lot of gas.

What's Smart Slippage?

This feature only exists on EVM-compatible chains. It overrides your custom slippage and automatically adjusts it based on the token's taxes and your price impact. It is very convenient for quick swaps and casual call channel sniping, as it can protect you from frontrunning bots. However, it is not suitable for highly volatile situations like stealth launches and auto-snipes. For these cases, please disable Smart Slippage and specify a suitable slippage tolerance. If you want to use Smart Slippage, we suggest you pair it with a high Gas Price/Delta.

Can I set slippage to more than 100%?

Yes, but this will only have an impact in situations where you're trying to buy an exact amount of tokens, which happens with auto-snipes that use specific token amounts instead of exact native amounts, as well as using the Ape Max and Buy X Token buttons. When slippage is set to X00% and you set a specific token amount, the bot will detect the native amount needed to buy that specific token amount, and then send (X+1) * the detected native amount to secure your buy. For example, you wish to buy exactly 100 tokens, and the bot detects that 100 tokens cost 0.1 ETH. If your slippage is set to 200%, the bot will send 0.3 ETH (3*0.1) to secure your buy. The router will then use whatever ETH amount it needs to get 100 tokens, and the remaining ETH will be sent back to your wallet.

If you're buying with exact native amounts instead, then setting slippage to more than 100% is simply equivalent to 100% (which implies that you're willing to accept 0 tokens for whatever exact native amount you're paying).

Do I need to adjust all the settings?

No. You can leave them on default/disabled. However, tailoring the bot using these settings makes for a more focused and profitable experience.

How can I withdraw funds from my wallet?

Head to the /sniper menu, click on Wallets, and select your chain of interest. You will then be re-directed to a menu which allows you to transfer native and token amounts out of your wallet to any other wallet address. You can specify the amount to be transferred either in raw values or as a percentage of your holdings in that wallet.

How to transfer native or tokens to another wallet?

Simply paste the receiving wallet address in your DM with the bot and you will be provided with a Wallet Summary panel which allows you to transfer native and token amounts from any of your connected wallets to the receiving wallet.

How can I disconnect my wallet?

  • To disconnect your "Main" wallet: /sniper ➡️ Wallets ➡️ Select chain ➡️ Disconnect Wallet.

  • To disconnect any of your multi-wallets: /sniper ➡️ Wallets ➡️ Select chain ➡️ Multi-Wallet ➡️ Select the wallet -> ❌ Delete.

If you need to connect the wallet elsewhere, make sure you have access to your private keys and mnemonic phrase BEFORE disconnecting the wallets. Otherwise, transfer all your funds out of the wallet and then proceed with disconnecting it from the bot.

How can I check my currently active order?

Send /orders in your DM with the bot to receive a summary on your currently active Trade Monitors, Presale snipes and Auto-Snipes.

Last updated