Skip to content

Chain Shortcuts

Chain shortcuts are short commands like /sol, /eth, /base. They have two jobs: on their own they filter your watchlist to one chain, and when placed in front of another command they act as a chain hint for that lookup. Same word, two roles.

Standalone — filter the watchlist. Run /sol and you get a compact view of every Solana token on your list. Same for /eth, /base, /bsc, and the rest. Output is the compact format with one line per token: chain emoji, ticker linked to the chart, market cap, 24h change. A 🔄 Refresh button and a 📋 Full List button sit under the message.

As a prefix — hint a chain to another command. /og, /ath, and /bag all accept a chain shortcut as their first argument and scope their results to that chain. The shortcut tells Prysm which chain you mean before it does the lookup.

Some chains have multiple aliases. Any alias works in either role, and they’re interchangeable.

Shortcut(s)ChainStandalone behavior
/eth, /ethereumEthereum 🔹Watchlist filtered to Ethereum tokens
/baseBase 🔹Watchlist filtered to Base tokens
/bsc, /bnbBSC 🔸Watchlist filtered to BSC tokens
/polygon, /maticPolygon 🟣Watchlist filtered to Polygon tokens
/arb, /arbitrumArbitrum 🔷Watchlist filtered to Arbitrum tokens
/op, /optimismOptimism 🔴Watchlist filtered to Optimism tokens
/avax, /avalancheAvalanche 🔺Watchlist filtered to Avalanche tokens
/mega, /megaethMegaETH 🔹Watchlist filtered to MegaETH tokens
/sol, /solanaSolana 🪙Watchlist filtered to Solana tokens
/sonicSonic ⚡Watchlist filtered to Sonic tokens
/tonTON 💎Watchlist filtered to TON tokens
/tron, /trxTron 🔴Watchlist filtered to Tron tokens
/suiSui 🌊Watchlist filtered to Sui tokens

If you have no tokens on the chain you asked for, Prysm replies with a short note pointing you at /add instead of an empty list.

/sol from a DM with three Solana tokens on your watchlist:

📋 Solana Tokens (3)
🪙 SCRIBBLI | $11.3K | 📈 +24.1%
🪙 BONK | $1.2B | 📉 -3.8%
🪙 WIF | $2.4B | 📈 +1.2%

Each ticker is a link to the chart provider you’ve set in /settings (DexScreener by default). The two buttons under the message refresh the same view in place or jump to the full detailed list.

Not every command takes a chain prefix. Here’s what works and what doesn’t.

CommandChain prefix?Syntax
/ogYes/og <chain> <symbol> or /og <chain> <contract>
/athYes/ath <chain>
/bagYes/bag <chain>
/addNo/add <contract> — chain is auto-detected

/add is the odd one out. It takes the contract address and figures out the chain from the address format on its own — there’s no /add <chain> <contract> form. If you paste an EVM contract that exists on more than one chain, Prysm asks you to pick from inline buttons rather than accepting a chain prefix.

/og <chain> <symbol> — find the original by ticker

Section titled “/og <chain> <symbol> — find the original by ticker”

Searches every pair on the given chain for an exact symbol match, picks the earliest pair per token, and returns the top 15 oldest sorted oldest first.

/og sol scribbli
/og eth pepe
/og base higher

/og <chain> <contract> — disambiguate a multi-chain EVM contract

Section titled “/og <chain> <contract> — disambiguate a multi-chain EVM contract”

Use this when the same 0x… exists on Ethereum, BSC, Polygon, etc. and you want results pinned to one chain.

/og eth 0x6982508145454ce325ddbe47a25d4ec3d2311933
/og bsc 0x6982508145454ce325ddbe47a25d4ec3d2311933

/ath <chain> — chain-filtered all-time high

Section titled “/ath <chain> — chain-filtered all-time high”

Restricts the ATH view to one chain.

/ath eth
/ath base

ATH is only available on EVM chains the bot’s data source covers — Ethereum, Base, BSC, Polygon, Arbitrum, Optimism, and Avalanche. If you pass a chain it doesn’t support (/ath ton, /ath sol, /ath mega), Prysm tells you which chains do work instead of failing silently.

Filters the bag-cost table to one chain.

/bag sol
/bag eth

/bagcost is an alias and behaves the same way.

Three of your tokens are on Ethereum and you only want the ATH view for those. /ath eth:

🔹 PEPE  ATH $0.0000043   -64% from ATH
🔹 SHIB  ATH $0.000088    -71% from ATH
🔹 LINK  ATH $52.70       -73% from ATH

Same shape as the unfiltered /ath, just scoped to one chain.

  • Aliases are interchangeable. /eth and /ethereum do the same thing. Same for /bsc / /bnb, /polygon / /matic, /arb / /arbitrum, /avax / /avalanche, /op / /optimism, /sol / /solana, /tron / /trx, /mega / /megaeth.
  • Bad shortcut on a prefix command. Pass a word the bot doesn’t recognise (/og polkadot foo) and Prysm replies with the full list of valid shortcuts.
  • Chain a command doesn’t support. /ath ton won’t work because ATH isn’t available for TON. The reply lists the chains that do.
  • DM vs group. Same commands, same syntax, same output shape. In a group, the watchlist being filtered is the group’s. Inside a forum topic, only the tokens tracked in that topic are considered.
  • Silent Auto-Track groups. In groups configured for silent auto-track, chain shortcuts are ignored on purpose so chat stays quiet. Use Manual Mode if you want the shortcuts active in a group.