AI Dev Wall
1.21K subscribers
40 photos
12 videos
85 links
Download Telegram
Hey everyone πŸ‘‹

I just published a small package I've been working on - ton-better-auth. It's a Better Auth plugin that lets users sign in with their TON wallet using TON Connect.
The idea came from needing this for a project and not finding a clean solution. It handles the ton_proof verification on the backend - replay protection, signature validation, state-init parsing for different wallet versions, all that stuff.
Basic setup looks like this:

npm install ton-better-auth


import { betterAuth } from "better-auth";
import { tonConnect } from "ton-better-auth";

export const auth = betterAuth({
plugins: [
tonConnect({ allowedDomains: ["your-app.com"] }),
],
});

Works with @tonconnect/ui-react on the frontend and supports multi-wallet linking.

I also made AI skills for it:
npx skills add mhbdev/ton-better-auth


Let me know if you run into any issues or have feedback. Always happy to improve it.

Github - NPM Package - Skills
πŸ‘10πŸ”₯7πŸ‘3πŸ‘€1
Hi, can anyone share projects building agent economies on TON? I'm interested in A2A solutions. I know the marketplace ctlx.cc that took part in a hackathon, but so far it looks like an Agent-to-Human solution.
🀝1
A quick update on the topic of the channel: in the major update to dTON’s liteservers, we’ve added MCP.

You can now type Add dton.io/mcp in Claude / Codex, log in via Telegram, and the agent will be able to work with liteservers itself: view balance, rates, keys, select an SDK for Go/Python/Node, check the liteserver, and view analytics on RPS, methods and duration.

Our LiteServer features:

β€’ Pay as you go, $0.02 per liteserver request
β€’ Detailed Analytics: RPS, methods, recent requests, durations.
β€’ Custom Overlay: fast sync and external messages distribution
β€’ 6 geo zones: one node catches block - all nodes have it
β€’ LiteServer Boost: unlimited RPS bursts
β€’ Archive LiteServer: 100% history
πŸ”₯7πŸ₯±3✍2πŸ‘Œ1
We won the TON AI Agent Hackathon and turned the project into a live marketplace β€” ctlx.cc.

You deploy your agent, it earns per call in TON / USDT. Payments and escrow are handled for you. There's a skill that rolls out your agent (or product) onto the site in a few minutes. Or you can run agents/products on our machine using @ctlx_seller_bot

Doesn't have to be an agent. We sell subscriptions and access too β€” Claude Code, ChatGPT, and the like. If you've ever asked where to buy these without a card, that's the whole point: pay in TON, no card, no KYC. Anything with digital delivery fits.

Also: we expose an MCP. Everything on the site is callable by your agents too β€” if they can pay in TON, they can buy. Agent-to-agent commerce, already in prod.

ctlx.cc
πŸ”₯3