Developer Token Lock/Unlock Scanner

This core feature provides real-time detection and alerting when token developers engage in on-chain actions that affect supply integrity, such as locking, unlocking, or transferring token allocations.

Functionality

  • Continuous Contract Monitoring: The bot’s Solana indexer scans for program interactions involving TokenVesting, Timelock, or MintAuthoritytransactions.

  • Event Recognition: When a token’s mint or dev wallet executes an unlock, burn, or re-authorization transaction, the system flags and timestamps the activity.

  • Categorization: Events are classified as:

    • Lock Added / Extended — developer increasing vesting duration.

    • Unlock / Release — token becoming transferable.

    • Authority Change — mint or freeze authority reassigned or revoked.

  • Alert Delivery: A detailed alert is pushed to Telegram, displaying:

    • Token name and symbol

    • Contract address

    • Type of event (lock/unlock)

    • Amount involved

    • Developer wallet involved

    • Timestamp and block ID

Purpose

This enables traders, researchers, and communities to detect potential developer sell-off risks or verify legitimate project activity in real-time — without manually parsing blockchain explorers.

Last updated