Skip to content

Token Card

/i returns a detailed card for a single token: its price, recent changes, liquidity, 24h volume, market cap, and social links — all in one message, with tap-through links to the chart and the block explorer.

It’s a one-shot lookup, not a watchlist action. Nothing is tracked or saved; you just get the card.

Pass a contract address:

/i 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

…or just a name or ticker:

/i delta

You don’t need to say which chain — the bot figures out where the token’s main market is and builds the card from there. For a name or ticker it picks the best match by trading liquidity (preferring an exact ticker match), so a well-known token resolves on its own.

When the same name exists on more than one chain, add a chain shortcut to force the match:

/i moltbook base
/i pepe eth

The chain can go before or after the name (/i base moltbook works too). Only that chain is searched, so you won’t get a same-named token from somewhere else.

FieldMeaning
Name + $tickerA chain icon marks the network. The token name links to the chart; the $TICKER links to the block explorer.
ContractThe token’s contract address, tap-to-copy.
PriceCurrent USD price.
1h / 24hPrice change over the last hour and day, with a 📈/📉 trend arrow.
24h High / LowThe highest and lowest price over the last 24 hours (when available).
Liquidity (ETH)The counter-asset side of the pool, shown in USD — e.g. the value of the ETH paired against the token. That’s the liquidity you’d actually trade against, and the label names the paired asset.
24h VolumeTrading volume over the last day.
Mkt. Cap (FDV)Fully-diluted valuation.
Circ. CapMarket cap on circulating supply, when available.
SocialsWebsite, Telegram, and X links — shown only when the token has them on file.

The name links to your preferred chart provider (/settings → chart provider; default is DexScreener).

You can also have the card appear automatically whenever you paste a token contract, without typing /i.

  • In a DM, open /settingsCard on Paste and switch it on.
  • In a group, an admin opens /settingsTrackingCard on Paste. Once on, the card shows for anyone who pastes a contract in that group.

It’s off by default. When on, the card appears below the normal add flow — the usual “add to watchlist” step still works exactly as before. Turning it off doesn’t affect /i, which anyone can always run.

  • New or very small tokens may be missing fields. Circulating market cap, socials, and even liquidity depend on what data exists for the token — the card simply omits a line when there’s nothing to show.
  • The card reflects the token’s main market. If a token trades on several chains or pools, the card is built from the deepest-liquidity one.
  • Prices are a snapshot. /i fetches fresh data each time (within a brief cache window), so run it again for an up-to-the-moment read.