Newly Bonded & Initial Liquidity Detector

Liquidity bonding represents the moment a token becomes tradeable — a critical early indicator of new market entries or stealth launches. Solanalyzer’s bonded detector identifies these liquidity creation events across multiple Solana DEXs.

Functionality

  • DEX Pool Indexing: The system continuously monitors liquidity pool creation transactions on Raydium, Orca, Jupiter, Meteora, and Lifinity.

  • Bond Detection Logic: When a new LP pair (e.g., TOKEN/SOL or TOKEN/USDC) is created, the indexer verifies if:

    • The token is new (no prior pool existence).

    • Liquidity exceeds a minimum threshold.

  • Verification & Tagging: Each event is double-verified via on-chain event logs and DEX APIs to prevent false alerts from low-liquidity or spam tokens.

  • Alert Output: Telegram alerts include:

    • Pool pair and DEX name

    • Initial liquidity value (in SOL/USDC)

    • Token mint address

    • Creation timestamp and transaction hash

    • Optional DEX link for direct view

Purpose

Users gain immediate awareness of new token liquidity launches, allowing early-stage discovery or audit-based research without manual scanning through explorers.

Last updated