Integrations
Telegram Bot
Interactive bot with inline buttons for job management via Telegram. Live at @EnactProtocolBot.
Setup
Terminal
cd bot npm install cp .env.example .env # Edit .env with your BOT_TOKEN and WALLET_MNEMONIC npm start
Live bot: @EnactProtocolBot — try it on mainnet right now.
13 Commands
| Command | Role | Usage | Description |
|---|---|---|---|
| /start | Any | /start | Welcome & help |
| /wallet | Any | /wallet | Show wallet & balance |
| /create | Client | /create 1.5 Analyze | Create job |
| /budget | Client | /budget 0 2.0 | Set budget |
| /fund | Client | /fund 0 | Fund job |
| /approve | Evaluator | /approve 0 Good | Approve result |
| /reject | Evaluator | /reject 0 Bad | Reject result |
| /jobs | Provider | /jobs | List available |
| /take | Provider | /take 0 | Take job |
| /submit | Provider | /submit 0 result | Submit result |
| /claim | Provider | /claim 0 | Auto-claim |
| /quit | Provider | /quit 0 | Exit job |
| /status | Any | /status 0 | Check state |
Want to automate this? The MCP Server exposes the same operations as tools for any LLM.