Blockchain 14 min read

Technical Overview of Telegram Open Network (TON) Blockchain

Telegram’s open‑source TON blockchain combines a master chain with dynamically sharded work chains, uses hyper‑cube routing for fast or reliable inter‑shard messages, employs PoS‑BFT consensus with validators, nominators and fishermen, supports services like DNS, Proxy, Storage and Pay, and manages a 5‑billion Gram token economy to enable scalable decentralized applications.

Meitu Technology
Meitu Technology
Meitu Technology
Technical Overview of Telegram Open Network (TON) Blockchain

Background

Telegram, often called "Russia's WeChat," raised $850 million through an ICO to develop the open‑source TON (Telegram Open Network). The platform, launched in 2013, now has 180 million users and processes 700 billion messages daily.

Adaptive Infinite Sharding Multi‑Chain Design

TON proposes a scalable heterogeneous tightly‑coupled multi‑chain architecture. Each chain can define its own rules, protocols, and virtual machine (TON VM). The design uses bottom‑up infinite sharding, allowing shards to split or merge automatically according to load, ensuring fast block generation and low transaction latency even under heavy usage.

TON features a single master chain and multiple work chains (DApp‑specific). Each work chain can be dynamically divided into shard chains, which are collections of "account chains" that store individual account states. An address identifier (w, s) denotes the work‑chain number and shard‑chain number, facilitating inter‑chain routing.

Message Routing Mechanism

Inter‑shard communication relies on a hyper‑cube routing mechanism. Messages can be sent between shard chains of the same work chain, across different work chains, between the master chain and any work chain, or from external sources (e.g., Bitcoin, Ethereum). The hyper‑cube network (four‑dimensional) routes messages based on destination account addresses, requiring only log₁₆(N) hops for a network of N shard chains.

Two routing modes are provided:

Slow hyper‑cube routing : reliable, ordered delivery similar to TCP/IP, guaranteeing message integrity at the cost of higher latency.

Fast hyper‑cube routing : reduces latency by allowing validators to pre‑process messages, attach a Merkle proof, and destroy the in‑flight message, akin to receipt‑based sharding in Ethereum.

Consensus Mechanism

TON combines Proof‑of‑Stake (PoS) with Byzantine Fault Tolerance (BFT). In addition to validators, the network introduces nominators (who propose validators) and fishermen (who monitor and report malicious behavior), both rewarded for correct actions.

Block Creation

Each epoch selects 100–1000 nodes to create blocks. Blocks are produced every 5 seconds on both the master chain and all shard chains. A master‑chain block contains the hash of the previous master block and the latest hash of every shard chain, effectively snapshotting the entire network state.

Two‑Dimensional Distributed Ledger

TON’s ledger is a 2‑D collection of blockchains: horizontal chains (shard blocks) and vertical chains (single‑block vertical chains). Vertical chains enable error‑correction without forking the entire network, allowing seamless repair of invalid shards.

TON Services

TON DNS – name mapping for accounts, contracts, and services.

TON Proxy – anonymous network proxy similar to I2P.

TON Storage – IPFS‑like distributed storage supporting large files and streaming.

TON Pay – built‑in micro‑payment channels for off‑chain transactions.

Token Economics

TON issues 5 × 10⁹ Gram tokens. Approximately 20 % are mined, 4 % reward DApp developers. The price is stabilized by a foundation reserve pool that adjusts supply based on a theoretical price function p(n)=0.1·(1+10⁻⁹)ⁿ. The foundation intervenes to buy back or sell tokens to keep market price within a defined band.

Ecosystem Outlook

With its heterogeneous multi‑chain architecture, TON aims to support decentralized social apps, video platforms, financial services, and fully decentralized websites, positioning itself as a comprehensive blockchain operating system that could surpass Ethereum and EOS.

ShardingRoutingBlockchainConsensusdistributed ledgerCryptocurrencyTON
Meitu Technology
Written by

Meitu Technology

Curating Meitu's technical expertise, valuable case studies, and innovation insights. We deliver quality technical content to foster knowledge sharing between Meitu's tech team and outstanding developers worldwide.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.