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

CommandRoleUsageDescription
/startAny/startWelcome & help
/walletAny/walletShow wallet & balance
/createClient/create 1.5 AnalyzeCreate job
/budgetClient/budget 0 2.0Set budget
/fundClient/fund 0Fund job
/approveEvaluator/approve 0 GoodApprove result
/rejectEvaluator/reject 0 BadReject result
/jobsProvider/jobsList available
/takeProvider/take 0Take job
/submitProvider/submit 0 resultSubmit result
/claimProvider/claim 0Auto-claim
/quitProvider/quit 0Exit job
/statusAny/status 0Check state

Want to automate this? The MCP Server exposes the same operations as tools for any LLM.