CONCEPTS

Dashboard

The web dashboard lives at glint.fit/signals. Every filter, sort, and chain toggle persists in the URL so the view is bookmarkable and shareable.

The filter row

Three independent groups of chips at the top of the page. They combine with AND, so the visible list is the intersection of all your selections.

  • Chains Base, Ethereum, Solana, Hyperliquid. Multi-select. Click again to remove.
  • Risk LOW, MEDIUM, HIGH. Multi-select. Most pump.fun signals are HIGH by design.
  • Time and content Last 24h (default), Last 1h, Score >= 65, Whale activity, All time. Single-select.

Sort options

  • Newest freshest signals first. Default.
  • Top score highest 0-100 score first.
  • Top gainer ranks by peak gain since call, not live gain. A token that pumped to +500% and round-tripped still ranks above one currently at +30%.
  • Top loser ranks by current live gain, smallest first. Useful for finding distressed calls.

Shareable URLs

Every selection writes to the query string. A few examples you can copy:

  • /signals?chain=base&filter=24h Base only, last 24 hours.
  • /signals?risk=low,medium Skip the gamble plays.
  • /signals?filter=all&sort=gainer All-time top peak gainers across every chain.
  • /signals?chain=sol&risk=low The rare pump.fun signals in the approach-breakout band.

Past calls strip

When the active time filter is Last 24h or Last 1h, a "PAST CALLS" strip renders below the main grid. It shows the most recent signals that fell out of the current time window, capped at 12 rows. Each row has the chain badge, ticker, optional name, time ago, score, current gain, and peak gain. The gain numbers keep refreshing in case the token is still moving.

The strip exists so you never lose sight of recent calls that aged out of the default view. Click any row to open the full token page.

Token detail page

Click any card to open /token/<address>?chain=<chain>. The page has four sections.

  • Header token name, ticker, chain badge, risk badge (and direction badge on HL). Big price row, action links to pump.fun / Dexscreener / explorer.
  • Stats grid chain-aware. EVM shows liquidity / volume / FDV / mcap. Sol shows mcap, mcap at call, ATH mcap, real SOL reserves. HL shows volume, open interest, funding rate, 24h move. Plus signals fired, highest score, gain right now, peak gain, first signal.
  • Call history chronological table of every call for this token, with price at call, mcap at call, current price, gain since call, and peak gain per row.
  • Signal detail the full signal cards for every entry, useful when you want to see the AI explanation and component bars per call.

Stale fallbacks

When a token drops off the live price feed (most common with pump.fun tokens that lose activity), the dashboard automatically falls back to the snapshot captured at signal time. You will see an AT-CALL PRICE pill next to the price row when this happens. The mcap, peak gain, and call history stay populated from the permanent snapshot data so the page is never empty.