Turning the scanner on and off
One switch — `scanner.enabled` in the bot's configuration — governs the scanner, the calls layer, milestone alerts, and all three calls commands together.
Turning the scanner on and off
One switch — scanner.enabled in the bot's configuration — governs the scanner, the calls layer, milestone alerts, and all three calls commands together.
Default state
scanner.enabled
| Setting | Value |
|---|---|
| Scope | per bot — keyed by bot id, never a global switch |
| Plan gating | none. The only requirement is that the bot's platform is Telegram |
A non-Telegram bot has no scanner switch at all — the dashboard panel that holds it is hidden for those bots.
Dashboard
Reach the switch
- Open Settings → Features.
- On the "Bot Utilities" panel, find the "Multi-Chain Scanner" card ("Paste CA or DEX into any chat").
- Use the "Toggle Multi-Chain Scanner" switch. Its status reads "Enabled" or "Disabled".
For a non-Telegram bot, the panel shows "Utilities are only available for Telegram bots." instead, and the switch is not reachable.
Owner notification text
| Input | Output |
|---|---|
| Turned on | 🔎 <b>Multi-Chain Scanner</b> Enabled — contract addresses pasted in your groups get the token card. |
| Turned off | 🔎 <b>Multi-Chain Scanner</b> Disabled |
Owner /menu
Send /menu, /options, or /help — bot owner or a Memescale platform admin, in any chat. A Telegram group admin who is not the bot's owner cannot open this menu.
Reach the switch
- Send
/menu. - Tap "✨ Extra Features".
- Tap "On" or "Off" beside "🔎 Multi-Chain Scanner".
What the bot replies on tap
| Situation | Reply |
|---|---|
| Already in that state | Already on / Already off |
| Toggled successfully | Updated |
| The dashboard could not be reached | Couldn't reach memescale.ai — try again |
Admin console
A Memescale platform admin can toggle any bot's scanner from that bot's config editor in the admin console — not reachable by a bot owner.
What the admin sees
| Setting | Value |
|---|---|
| Sidebar entry | Scanner |
| Label | Multi-Chain Scanner |
| Status note | "Enabled — pasted contract addresses get the token card" or "Disabled" |
| Button | Enable / Disable |
What changes the instant it is switched off
-
Pasting a contract address or a link stops producing any card — the scanner exits before scanning the message at all.
-
The milestone poll loop stops pulling prices and stops posting alerts.
-
The calls database (
calls.json) is untouched. Switching the scanner back on makes every past call, coin, and already-announced threshold answer normally again, with nothing lost.