Tonagentry is the deployment layer for autonomous and assistive agents inside Telegram. Wallet-native identity. Sub-cent payments. TON settlement.
Telegram-native runtime
Deploy once, reach 950M users with no install. Mini-app shell + bot lifecycle handled.
Wallet-native auth
TON Connect, signed initData, durable agent identity. No passwords, no JWT churn.
Programmable payments
Agents can charge per call, settle peer-to-peer, hold balances. Sub-cent fees on TON.
Model-agnostic
Bring your own provider: Claude, GPT, Gemini, open-weight. We route, observe and cache.
Tools + memory
First-class tool calling, on-chain artifacts, durable conversation memory at agent + user grain.
Observability
Per-call traces, token cost dashboards, payment ledger. Production-grade.
// agent.ts import { defineAgent } from "@tonagentry/sdk"; export default defineAgent({ name: "trader-copilot", model: "claude-opus-4-7", tools: ["ton.swap", "market.quote"], pricing: { perCall: "0.05 TON" }, async run(ctx) { return ctx.respond("What pair should I quote?"); }, });
npx tonagentry deploy — agent live as a Telegram mini-app in under a minute.
Get early SDK access, free TON credits and direct support.