TONboard

TON Sharding

2 min readupdated 2026-05-29✏️ Suggest an edit🕑 History
On this page (9)

TON Sharding is the method TON uses to divide its blockchain into smaller, interconnected chains—shardchains—so the network can process many more transactions while preserving security and decentralisation.

Hybrid architecture of TON#

TON’s blockchain consists of three hierarchical layers:

  • Masterchain – a single chain that stores protocol parameters, validator stakes, and the state of all workchains and shardchains.
  • Workchains – up to 232 parallel chains that handle core transactions such as value transfers and smart‑contract execution.
  • Shardchains – up to 260 subdivisions within each workchain, distributing the workload to reduce congestion.

The masterchain, workchains, and shardchains together form a hybrid structure that combines a single source of truth with massive parallelism.

Core sharding technologies#

Infinite Merging Paradigm

TON splits the global state into many account shards—virtual mini‑chains that represent individual accounts or contracts. These shards exchange state‑changing messages in real time, allowing the network to scale without sacrificing consistency.

Instant Hypercube Routing

Blocks are routed between shardchains via an instant hypercube routing mechanism that operates independently of the total number of active shards, ensuring low latency communication across the network.

Dynamic sharding

The network automatically adjusts the number of active shardchains based on transaction volume:

  • High activity – shards are added to maintain throughput.
  • Low activity – shards are merged to conserve resources while keeping speed and security stable.

Performance and the blockchain trilemma#

TON aims to balance the three pillars of the blockchain trilemma—security, decentralisation, and scalability. The protocol reports a peak throughput of 104,715 transactions per second.

This performance places TON among the fastest public blockchains, while its hybrid architecture preserves decentralisation (more nodes increase security) and scalability (sharding expands capacity).

Comparative perspective#

NetworkReported TPS (peak)
TON (peak)104,715
VISA (claimed)2,000 – 65,000
Zilliqa (4–6 shards, 600 nodes)2,828
Ethereum (rollup layer)~14.3
Bitcoin8 – 9

Integration with Telegram#

TON uniquely integrates with the Telegram ecosystem, allowing users to send and receive TON transactions directly within the messenger app. This seamless experience lowers the barrier to entry and encourages broader adoption.

See also#

  • TON Blockchain Architecture
  • The Open Network
  • TON Connect

ℹ️ Information verified: 2025

Needs update (7)
  • VERIFY 2025– number of workchains stated in the source.
  • VERIFY 2025– number of shardchains per workchain stated in the source.
  • VERIFY 2025– peak transaction throughput claimed by TON.
  • VERIFY 2025– higher limit mentioned in the Russian canonical article.
  • VERIFY 2025– higher limit mentioned in the Russian canonical article.
  • GAP– missing current limits.
  • GAP– comparative performance data may have changed.

Prepared by

TONboard

Support the project with a TON tip.

Comments

Posting a comment costs a small on-chain fee that keeps spam out.
  • No comments yet — be the first.