Skip to content

Quick Tour

This is the shortest path through the core flow. Five minutes, five steps, all in your DM with the bot. By the end you’ll have a token on your watchlist, an alert wired up, and you’ll have seen /og and /ath in action.

If you haven’t run /start yet, do that first — see Start in DM.

  1. Add a token.

    Paste a contract address straight into the chat, or send /add <contract_address>. Both paths end the same way — Prysm detects the chain, fetches the price, and stores the token on your watchlist.

    Token Added Successfully!
    🔹 PEPE  Pepe
    
    Price: $0.0₅1234
    Market Cap: $5.2M
    24h Change: 🟢 +12.4%
    
    📊 Etherscan
    📊 DScreener

    Etherscan and DexScreener are tappable links. Two inline buttons sit underneath: View List and Set Alert.

  2. View your watchlist.

    Send /list to see every token you’re tracking. The default page size is 25 per page, sorted by your settings.

    Watchlist
    Tracking 2 tokens
    
    🔹 PEPE (Pepe) 🟢 +12.4%
    MCap: $5.2M | 📊 DS
    
    🪙 BONK (Bonk) 🔴 -3.1%
    MCap: $1.8B | 📊 DS

    Each row links the token name to its block-explorer page and the chart provider name to your chosen chart. Buttons under the message give you Refresh, Add Token, Compact, and Detailed views.

  3. Set a price alert.

    Pick a token and a target. The command is:

    /setalert <contract_address> <type> <comparison> <value>

    For a price alert when PEPE crosses $100:

    /setalert 0xA0b86...06eB48 price above 100

    <type> is price or mcap. <comparison> is above or below. <value> accepts shorthand — 100, 1.5k, 10M, 1B. You’ll get back:

    Alert created successfully! You will be notified
    when the condition is met.

    Prefer to tap rather than type? Run /detailed, then hit the 🔔 next to any token — it walks you through the same alert types from inline buttons.

  4. Check the all-time high.

    For tokens on EVM chains (Ethereum, Base, BSC, Polygon, Arbitrum, Optimism, Avalanche), /ath shows ATH market cap and how far the current price is from it.

    📊 ATH Tracker (1)
    🔹 PEPE | $12.4M | -58% (2.4x to ATH)

    The first value is the ATH market cap. The trailing -58% (2.4x to ATH) tells you the token is 58% below its peak and would need a 2.4× to print a new high.

    /ath works on your full watchlist, or filtered by chain shortcut — /ath eth, /ath base, etc. Solana, TON, TRON, and SUI tokens aren’t currently covered.

  5. Run an OG check.

    When a symbol is trending and you don’t trust the contract address you’ve been handed, ask /og which one was first.

    /og sol scribbli

    SCRIBBLI — OG Checker

    #  CA     MCAP     VOL24H   DATE  AFTER
    1. 2P9L4  $11.3K   $19.3K   30/04 OG
    2. 8c3Jd  $1.23M   $4.7M    01/05 +188m
    3. Fx3Xh  $95.9K   $573K    01/05 +266m
    OG launched: 30/04/26

    Row 1 is the original. The remaining rows are clones, ordered by how soon after the OG they appeared. The biggest VOL24H is usually the one that took off — often not the OG.

    You can also pass a contract directly: /og <ca> and Prysm will figure out the chain and symbol for you.