Introduction
In 2018, Telegram introduced TON (The Open Network), a high-performance Layer-1 blockchain that has since evolved into one of the most promising ecosystems in the decentralized space. Despite early legal setbacks, TON was revitalized by the TON Foundation and has now emerged as a major player, driven by deep integration with Telegram’s 800+ million monthly active users and a rapidly expanding suite of decentralized services.
This report provides a comprehensive analysis of the TON ecosystem, covering its technological architecture, tokenomics, user and developer landscape, native components, and future outlook. As part of OKX Ventures’ research initiative, we aim to uncover the foundational strengths and growth opportunities within the TON stack.
👉 Discover how TON is redefining blockchain scalability and user adoption in 2025
1. The Basics of TON
Development Timeline
TON’s journey began in 2018 when Telegram launched the project, followed by a record-breaking ICO in 2019. However, regulatory pressure from the U.S. SEC led to Telegram stepping back in 2020. Since then, the TON Foundation has taken over, rebuilding the network into a fully decentralized, community-driven ecosystem.
Today, TON stands as a robust blockchain platform with strong technical underpinnings and growing real-world adoption—especially through its synergy with Telegram.
Core Team and Governance
The TON Foundation comprises a globally distributed team, with over half originating from Russia and Ukraine. Many contributors bring prior experience from major tech platforms like VK and Telegram, lending credibility and technical depth to the ecosystem’s development.
Governance is community-oriented, with proposals like the "TON Token Economic Model Optimization Proposal"—passed in February 2023—demonstrating active efforts to decentralize control and prevent token concentration.
$TON Token: Valuation and Utility
As of late 2023, $TON** traded at approximately $2.22, marking a 326% increase** from its September 2021 low. Key valuation metrics include:
- Market Cap: ~$7 billion
- Fully Diluted Value (FDV): $10 billion
- Total Value Locked (TVL): $10.86 million
- Market Cap / TVL Ratio: 654
This high ratio suggests strong market confidence relative to on-chain activity—higher than Ethereum (9.33), Solana (29.6), and Polygon (6.5)—though it may also signal underutilized capital.
Tokenomics
- Initial Supply: 5 billion TON
- Annual Inflation: ~0.6% (~30 million tokens), distributed via staking rewards
- Staking APY: 3.73%
- Slashing Mechanism: Validators lose part or all of their stake for malicious behavior
Over 98% of tokens were mined during the early proof-of-work phase, while team holdings are minimal (1.45%). A major economic overhaul in 2023 froze 1.081 billion TON across 171 inactive wallets to prevent centralization risks.
On-Chain Distribution
- 85.53% of holders own less than $1,000 worth of TON
- 14.05% hold between $1,000–$100,000
- Only 0.42% are “whales” with over $10,000
Long-term holding trends show 18.08% of users have held TON for over a year, indicating growing investor confidence.
Use Cases
$TON powers multiple utilities:
- Purchase digital goods (e.g., anonymous accounts)
- Pay for Telegram ads
- Buy .ton domain names
- Access premium services and NFTs
- Facilitate micropayments via TON Payments
👉 Learn how to leverage $TON for seamless in-app transactions on Telegram
2. Users and Developers
User Growth and Engagement
Telegram ranks as the fourth-largest messaging app globally, with over 800 million monthly active users—surpassing X (556M) and Douyin (715M). It adds 2.5 million new users daily, with strong adoption in India, Brazil, Russia, and Southeast Asia.
Notably:
- India leads with 86.6 million users
- Russia sees over 6.5 hours/month average usage
- Market share exceeds 60% in Russia, Indonesia, and Malaysia
Within the TON ecosystem:
- Over 3.5 million on-chain accounts
- 810,000 daily active users (up 154% in six months)
- Target: Integrate 500 million Telegram users by 2028
Validators: 349 nodes across 25 countries, securing nearly 500 million TON (~10% of supply).
Developer Landscape
TON supports two primary smart contract languages:
FunC
A low-level language ideal for developers familiar with TON’s architecture. Offers fine-grained control but steep learning curve.
Tact
A modern, high-level language inspired by JavaScript, Rust, and Swift. Features:
- Strong typing
- Gas optimization
- Actor-based design aligned with TON’s model
- Safe cross-contract messaging
Despite its potential, developer adoption remains modest:
- 28 full-time, 77 part-time, 124 monthly active developers (as of Q3 2023)
- Ethereum has ~1,900 full-time devs for comparison
Documentation is available but sparse. Developer discussions thrive on Telegram groups, including:
- English group: 5,667 members, ~100 daily messages
- Chinese group: 1,596 members
- Official Tact group: 1,287 members
Wallet usage lags behind account creation: only 143,000 Jetto wallet addresses out of 3.5M+ accounts indicate active participation.
3. TON’s Technical Framework
Adaptive Infinite Sharding Architecture
TON employs a unique "blockchain of blockchains" design using three layers:
- Masterchain: Central coordinator storing protocol rules, validator sets, and active workchains.
- Workchain: Virtual chains supporting up to 2^32 instances, each customizable (e.g., tokens, VMs).
- Shardchain: Subdivisions of workchains that auto-split/merge based on load (up to 2^60 shards).
This enables parallel processing across chains—boosting scalability without sacrificing security.
Asynchronous Message Delivery
Unlike Ethereum’s synchronous execution, TON uses asynchronous message passing:
- Contracts communicate via messages processed in future blocks
- Logical time (Lamport clocks) orders events
- Ensures single-contract state changes per transaction
Messages are routed via a hypercube mechanism, enabling fast delivery between shards regardless of total chain count.
Global State Management
State updates use a "bag of cells" model—a directed acyclic graph (DAG)—where new states generate new roots; old versions are discarded efficiently.
Each shard block acts as a "vertical blockchain," allowing corrections without halting the network.
Consensus Mechanism: BFT-Based Validation
TON uses a secure Byzantine Fault Tolerant (BFT) system instead of DPoS for higher trust:
Roles:
- Verification Nodes: Stake ≥300,000 TON; elected monthly; sign blocks (≥2/3 threshold)
- Fishermen: Detect validator errors; earn rewards
- Proofreaders: Propose blocks; verify shard states; submit Merkle proofs
This multi-layered approach enhances security and decentralization.
Key Differentiators vs Other Chains
| Feature | TON Advantage |
|---|---|
| Block Finality | Faster than Ethereum |
| TPS | High due to sharding + parallel computation |
| Cross-Shard Communication | Instantaneous |
| Resource Model | Smart contracts pay their own gas |
| Asynchronicity | Enables complex workflows |
Smart contracts must self-fund operations—if depleted, they’re deleted—to prevent bloat.
4. Native Ecosystem Components
TON P2P Network
Built on:
- Kademlia DHT: Node discovery
- ADNL (Abstract Datagram Network Layer): Peer-to-peer communication via abstract addresses
- Overlay Networks: Dedicated subnets per shardchain for efficient gossip protocols
TON DNS (.ton domains)
Decentralized naming system like ENS:
- Resolves names like
alice.tonto wallet/smart contract addresses - Sold via Fragment.com; highest sale:
.newsfor 994,000 TON (~$2M) - Annual renewal: 0.015 TON
- Integrated into Tonkeeper, Tonscan, and NFT marketplaces
TON Storage
Decentralized file storage akin to IPFS or S3:
- Files <50MB via demo interface
- Developers can host static sites or store large files via smart contracts
- Future: Dropbox-like app (TON Torrents) and improved API access
TON Proxy
Privacy layer that hides node IP addresses:
- Users can run ingress proxies on devices
- Enables censorship-resistant access to
.tonsites - Future: Monetizable proxy nodes (similar to I2P)
TON Payments
Micropayment layer inspired by Lightning Network:
- Off-chain channels reduce fees
- Only channel creation/closure incur on-chain costs
- Integrated into Telegram’s @Wallet bot
- Future: Multi-hop payments with intermediary commissions
TON Space
User-controlled wallet environment within Telegram:
- Stores private keys securely
- Enables full smart contract interaction
- Beta launch: September 2023
- Roadmap: Full support for Toncoin, Jettons, NFTs
Telegram Apps Center
Launched August 2023:
- Directory for bots, games, and Web Apps (TWA)
- Discoverable via official bot or Trending Apps channel
- Developers can submit apps via moderation bot
How to Find the Source Address of a TON Token Transfer
When processing refunds or verifying deposits, you may need to locate the source address of a transaction.
Steps:
- Visit tonviewer.com
- Paste your transaction ID
- Under “Event Overview,” copy the address listed in the “Route” section
⚠️ Note: Addresses may appear in different formats (e.g., user-friendly vs raw), but they represent the same wallet. Using ton.cx may display alternate formats—always verify consistency via explorers.
Both formats resolve to the same destination—no need for conversion.
Frequently Asked Questions (FAQ)
Q: What is the difference between Telegram Wallet and TON Space?
A: Telegram Wallet is a custodial solution compliant with KYC rules—ideal for simple payments. TON Space is non-custodial, giving users full control over private keys and enabling interaction with dApps and smart contracts.
Q: How does TON achieve such high scalability?
A: Through adaptive sharding—splitting the network into thousands of parallel chains—and asynchronous message passing. This allows millions of transactions per second theoretically while maintaining security via BFT consensus.
Q: Can I build dApps on TON?
A: Yes. Developers use Tact (user-friendly) or FunC (low-level) to write smart contracts. Tools include SDKs, testnets, and deployment guides via the official documentation.
Q: Is $TON the same as Toncoin?
A: Yes. $TON is the ticker symbol for Toncoin, the native cryptocurrency of The Open Network.
Q: How are domain names priced on TON DNS?
A: Prices vary based on demand and auction dynamics on Fragment.com. Premium names like .crypto or .blockchain can sell for hundreds of thousands of TON.
Q: Does TON support NFTs?
A: Yes. NFTs are fully supported through standardized collections and marketplaces like Getgems and Disintar. Notable projects include Whales Club NFTs offering staking perks and lifestyle benefits.
Conclusion
Since its rebirth under the TON Foundation, The Open Network has transformed from a stalled project into a high-speed, scalable blockchain deeply embedded within one of the world’s largest messaging platforms.
With advanced sharding, efficient consensus, low fees (~$0.1–$0.5 per tx), and seamless integration into Telegram’s ecosystem—from payments to domains—TON is uniquely positioned for mass adoption.
Challenges remain—particularly around developer complexity due to asynchronous design and limited tooling—but ongoing improvements in Tact, documentation, and wallet infrastructure are addressing these gaps.
As Telegram continues expanding its Web3 capabilities through the Apps Center and TON Space, the convergence of social media and decentralized technology could redefine how billions interact online.
👉 Explore how you can get started building or investing in the TON ecosystem today