Connecting the Bot
Open the Sage bot in Telegram and send/start. The bot pings the server (POST /bot-ping), which links your chat to your vault. Once connected, screening notifications and your replies flow through.
Notification Buttons
A REVIEW or BLOCK message includes three buttons:Commands
You can also type commands. A bare command (no proposal ID) resolves to the latest in-review proposal for your vault.Ad-Hoc Security Questions
The agent also has access to security tools over MCP — GoPlus address and token intelligence, Rugcheck, and sanctioned-address lookups. You can ask things like:- “Is this address safe?”
- “Why was proposal X flagged?”
- “What’s the Rugcheck score for this token?”
Every agent request to the Sage API carries
Authorization: Bearer $AGENT_SECRET. The agent never fabricates results — it runs the call, waits for the response, and reports the actual outcome.
