Forwarded from Toncoin
π AppKit β Early Access Now Open
A new way to build TON apps.
Blockchain complexity fades into the background. You focus on product.
π Apply for the Early Adopter List.
*Selected developers will have access to Beta version.
Gateway Tickets | Hotel Booking | TON Community | TON Builders | TON Hubs | X | YouTube | Website | Blog | LinkedIn
A new way to build TON apps.
Blockchain complexity fades into the background. You focus on product.
π Apply for the Early Adopter List.
*Selected developers will have access to Beta version.
Gateway Tickets | Hotel Booking | TON Community | TON Builders | TON Hubs | X | YouTube | Website | Blog | LinkedIn
β€βπ₯7π₯3
Forwarded from Toncoin
π AppKit | Alpha Announcement
TON is the blockchain built into Telegram. Apps built on TON can reach Telegram's billion+ users directly.
Until now, every team had to build wallet connections, transaction handling, and DeFi integrations from scratch. Weeks of work before a single line of product code.
Today we're announcing AppKit alpha to change that.
What's live now:
βͺοΈ Wallet management and transaction sending
βͺοΈ DeFi integration (swaps, staking)
βͺοΈ TON Connect support
βͺοΈ TypeScript and React support
βͺοΈ LLM-friendly (describe an app, build a prototype in minutes)
WalletKit is also production-ready for wallet developers on iOS, Android, React Native, and Web.
More features coming at Gateway (May 1-2).
πRead more
Tribute Tickets | Gateway | TON Community | TON Builders | TON Hubs |X | YouTube | LinkedIn |TON.org
TON is the blockchain built into Telegram. Apps built on TON can reach Telegram's billion+ users directly.
Until now, every team had to build wallet connections, transaction handling, and DeFi integrations from scratch. Weeks of work before a single line of product code.
Today we're announcing AppKit alpha to change that.
What's live now:
βͺοΈ Wallet management and transaction sending
βͺοΈ DeFi integration (swaps, staking)
βͺοΈ TON Connect support
βͺοΈ TypeScript and React support
βͺοΈ LLM-friendly (describe an app, build a prototype in minutes)
WalletKit is also production-ready for wallet developers on iOS, Android, React Native, and Web.
More features coming at Gateway (May 1-2).
πRead more
Tribute Tickets | Gateway | TON Community | TON Builders | TON Hubs |X | YouTube | LinkedIn |TON.org
β€9π3β€βπ₯2
TON Tech: what weβve built and whatβs available now
Over the past months, weβve been expanding TON developer stack. This is a quick overview of whatβs available today
TON Connect
The protocol to connect apps and wallets on TON. Over the past months, weβve improved its stability, speed, security and compatibility with the rest of the stack β so the rest of the developer stack can build on top of it
AppKit
SDK for building TON apps using familiar patterns. Provides ready-to-use primitives for balances, transactions, swaps and NFTs, with built-in integrations so these features work out of the box
WalletKit
SDK for building wallets across web, iOS, Android and React Native. Handles TON Connect, signing, asset management and transaction flow
AgentKit
Tools for building AI agents that can interact with TON via MCP. Balances, transactions, swaps and assets are accessible through natural language
Network progress
Sub-second finality has been rolled out. TON Core upgraded the blockchain and API, and weβve worked with ecosystem projects to roll out the update. What this means
β’ <1 sec transaction confirmation
β’ faster block production
β’ improved real-time UX
If youβre building, this channel will save you time
Weβve just launched a Russian-language TON Tech channel
Follow for updates in Russian @tontechru
Where TON builders talk
TON Dev Chat (EN) β’ TON Dev Chat (RU)
Use this to start
Docs β’ build with SDKs β’ explore AppKit β’ work with TON Connect
How all parts connect and why this stack exists β read the full article
Over the past months, weβve been expanding TON developer stack. This is a quick overview of whatβs available today
TON Connect
The protocol to connect apps and wallets on TON. Over the past months, weβve improved its stability, speed, security and compatibility with the rest of the stack β so the rest of the developer stack can build on top of it
AppKit
SDK for building TON apps using familiar patterns. Provides ready-to-use primitives for balances, transactions, swaps and NFTs, with built-in integrations so these features work out of the box
WalletKit
SDK for building wallets across web, iOS, Android and React Native. Handles TON Connect, signing, asset management and transaction flow
AgentKit
Tools for building AI agents that can interact with TON via MCP. Balances, transactions, swaps and assets are accessible through natural language
Network progress
Sub-second finality has been rolled out. TON Core upgraded the blockchain and API, and weβve worked with ecosystem projects to roll out the update. What this means
β’ <1 sec transaction confirmation
β’ faster block production
β’ improved real-time UX
If youβre building, this channel will save you time
Weβve just launched a Russian-language TON Tech channel
Follow for updates in Russian @tontechru
Where TON builders talk
TON Dev Chat (EN) β’ TON Dev Chat (RU)
Use this to start
Docs β’ build with SDKs β’ explore AppKit β’ work with TON Connect
How all parts connect and why this stack exists β read the full article
π₯15π5β€βπ₯4π€4
TON Connect work in progress: simplifying transaction UX on TON
Previously on TON, users often had to open an explorer just to check whether a transaction went through. With the sub-second update, that experience has changed β results now appear almost instantly.
But thereβs another part of UX: how many steps it takes to get to the transaction. Today, the flow still looks like this: connect a wallet, return to the app, then confirm the action.
So the question is: why not let users open the wallet and confirm the action right away?
Weβre working on an update to TON Connect that simplifies wallet interactions: removing unnecessary steps, allowing users to connect and sign a transaction in a single action and introducing support for gasless scenarios.
In the end, this all converges into a single flow: users perform an action and immediately see the result without extra steps or the need to manage a separate gas token.
Previously on TON, users often had to open an explorer just to check whether a transaction went through. With the sub-second update, that experience has changed β results now appear almost instantly.
But thereβs another part of UX: how many steps it takes to get to the transaction. Today, the flow still looks like this: connect a wallet, return to the app, then confirm the action.
So the question is: why not let users open the wallet and confirm the action right away?
Weβre working on an update to TON Connect that simplifies wallet interactions: removing unnecessary steps, allowing users to connect and sign a transaction in a single action and introducing support for gasless scenarios.
In the end, this all converges into a single flow: users perform an action and immediately see the result without extra steps or the need to manage a separate gas token.
π10β€βπ₯8β€4π¨βπ»3π2
Gasless transactions: the next step in TON Connect
In a standart flow, a user tops up their wallet with USDT, opens app, tries to make a purchase and gets stuck. Gas requires TON, which they donβt have. For the developer, this results in a drop in conversion at the final step: the user has already clicked βbuyβ but runs into a network requirement.
Gasless already exists in TON, but it currently lives at the wallet level. The W5 contract supports delegated fee payment, but only for transactions initiated from within the wallet. In TON Connect, applications have no mechanism to sponsor gas for the user.
We are integrating gasless into the standard TON Connect flow. The application requests a fee estimate from a gas provider, builds the transaction paid in USDT, and sends it to the user for signing. The signed transaction is then passed to the provider, which submits it to the network. For easier integration, this will be available via AppKit.
As a result, the user sees a single amount in the wallet, for example 100 USDT, signs one transaction (99.9 USDT for the purchase and 0.1 USDT to the gas provider), and completes the purchase. For the developer, this means preserving conversion at the final step.
In a standart flow, a user tops up their wallet with USDT, opens app, tries to make a purchase and gets stuck. Gas requires TON, which they donβt have. For the developer, this results in a drop in conversion at the final step: the user has already clicked βbuyβ but runs into a network requirement.
Gasless already exists in TON, but it currently lives at the wallet level. The W5 contract supports delegated fee payment, but only for transactions initiated from within the wallet. In TON Connect, applications have no mechanism to sponsor gas for the user.
We are integrating gasless into the standard TON Connect flow. The application requests a fee estimate from a gas provider, builds the transaction paid in USDT, and sends it to the user for signing. The signed transaction is then passed to the provider, which submits it to the network. For easier integration, this will be available via AppKit.
As a result, the user sees a single amount in the wallet, for example 100 USDT, signs one transaction (99.9 USDT for the purchase and 0.1 USDT to the gas provider), and completes the purchase. For the developer, this means preserving conversion at the final step.
β€βπ₯16β€8β5π5π2
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
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
π¦15β€βπ₯12β€8π€―5π2π2π1
TON Tech x TOP Talks: Agentic Wallets on TON AMA
Join tomorrowβs AMA session on X Spaces, hosted by Tobias Jack Lewis, Head of BD & Partnerships at TOP, at 12PM UTC, where weβll discuss how Agentic Wallets enable AI agents to manage funds and execute transactions on TON in practice.
Weβll explore how agents interact with DeFi protocols like STON.fi and what this shift means for user experience, market dynamics and the future of crypto.
β Join here
Join tomorrowβs AMA session on X Spaces, hosted by Tobias Jack Lewis, Head of BD & Partnerships at TOP, at 12PM UTC, where weβll discuss how Agentic Wallets enable AI agents to manage funds and execute transactions on TON in practice.
Weβll explore how agents interact with DeFi protocols like STON.fi and what this shift means for user experience, market dynamics and the future of crypto.
β Join here
β€8β€βπ₯4β‘3π₯3π¦1
How MCP enables on-chain actions for agents on TON
We publicly announced Agentic Wallets on TON β an open, self-custodial standard that lets agents manage assets through dedicated wallets. But just having a wallet isnβt enough. For an agent to use TON, it needs to be able to find and connect tools for interacting with the blockchain.
Thatβs why we built mcp.ton.org β a simple entry point for connecting AI agents to TON. MCP gives agents access to tools for working with the blockchain, while skills provide ready-to-use instructions. A user copies a single command, and the agent gets a ready way to work with the blockchain. All skills are open and available in the ton-org/skills.
Now developers have a ready-to-use execution layer for agents on TON. After connecting MCP and installing skills, an agent can check balances, send transactions, swap tokens, work with NFTs and execute more advanced scenarios like buying xStocks or managing Agentic Wallets. All actions are built from reusable primitives and executed through MCP, which allows developers to move directly to building agent logic.
Connect MCP and give your agent access to actions on TON
We publicly announced Agentic Wallets on TON β an open, self-custodial standard that lets agents manage assets through dedicated wallets. But just having a wallet isnβt enough. For an agent to use TON, it needs to be able to find and connect tools for interacting with the blockchain.
Thatβs why we built mcp.ton.org β a simple entry point for connecting AI agents to TON. MCP gives agents access to tools for working with the blockchain, while skills provide ready-to-use instructions. A user copies a single command, and the agent gets a ready way to work with the blockchain. All skills are open and available in the ton-org/skills.
Now developers have a ready-to-use execution layer for agents on TON. After connecting MCP and installing skills, an agent can check balances, send transactions, swap tokens, work with NFTs and execute more advanced scenarios like buying xStocks or managing Agentic Wallets. All actions are built from reusable primitives and executed through MCP, which allows developers to move directly to building agent logic.
Connect MCP and give your agent access to actions on TON
β€βπ₯12β€10π¦6β5π₯2π1π1
Forwarded from Pavel Durov (Pavel Durov)
Next step β Telegram replaces the TON Foundation as the driving force behind TON and becomes its largest validator.
π§© New ton.org, new dev tools, new performance upgrades.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€βπ₯6π5π¨5β€1
Please open Telegram to view this post
VIEW IN TELEGRAM
π¦4β€βπ₯3π€3β€1π¨βπ»1
Forwarded from Pavel Durov (Pavel Durov)
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π9β€βπ₯8π¦5
Why different staking protocols in TON show different APY?
After the sub-second update, validator rewards increased ~6x. Previously, different calculation models could show values like 4.19% and 4.28%, while after the update they show ~25.44% and ~22.83% depending on the formula and reward accounting mechanics. Letβs briefly break down where these numbers come from and why they differ.
In TON, staking works in cycles: rewards are distributed only during the active validation phase ~18 hours, while the full cycle including election and holding takes around ~36 hours. Because of this, a single validator participates in roughly half of all rounds per year ~240 out of ~481 β this is critical for APY calculation.
APY (annual percentage yield) accounts for compound interest: rewards are automatically added to the stake and start earning in subsequent validation rounds. In the formula below, which is currently used, compounding accumulates only over ~240 rounds in which the staked amount is actually active.
APY = ((1 + reward_per_round) ^ (rounds_per_year / 2)) - 1
APY = ((1.00085507) ^ 240) - 1
APY β 22.83%
When you stake TON in liquid staking, half of the stake works in even rounds and half in odd rounds, so rewards are received roughly every ~18 hours. If you combine them, it results in a full reward over ~36 hours.
Read more about how staking works in TON
After the sub-second update, validator rewards increased ~6x. Previously, different calculation models could show values like 4.19% and 4.28%, while after the update they show ~25.44% and ~22.83% depending on the formula and reward accounting mechanics. Letβs briefly break down where these numbers come from and why they differ.
In TON, staking works in cycles: rewards are distributed only during the active validation phase ~18 hours, while the full cycle including election and holding takes around ~36 hours. Because of this, a single validator participates in roughly half of all rounds per year ~240 out of ~481 β this is critical for APY calculation.
APY (annual percentage yield) accounts for compound interest: rewards are automatically added to the stake and start earning in subsequent validation rounds. In the formula below, which is currently used, compounding accumulates only over ~240 rounds in which the staked amount is actually active.
APY = ((1 + reward_per_round) ^ (rounds_per_year / 2)) - 1
APY = ((1.00085507) ^ 240) - 1
APY β 22.83%
When you stake TON in liquid staking, half of the stake works in even rounds and half in odd rounds, so rewards are received roughly every ~18 hours. If you combine them, it results in a full reward over ~36 hours.
Read more about how staking works in TON
π7π₯6π€―4β€βπ₯2β1π€1
Hi, weβve got a small dev inbox experiment here
Weβre constantly building tools for TON β WalletKit, AppKit, TON Connect, AI agents and all that good stuff. And the more we build, the more new use cases and developer questions we see that are not always obvious upfront
So weβre opening a dev open mic for the community. Simple format: you drop a question β I answer as an engineer, not as a press release. If a question is really good, we might break it out into a separate post
Anyway, letβs have a proper dev conversation in the comments
Weβre constantly building tools for TON β WalletKit, AppKit, TON Connect, AI agents and all that good stuff. And the more we build, the more new use cases and developer questions we see that are not always obvious upfront
So weβre opening a dev open mic for the community. Simple format: you drop a question β I answer as an engineer, not as a press release. If a question is really good, we might break it out into a separate post
Anyway, letβs have a proper dev conversation in the comments
β€11β€βπ₯9π4π₯2π€2π1