PrismPrism
Live
CONCEPTS

Telegram bot

The bot lives at t.me/HoodSignal_bot. Send /start to subscribe. From that moment you get pushed every Robinhood Chain launchpad signal that crosses your threshold.

Two types of alert

The bot pushes two streams that work independently of each other.

  • Threshold alerts every new signal with score >= your /threshold. Default threshold is 60.
  • Watchlist alerts every new signal for any token on your /watching list, regardless of score. Useful for following a specific token across multiple calls without lowering your global threshold.

Each stream is deduped independently. The bot will not double-push the same signal under both rules.

Command reference

COMMANDWHAT IT DOES
/startSubscribe to threshold alerts at default 60.
/helpPrint the full command list.
/signalsShow the top 5 live signals right now.
/threshold 70Set your alert score floor (0-100). Default 60.
/mode balancedPick a risk mode preset. Strict is only the highest-scored calls, Balanced the solid setups, All every passing call.
/watch <address>Watch a token by its Robinhood Chain address. Watchlist alerts ignore your threshold.
/watchingList the tokens currently on your watchlist.
/unwatch <address>Stop watching a token.
/stopPause all alerts. /start again to resume.

Deeplinks from the dashboard

On any token detail page on hoodsignal.uno, the TRACK IN TELEGRAM button opens the bot with a one-tap watch link. The URL embeds the token address:

https://t.me/HoodSignal_bot?start=watch_0xc21dd0ee...

The bot parses the address from that payload, registers you if you are new, and adds the token to your watchlist in one step. No typing required.

Alert format

Each push contains the token label, the score with a unicode bar, the momentum and whale-flow components, the AI explanation, and a one-tap buy button that opens Based or Maestro pre-loaded with the token, plus a link back to the dashboard. Watchlist alerts use the same format with a clearly different header so you know the alert fired because the token is on your list rather than because it crossed your threshold.

Polling cadence

The bot ticks every 30 seconds, looking for new signals in the last 10 minutes that you have not received yet. In practice you will see a signal 30 to 90 seconds after the engine writes it, depending on timing. VIP tier (planned) will move to a faster cadence with priority routing.