Rewind
  • Rewind Alpha Testing Program
  • Introduction
  • Getting Started
    • Account Registration
    • Wallet Management
  • Sniper Bots
    • Concept
    • Creating a Sniper Bot
      • Buy Config
      • Sell Config
      • Filters
    • Managing Sniper Bot
      • Operating the bot
      • Monitoring Bot Logs
      • Editing Bot Config
      • Best Practices and Tips
  • Join us on Discord
Powered by GitBook
On this page
  1. Sniper Bots
  2. Creating a Sniper Bot

Filters

Filters help ensure safer snipes by applying conditions before buying:

PreviousSell ConfigNextManaging Sniper Bot

Last updated 6 months ago

  • Min Pool Size: Minimum liquidity (in SOL) for the token pair (e.g., 10 SOL).

  • Max Pool Size: Maximum liquidity (in SOL) for the token pair (e.g., 500 SOL).

  • Mint Renounced: Check if the token minting rights have been renounced (recommended).

  • Mutable: Check if the token metadata is mutable (recommended).

  • Socials: Verify if the token has social media links in its metadata.

  • Freezeable: Check if the deployer can freeze the trading.

  • Burned: Verify if the tokens are burned (use with caution for newly launched tokens).

Filter Rechecks

  • If any filter conditions are not satisfied initially, the bot will recheck the filters for 20 seconds, with a 2-second interval between each recheck.

  • This retry mechanism aims to catch tokens that may initially fail filters due to delayed metadata updates or network conditions.

  • In future updates, users will have the option to customize the retry duration and interval.