Real approvals
The bot quotes the wrapped Email Reputation cost (~$0.006), enforces allowance + reserve buffers, and requires an inline Approve tap before spend.
Built for Locus · Powered by Telegraf + OpenClaw
Every API call is pre-priced, human-approved, and paid through the Locus wallet. The bot explains the spend, enforces allowances, and leaves an auditable trail.
Launch the Telegram bot →The bot quotes the wrapped Email Reputation cost (~$0.006), enforces allowance + reserve buffers, and requires an inline Approve tap before spend.
Every call is charged to wallet 0xdf17…cdaf. Balance deltas and Locus tx IDs are mirrored into data/locus-audit-log.jsonl.
Single `npm install`, `.env`, and `npm run dev`. Built with Telegraf + TypeScript + the Locus wrapped API client.
/check email@example.com. Bot estimates the wrapped API cost and displays allowance, wallet balance, and approval buttons.
/api/pay/balance, enforces allowance + reserve buffers, and aborts if spend would break policy.
/api/wrapped/abstract-email-reputation/check, computes before/after balances, and echoes the risk report.
Wallet: 0xdf17b4c0394ef7f231e1db629018a1189ff9cdaf
Gift code redeem tx: 0x8fbf…95dfb
data/locus-audit-log.jsonl captures the latest email check (balance 10 → 9.994 USDC).
Architecture, safety policy, and submission pack live in docs/ — ready for judges.
Clone the repo, copy .env.example, plug your Locus + Telegram secrets, and run npm run dev. The README walks through every step.