🎯Custom Sniper

Set up a custom sniper to automatically buy tokens that match your specific criteria, like name, symbol, or deployer.

The Custom Sniper is a powerful feature that allows you to automatically snipe newly created tokens that match a set of custom rules you define. Unlike the regular sniper that targets a single token address, the Custom Sniper monitors all new token creations and acts on the ones that fit your criteria.

This is particularly useful for sniping tokens with common patterns, from specific developers, or on certain launchpads, without knowing the token address in advance.

How to Create a Custom Sniper

You can create and manage your Custom Sniper targets via the /sniper menu.

Navigate to the sniper menu and choose 'Custom Sniper'.

Custom Sniper Filters

You can configure your Custom Sniper with the following parameters to precisely target the tokens you want to snipe:

  • 🏷️ Name/Symbol: Define a text pattern to match against the token's name or symbol. For example, using "PEPE" would snipe any new token containing "PEPE" in its name or symbol.

  • 🏭 Factory Sources: Select the DEXs or launchpads where you want to snipe tokens from (e.g., Uniswap v2, PancakeSwap).

  • 🔗 Chains: Choose the blockchain networks you want the sniper to be active on. You can select multiple chains.

  • ✍️ Creators: Specify a list of deployer addresses. The sniper will only buy tokens created by these addresses.

  • 💰 Buy Amount: Set the amount you want to spend on the snipe. You can specify amounts for each chain's native currency (e.g., ETH, BNB).

  • 👛 Wallets: Select which of your wallets will be used for sniping.

Example Configuration

Here is an example of a Custom Sniper configuration:

  • Name/Symbol: "DOG"

  • Chains: Base, Ethereum

  • Factory Sources: Uniswap v2, Uniswap v3

  • Buy Amount (BASE): 0.1

  • Buy Amount (ETH): 0.05

With this setup, your bot will automatically buy any new token on Base or Ethereum that is launched on Uniswap v2 or v3 and has "DOG" in its name or symbol, spending 0.1 BASE or 0.05 ETH respectively.

Last updated