DEV Community

Cover image for TON roadmap 2026-2027: what developers are promising
ton-adoption
ton-adoption

Posted on • Originally published at ton-adoption.xyz on

TON roadmap 2026-2027: what developers are promising

TON roadmap 2026-2027: what developers are promising

By May 2026 TON has shaped the most transparent roadmap in the network’s history. Some items are already shipped releases; some are claimed for the next quarters. This piece unpacks what developers are promising, what already works and which items deserve caution.

Sources — the official TON roadmap (ton.org/roadmap), TON Ecosystem Updates, Pavel Durov’s MTONGA statements on 4 May 2026, TON Foundation blog posts.

Context: where the current roadmap came from

Until 2025 the TON roadmap was mostly technical — sharding, FunC/Tact, gradual TVM improvements. In 2025, with institutional expansion and Maximilian Crown joining as CEO, focus shifted: the foundation started talking about performance, developer experience and cross-chain.

The pivotal turn came on 4 May 2026. Pavel Durov publicly announced MTONGA — “Make TON Great Again”. Telegram steps up as the main development driver and promises accelerated releases. The roadmap below merges Foundation legacy and Telegram initiatives.

For context on how TON got here, see the history piece.

What has already shipped in 2026

Important — because some “promises” are already facts.

Catchain 2.0 (10 April 2026)

A full rewrite of the Byzantine Fault Tolerant consensus. Tech detail:

  • node transport — QUIC (the same protocol behind HTTP/3);
  • block time — 400 milliseconds, was 2.5 seconds;
  • finality — about 1 second for payments, effectively real-time for trading;
  • emission inflation — rose from 0.6% to roughly 3.6% per year because of higher block frequency.

Activation went without a hard-fork incident on mainnet. Staking yield via Tonstakers, Hipo and bemo rose proportionally.

~6x fee reduction (late April 2026)

Base fee for a standard transaction — 0.00039 TON, about $0.0005. That made micro-scenarios viable:

  • in-app tips inside Mini Apps;
  • per-message paid subscriptions;
  • on-chain mini-app event logs (gas used to eat the use case).

MTONGA launch (4 May 2026)

In the first 2-3 weeks after the announcement, Telegram promised to:

  • refresh ton.org and the docs at docs.ton.org;
  • spin up a Telegram validator node (about 2.2M TON, the largest stake on the network);
  • start moving tasks historically locked to TON Foundation inside Telegram teams.

Some of these updates are already visible, some are in flight.

Q1 2026: AgenticKit, Rust Node, TON Factory

AgenticKit

A toolset and SDK for building on-chain AI agents. Idea — give Mini Apps developers a way to embed LLM logic that can spend TON, execute smart contracts, and interact with the user via the Telegram bot. Spec was published in stages on docs.ton.org.

This is TON’s first major foray into agentic AI plus crypto, a niche where several L1s (Solana, Base) already staked claims.

Rust Node v1

A full validator-node rewrite from C++ (legacy from the original Durov team) to Rust. Goals:

  1. Processing speed. On modern hardware the Rust node promises higher TPS at the same resources.
  2. Auditability. Less unsafe code, easier formal verification.
  3. Desktop runs. Goal — let a light validator run on an M-series Mac mini without specialised server infra.

V1 was scheduled for Q1 2026. By May binaries are public, but not all validators have switched — migration is gradual.

TON Factory

A platform for fast deploy of TON-native projects — smart-contract builder, tap-to-earn templates, ready tokenomics modules. Goal — lower the entry bar for non-blockchain developers.

Q2 2026: Builders Portal 3.0 and TON Pay 2.0

Builders Portal 3.0

A restructure of the developer portal on ton.org. Goals — single entry point for docs, grants, partner programmes and tooling. Sounds like a “marketing page” but matters in practice — fragmented navigation across resources is a top complaint of developers arriving from Solidity.

TON Pay 2.0

An updated payments SDK for Mini Apps and websites. What is announced:

  • one-tap payment in TON and USDT-jetton;
  • built-in fiat on-ramp via MoonPay and others;
  • recurring payments (subscriptions) — without on-chain approve per debit;
  • merchant API with automatic conversion reporting for accounting.

Critical for Mini Apps commercialisation — many payments today flow through the bot API without a friendly front-end.

Full AppKit and refreshed consensus model

Q2 also brings Full AppKit — a single developer layer combining TON Connect, Pay 2.0 and Builders Portal in one SDK. Plus a “refreshed consensus model” gets mentioned, but as of May 2026 that reads like Catchain 2.0 follow-ups, not a separate protocol upgrade.

Mid-2026: Teleport — the trust-less Bitcoin bridge

The most ambitious roadmap item — TON Teleport Bridge for bidirectional BTC transfers between Bitcoin and TON. Notable for the claimed trust-less architecture without a WBTC-style single custodian. If it lands technically, TON becomes one of the few L1s with direct access to Bitcoin liquidity.

Technical detail is thinner than for Catchain 2.0. Main approaches — covenants and multi-party computation for Bitcoin-side key management. Implementation was claimed for mid-2026.

!

Trust-less Bitcoin bridge is hard

Most existing BTC bridges in DeFi are custodial or semi-trusted. A trust-less implementation needs either Bitcoin protocol changes (covenants) or a complex MPC scheme. Real timing may slip — normal for projects of this kind.

H2 2026 and 2027: what is on the horizon

After Teleport public plans get less granular. What is mentioned in general terms:

  • Cross-chain via Chainlink CCIP. TON has accepted CCIP as the canonical standard. By 2027 the list of networks where Toncoin can move as a Cross-Chain Token is expected to expand.
  • L2 solutions. Foundation has mentioned L2 in a “2027 horizon” context several times. No public spec yet — priority remains L1 optimisation.
  • Privacy tooling. Within Mini Apps and Wallet — private payments, confidential transactions for B2B. Specifics minimal.
  • TON Strategy Co. A separate public company through which Manuel Stotz and team route institutional capital into Toncoin. Not part of the protocol roadmap, but an important capital flow.

Summary table

Period Item Status as of May 2026
Q1 2026 AgenticKit Partially shipped, SDK in public beta
Q1 2026 Rust Node v1 Binaries available, validator migration in progress
Q1 2026 TON Factory Live
10 April 2026 Catchain 2.0 Activated on mainnet
Late April 2026 6x fee reduction Active
4 May 2026 MTONGA / Telegram validator Launched, updates in flight
Q2 2026 Builders Portal 3.0 In progress
Q2 2026 TON Pay 2.0 In progress
Q2 2026 Full AppKit Announced
Mid-2026 Teleport (Bitcoin bridge) In development
2027 L2, CCIP expansion, privacy Stated, no specifics

What it means in practice

For users. By the end of 2026 Wallet in Telegram should support subscription payments and a smoother fiat on-ramp. 1–10 cent micro-payments stop being “more expensive than the fee”. If Teleport lands — BTC can be held directly in a TON wallet.

For developers. AppKit and TON Pay 2.0 lower the bar — a paid subscription Mini App can be built without deep FunC. AgenticKit opens the AI-agent niche, already competitive on other L1s.

Ready to experiment with Mini Apps?

Start with a wallet supporting TON Connect and the full ecosystem dApp range. Tonkeeper is the most mature option.

For investors. The on-chain-metric movers have already happened (Catchain, fee reduction, Telegram validator). Further roadmap items are upside, but the risk of slippage on hard items (Teleport, L2) is real. Risk management — no illusions: blockchain roadmaps slip routinely.

Sources

Top comments (0)