How to read TON on-chain metrics: an analyst's guide
Which TON metrics matter, how they differ from Ethereum's, and how to interpret them correctly. Data sources, traps, methodology — with references.
- Author
- TON Adoption Team · research desk
- Published
Contents13sections
- What an on-chain metric means in the TON context
- Baseline metric stack
- Where to find data
- Baseline — explorers and aggregators
- Advanced — RPC and indexers
- Reading “active addresses” on TON
- Reading transactions
- Network fees
- DeFi metrics
- Comparing TON to other chains
- Common mistakes by junior analysts
- Further reading
- Sources
TON on-chain metrics look familiar to anyone trained on Ethereum or Solana, but the semantics often differ. Sharding, asynchronous messages, a custom virtual machine and the tight Telegram coupling all create traps in interpretation. This guide is about which numbers actually matter, where to find them, and how not to fool yourself.
What an on-chain metric means in the TON context
Any metric is an aggregation of blockchain events. On Ethereum, an “event” is a transaction or an emitted log. On TON it’s more complex: a transaction here is a smart contract processing a message. A single user “transfer” produces a chain of 2-4 transactions (external message from the wallet → get-method call → internal message to the recipient → reply).
That changes how you read “transactions per day”. Tonstat.com shows ~5.5M transactions per day as of May 2026 — but that is not 5.5M user actions. The real action count is roughly 2-3x lower.
Baseline metric stack
Most analysts start with these five:
- Active addresses (DAU/MAU) — unique addresses that sent at least one transaction in the period.
- Transactions per day — total processed transactions.
- Network fees — TON burned/paid to validators in fees.
- TVL — total value locked in the network’s DeFi protocols.
- Stablecoin supply — USDT/USDC/USDe issued on the network.
These five give a first read on network health. From there you drill into categories (DEX volumes, NFTs, jetton activity, staking).
Where to find data
Baseline — explorers and aggregators
| Source | What to use it for |
|---|---|
| tonscan.org | Any transaction, contract, balance. Etherscan-equivalent |
| tonviewer.com | Alternative explorer with extended contract analytics |
| tonstat.com | Main on-chain dashboard: addresses, transactions, validators, jettons |
| DefiLlama / chain/ton | TVL by protocol, historical charts |
| Token Terminal | DAU, protocol revenue, multiples |
For most jobs, those five sources are enough. The May 2026 baseline picture from tonstat.com:
- 181M total addresses;
- 53M activated on-chain wallets;
- 171,116 daily active wallets;
- 1.53M monthly active wallets;
- 5.59M transactions per day;
- 50,327 new activations per day;
- 370 validators, 845M TON staked.
Advanced — RPC and indexers
When the baseline dashboards aren’t enough, you read data directly via the TON HTTP API (toncenter.com) or run an indexer (ton-indexer from ton-blockchain). That lets you build custom slices unavailable in off-the-shelf services. For example, counting active addresses specifically in the mini-app category, or filtering jetton transfers by a particular issuer.
Dune has ready-made TON SQL tables, but coverage is thinner than Ethereum’s — many important dashboards still have to be hand-built.
Reading “active addresses” on TON
This is the most misleading metric. On Ethereum, DAU tracks user count fairly steadily. On TON you have three parallel layers:
- Telegram MAU — around 1B (Pavel Durov, 2025). Off-chain.
- Activated TON wallets — 53M (tonstat.com, May 2026). The wallet smart contract has been deployed but isn’t necessarily used.
- Daily active addresses — 170,000-500,000 depending on the month. The “real users of the network”.
Between these layers there’s a huge funnel drop. Most in-Telegram Wallet users never activate an on-chain wallet (the in-Telegram Wallet is custodial — it doesn’t write to the chain at sign-up). Most on-chain wallet owners are inactive on a monthly horizon.
Reading transactions
5.59M transactions per day sounds impressive — TON sits in the top 3 chains by transaction count. But “economically meaningful” transactions land 2-3x lower. Useful breakdown categories:
- Toncoin transfers — simple P2P transfer of the native token;
- Jetton transfers — operations with USDT, USDC, NOT and other Jetton-standard tokens;
- NFT actions — mint, transfer, sale;
- DEX swaps — STON.fi and DeDust interactions;
- System — wallet deployments, contract upgrades, gas computations.
Tonstat.com and tonviewer.com show this breakdown. The most telling growth signal is the share of jetton operations in total volume: the higher it is, the more “real” traffic the network has compared with one-off mini-app interactions.
Network fees
Tonstat.com shows ~4,289 TON per day in fees as of May 2026 (at $2.55, that’s ~$11,000/day). Compare to Ethereum, where fees usually run $1-3M per day. The two-orders-of-magnitude gap reflects TON’s low fees, not low activity.
Meanwhile TON’s inflation rate is 0.899% per year (source: tonstat.com) — new TON issued to validators as rewards. Part of fees is burned, partially offsetting issuance.
DeFi metrics
TON DeFi has its own quirks — covered in detail in the TVL and DEX-volume guide. Just the baseline figures for May 2026:
- Ecosystem TVL: around $300-400M (DefiLlama). Peak: ~$650M in mid-2024.
- Daily DEX volumes: $15-40M depending on market conditions.
- STON.fi share: roughly 60-70% of DEX volume; DeDust 15-25%.
- Staking: ~96M TON in liquid staking (Tonstakers, Hipo, bemo).
Comparing TON to other chains
Direct comparisons of “TPS”, “transactions/day” or “addresses” mislead. Better approaches:
- Per user: TVL/DAU, fees/DAU, 30d retention.
- By protocol revenue: STON.fi vs Uniswap by revenue (Token Terminal).
- Activity density: percentage of activated addresses that are active — TON’s is materially lower than Solana’s or Base’s.
Common mistakes by junior analysts
- Adding Telegram MAU to on-chain DAU. Two different metrics — never sum them.
- Comparing pure TPS. TON is inflated by internal messages.
- Reading TVL without staking context. Tonstakers/Hipo/bemo are sometimes counted in TVL, sometimes not — depends on DefiLlama’s methodology. Always check.
- Ignoring airdrop waves. Any DAU/TVL spike following a major airdrop project (NOT, DOGS, MAJOR) is speculative, not organic.
- Trusting social-media numbers. Twitter analysts often post figures without methodology. Cross-check with tonstat.com and DefiLlama.
Further reading
- TON DeFi metrics in detail — TVL, volume, active users.
- TON vs BTC and ETH correlation — historical analysis.
- Foundational TON architecture — complete guide.
Sources
- tonstat.com — main TON on-chain aggregator.
- tonscan.org — block explorer.
- tonviewer.com — alternative explorer with extended analytics.
- DefiLlama / TON — TVL and protocols.
- Token Terminal — TON — DAU and revenue.
- Gate.io research — On-chain TON 2025 — methodology overview.
Frequently asked
How many active addresses does TON have in 2026?
How does an active address differ from an activated wallet on TON?
Can you read TON metrics through Etherscan-style explorers?
Where to track TVL and DEX volumes for TON?
Why is it important to separate Telegram audience metrics from on-chain activity?
Related
- AnalyticsMar 14, 2026
TON DeFi metrics: TVL, volume, active users (2026)
How to read TON's TVL correctly, STON.fi and DeDust volumes, the rise of liquid staking and stablecoin market cap. Concrete numbers with DefiLlama references.
- AnalyticsMay 4, 2026
Where to find TON validator data and yields in 2026
Full overview of TON validator data sources — tonscan, tonstat, official docs. Minimum stake, election cycles, average APY and how to compute the real yield.
- AnalyticsApr 15, 2026
TON vs BTC and ETH: a historical correlation analysis
How TON has moved relative to BTC and ETH from 2021 to 2026. Coefficients, decorrelation cycles, the Telegram dependency and the role of airdrops in shifting.
- BasicsFeb 14, 2026
What is TON: a complete guide to the Toncoin blockchain
Architecture of The Open Network, differences from Ethereum, the Telegram connection, Toncoin tokenomics and the current state of the ecosystem