AI Dev Wall
Статистика- Последний пост
- 3 авг.
- Последнее чтение
- 15 авг.
- Постов за неделю
- 0
- Всего постов
- 20
- Тип
- открытый
- Язык
- und
- В каталоге с
- 12 авг.
- 1/24сутки в ленте
- 125
- 1/48двое суток
- 143
- 1/72трое суток
- 154
Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.
Посты
🧠 The 2026 International Olympiad in Artificial Intelligence starts today. As a token of support for those who will reinvent our civilization, we'll issue 🏆 240 exclusive Intelligence Cups to the winners. 💵 We guarantee minimum buyback prices ($1,000 per Gold Cup, etc.), but the cups' limited supply may make them worth much more on the secondary market. Good luck, AI coders! 🍀
⭐️ Hoton-MCP is Live You can now purchase Telegram Stars, Premium and top-up your Telegram Gram balance from your AI Agent — just ask, and it does for you in seconds. 🔗 Connect hoton-mcp to any AI that supports MCP (OpenClaw, Hermes, Claude, Cursor, Codex, etc), then talk to it in any simple language, for example: ⭐️ Buy 100 Stars for @damx 🎁 Gift @monk 3 months of Premium 💎 Top up @crow with 5 GRAM It works out the order, shows you the price, and places it. 👥 Buy for a whole group at once This is the best part. You can order for up to 10 accounts in one payment — everyone gets theirs, for example: ⭐️Buy 1000 Stars each for @damx, @monk and @zkproof ⭐️Gift 1 year premium to @tgintern and @tonkol Perfect for thanking a community, gifting a group, or running a giveaway. 👛 Your AI needs a wallet to pay The hoton-mcp only builds the order — it never touches your money. The payment comes from a TON wallet your AI controls, set up with @ton/mcp (TON's official wallet for AI agents). You fund it, you stay in control, and you can cut off access anytime. 🔧 How to setup Setup with this command: npx -y hoton-mcp Or simply give your agent the source code link and tell it to set it up. 🐱 Github
Teleton Agent v0.9.0 is here. New Cocoon provider. Fully redesigned WebUI. Smarter tool discovery. Per-tool access control. Latest AI models, many fixes and more. Learn more about 0.9.0: t.me/TeletonAgents/54 Run your own agent: telegra.ph/Deploy-Your-Teleton-Agent-03-03 GitHub: github.com/TONresistor/teleton-agent/ Install / Update now: npm install -g teleton@latest
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
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
Friends, I need your honest feedback. After the TON hackathon, our project didn’t get attention from the judges or the TON team. I’m now at a crossroads and trying to decide whether to keep going or shut it down. Please react with: 👍 — keep building 👎 —…
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.
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
🛠 Developing for TON just became 10x faster. The new toolchain makes smart contracts easy to create, test, and deploy. Most importantly, fully AI-ready. It replaces TON’s fragmented tooling stack with one developer flow. Start building!
One of Acton’s key features is its advanced support for developing TON smart contracts using AI.
Introducing Acton — a new, modern toolchain for developing smart contracts on TON Acton covers the full development lifecycle: project creation, testing, debugging, dApp integration, deployment, and verification. CLI-first by design, it works naturally for both developers and AI agents. 1. One toolchain, not a bunch of utilities Create, build, test, lint, format, deploy, and verify TON contracts in a single coherent environment around Tolk. 2. A tighter build-test-debug loop Write tests directly in Tolk programming language, run them fast, debug failed transactions, and inspect what actually happened on-chain. 3. Security built in Coverage, fuzzing, mutation testing, gas profiling, and CI help catch regressions early. 4. A native debugger Step in, step over, step out, watch variables, and inspect the call stack. A smooth Web2-style developer experience, now inside a blockchain language. 5. Friendly for AI agents A modern CLI tool that becomes an agent's runtime, with skills and manuals bundled. 6. IDE integtation Use it with VS Code, JetBrains, Cursor, Zed, and other LSP‑based editors. Read more » Docs » Author's notes »
GM everyone ❤️ I built a Cocoon client in Go, It follows the same wire protocol and contracts interface as the existing C++ client. It’s cross-platform, with a simple standalone CLI. I named it Gocoon. It is ideal if you want to connect to Cocoon locally without going through third-party entities, and for your AI agents and LLMs-powered mini-apps. In the video above, another of my projects (TON Browser) in which I integrated the Gocoon Client, and it works really well, setup and LLMs answer are fluid. Gocoon (Cocoon Client in Go): https://github.com/TONresistor/gocoon
4 public TON dashboards worth watching right now: 🌸 TON Staking Staking yield recently spiked toward ~20% APY in TON terms after higher emission. Track validators, liquid staking, inflation and real yield. https://dune.com/ton_foundation/staking 🌻 Fragment TON’s core utility protocol: usernames, numbers, gifts. TVL matters, but real on-chain revenue matters more. https://dune.com/ton_foundation/fragment 🏦 TON on CEX Tracks TON deposits and withdrawals across major exchanges. Since 2026, more TON has been leaving CEXs than entering. https://dune.com/ton_foundation/ton-on-cex 🪷 TON Believers Fund Tracks the large unlock and where released TON goes. So far, staking absorbs more TON than CEX deposits. https://dune.com/ton_foundation/ton-believers-fund Data changes daily. DYOR.
Friends, I need your honest feedback. After the TON hackathon, our project didn’t get attention from the judges or the TON team. I’m now at a crossroads and trying to decide whether to keep going or shut it down. Please react with: 👍 — keep building 👎 — shut it down Your input really matters. ___ D E E P B I T E Build, Run and Control Autonomous Trading Agents Trading is chaos. Too much data. Too many tools. AI is unreliable and hard to control. DeepBite turns trading into systems. A unified platform where you: • Create or connect AI agents with defined roles, limits and skills • Design strategies as visual workflows (AI → Data → Execution) • Connect exchanges, APIs, wallets and data sources • Run and control everything in real time with built-in risk limits No code. No black boxes. Full control. Vision: Stop trading. Start running systems. ___ Project Status: Stealth mode, MVP Demo in English - https://youtu.be/OFyX5XOgYOc Demo in Russian - https://youtu.be/fMJVynfVSho THANK YOU ALL ❤️
Agentic Wallets on TON: enabling AI agents with dedicated on-chain wallets TON Tech introduces Agentic Wallets — an open, self-custodial standard that lets AI agents manage funds and send transactions on TON without requiring user approval for every transaction, while keeping full user control. Each agent operates a dedicated on-chain wallet funded by the user, with no intermediary involved. Getting started is straightforward: a user asks their agent to create a wallet, funds it and confirm setup. From there, control is clearly separated — the user retains ownership through their main wallet, while the agent can transact only within defined limits. Funds can be withdrawn at any time and access can be revoked. The standard works with existing TON wallets — requires no upgrades, and integrates without vendor lock-in, allowing developers to implement and manage their own setups independently. It is compatible with leading AI models and agent frameworks, and includes MCP & CLI for building and managing agent workflows. In Telegram, this becomes immediately actionable. Bot API and recent bot-to-bot communication allow agents to interact autonomously. Agentic Wallets extend that foundation: agents on Telegram can now not only communicate, but also make payments within the chat interface. Launch an AI agent with Agentic Wallets
Hi everyone 🎁 Wanted to share what we’ve been building lately around AI agents, Telegram Gifts, and Stars on TON. Over the last releases, we turned Gifti into a real user-facing AI layer inside TeleGifts rather than just a standalone demo. What’s live now: Gifti inside TeleGifts on iOS / Android / TMA Gift Asset MCP as the tool layer behind the agent live access to gift market data, collections, price history, profile context, and analytics support for on-chain gifts Telegram account connection inside the product improved deep links for gifts, collections, and Heatmap gift market aggregation flows directly inside the app If you want to try what we’re building: TeleGifts: telegifts.app/download MCP: https://github.com/GIFT-ASSET/giftasset_mcp And yes — Plush Redo is now the symbol of TeleGifts 🎁
TON AI Agent Hackathon — Winners 🏆 Two weeks. 160+ submissions. An incredible amount of talent and execution from the community. This was the first major AI Agent competition on TON, and the quality exceeded all expectations. Builders showed up and delivered.…
⚡️ You can now create agentic bots in just 2 taps 🤖 Ask the devs of the services you use to support it 👇 https://core.telegram.org/bots/features#managed-bots
Your agents can start building now on OpenSea 🫡
Hello everyone. I'm developing a new publicly available standard, "docker-git." I'll be implementing it in TON soon, but for now I'm showing off what it can do. The essence of the standard is that it creates convenient environments for AI coding where humans can control the process. I've now implemented the ability to control the browser the agent is running. It can also now be used not only in the console, but also in the browser. https://t.me/ProverCoderAI/37