Live bots
| Channel | Status | Trigger | Hosting |
|---|---|---|---|
| X (Twitter) | Live | Tweet pay £5 (or @bot pay 5 USDC) | AlgoVoi-managed (polling) |
| Telegram | Live | /pay 5 USDC or pay £5 | AlgoVoi-managed (webhook) |
| Discord | Live | Slash command or message in any wired channel | AlgoVoi-managed (Gateway WebSocket, shared bot) |
| Viber | Live | Direct message to the bot | AlgoVoi-managed (webhook) |
| WhatsApp Business | Adapter ready | Reply to customer order message | Self-hosted via WhatsApp Business API |
How tenants wire a bot
In the dashboard go to Connect and pick the channel you want. Each card walks you through the platform-specific bits:- X: post a tweet from your account that mentions the AlgoVoi handle. The bot watches mentions and replies with a hosted-checkout URL. Per-tenant chain preference, so a tenant can default to Solana while another defaults to Algorand.
- Telegram: paste the BotFather token. AlgoVoi runs the webhook and routes by chat ID.
- Discord: install AlgoVoi to your server using the OAuth invite link in the dashboard. The shared bot picks up your guild, routes by guild ID. Message Content Intent must stay on in the Developer Portal.
- Viber: paste the Viber Public Account access token. Webhook is registered automatically.
- WhatsApp: install the whatsapp adapter on your own infrastructure (WhatsApp Business API requires a self-managed phone number).
Conversational pattern
Every bot speaks the same shape:algorand,algo,algorand_mainnet→ Algorandvoi→ VOIhedera,hbar→ Hederastellar,xlm→ Stellarbase,eth(when on Base context) → Basesolana,sol→ Solanatempo→ Tempo
preferred_network.
Auto-replies on payment confirmation
When a payment confirms, the bot posts a follow-up message in the same conversation. This uses the same outbound-notification pipeline as your webhook destinations, so the audit log atdash.algovoi.co.uk/notifications shows the bot reply alongside any Slack or generic-webhook deliveries.
Source
- discord adapter (slash commands, hosted checkout)
- telegram adapter (sendMessage, hosted checkout)
- whatsapp adapter (Business API replies, hosted checkout)
- X bot: hosted by AlgoVoi, no third-party install needed.
- Viber bot: hosted by AlgoVoi, no third-party install needed.
See also
- No-code platforms for X-specific automation via Pabbly
- Outbound webhooks for routing the same payment events to Slack, Teams, or your own backend