Skip to main content
T TON Adoption
Basics GUIDE · 2026

TON Storage and TON Proxy in 2026: TON's Decentralized Web

What TON Storage and TON Proxy are: decentralized file storage and anonymous VPN protocol on TON. How to use, prices, real adoption in 2026.

Author
TON Adoption Team · research desk
Published
5 min read

TON Storage and TON Proxy are two building blocks of the decentralized web that are rarely mentioned because only ~1% of TON users touch them. But they close an important gap: they let you fully decentralize a website — from hosting to access — without depending on Cloudflare, AWS, or DNS providers.

This piece covers what they are, how they work, what they cost, and where they show up in 2026.

2026 context: after Toncoin’s rebrand to Gram (June 1, 2026), TON Storage payments are denominated in Gram. See our main rebrand explainer.

What TON Storage is, technically

TON Storage is a distributed file storage protocol on top of the TON network. Architecture:

Bag (the file container)

A file (or directory) is split into 128 KB chunks and packed into a bag — a torrent-like structure:

  • Each bag has a unique bag-ID (256-bit SHA-256 of the Merkle root)
  • The bag holds a manifest with metadata (filename, size, chunk hashes)
  • Chunks are distributed across storage providers via a DHT

Storage providers

Any TON node can become a storage provider:

  1. Deposits Gram as collateral in a dedicated smart contract
  2. Stores chunks locally
  3. Receives periodic Gram payouts from the file owner for uptime + retrieval

Providers compete on price and uptime — the market is saturated, prices have fallen from $0.50 per GB/month in 2022 to $0.05–0.10 in 2026.

Addressing and retrieval

  • Client knows the bag-ID of the file
  • Looks up storage providers holding the chunks via DHT
  • Downloads chunks in parallel, verifies SHA-256, reassembles the original file
  • If a provider is unavailable, switches to another (replication solves centralization)

What TON Proxy is

TON Proxy is an anonymous access layer for TON Sites — the Tor-equivalent. Architecturally:

  1. TON DNS resolves <domain>.ton to an ADNL address (Abstract Datagram Network Layer)
  2. TON Proxy node — any TON node that tunnels TCP/HTTP traffic over ADNL
  3. Client (Tonkeeper, MyTonWallet, Tonutils Proxy) issues HTTP to <domain>.ton, tunneled via Proxy → ADNL → TON Site

Pros:

  • Anonymity — the client doesn’t reveal its IP to the destination (only the Proxy node sees it)
  • Censorship resistance.ton domains aren’t controlled by ICANN, can’t be revoked
  • Web3-native — integrated with TON wallets for micro-payments

Cons:

  • Latency — each ADNL hop adds 50–200ms
  • Browser support — requires either a TON wallet or the Tonutils Proxy extension
  • Throughputnot suitable for video / heavy graphics (storage providers aren’t streaming-optimized)

The TON decentralized web stack

LayerWhatTON option
DomainNamesTON DNS (.ton)
DNSResolutionTON DNS resolver
HostingFilesTON Storage
NetworkRoutingADNL
PrivacyAnonymityTON Proxy
PaymentMicro-paymentsGram (ex-Toncoin)

A self-contained stack — theoretically you can build a full site without any Web2 calls (DNS, hosting, CDN).

Pricing and Gram tokenomics

TON Storage pricing 2026

TierCost / GB / monthUse case
Cold (1 copy)~$0.02–0.04Backups, archives
Standard (3 copies)$0.05–0.10Static sites
High-availability (6+ copies)$0.20–0.40Production-critical data
Pinned (gateway pin)$0.10–0.20NFT metadata

For comparison:

  • AWS S3 Standard: $0.023 per GB/month + bandwidth ($0.09/GB out)
  • IPFS pinning (Pinata): free up to 1 GB, then $20/month per 100 GB
  • Arweave: one-time ~$5–10 per GB for 200+ years

TON Storage wins on cost for active access (bandwidth included) but not for cold archive.

Payments in Gram

  • A storage provider publishes a tariff in Gram per GB per month
  • The owner creates a storage contract = tariff × duration
  • The contract holds Gram in escrow, pays the provider periodically
  • If a provider fails proof-of-storage submission, the owner can claim a refund

Who uses TON Storage in 2026

Confirmed use cases

  1. TON Foundation docs — part of ton.org documentation is hosted on TON Storage (with a Cloudflare fallback)
  2. Fragment.com — NFT-username and TON-number metadata
  3. Notcoin legacy assets — static assets for the app (after the wind-down of active development)
  4. Some Mini Apps — experimental user-generated content

Where it’s NOT used (yet)

  • Mainstream Mini Apps (Hamster Kombat, DOGS) — traditional AWS/Cloudflare
  • DEXes (STON.fi, DeDust) — front-end on Vercel/Cloudflare Pages
  • TON Connect dApps — usually Web2 hosting
  • User-facing products — TON Storage is still too rough for mass UX

How to use TON Storage yourself

Hosting a static site (5 steps)

# 1. Build the static site
npm run build
# → dist/ with HTML/CSS/JS

# 2. Create a bag via tonutils-storage CLI
tonutils-storage create dist/ --description "My TON site"
# → bag-ID: ABCD1234...

# 3. Upload the bag to TON Storage
tonutils-storage upload ABCD1234 \
  --providers <provider-address> \
  --tariff <gram-per-gb-month>

# 4. Register a .ton domain via Fragment
# fragment.com → buy <mysite>.ton

# 5. Bind bag-ID to the domain via TON DNS
ton-dns set mysite.ton --storage ABCD1234

After that, the site opens from:

  • Tonkeeper / MyTonWallet (in-app browsers)
  • Tonutils Proxy extension in regular Chrome
  • The ton.site/mysite.ton gateway (privacy is reduced)

TON Proxy: viewing without hosting

If you just want to view TON Sites:

  1. Tonkeeper — open the in-app browser, enter <domain>.ton
  2. MyTonWallet — same
  3. Tonutils Proxy Chrome extension — install, type <domain>.ton as a regular URL
  4. Mobile TON Proxy app — a dedicated app from the TON Foundation

Typical latency: 200–400ms on load (vs 100–150ms for a Cloudflare site).

Problems and limitations

1. Speed

TON Proxy is slower than a CDN. Fine for static; not OK for video. Not suitable for real-time (gaming, video calls).

2. Adoption

TON Sites count is on the order of under 5000 in 2026. People actively opening .ton — tens of thousands. Still niche, not mainstream.

3. Search-engine indexing

TON Sites aren’t indexed by Google/Yandex directly (no crawler over ADNL). The workaround — publish the site both on TON Sites and a regular domain (hybrid). Most projects opt for this hybrid.

4. Mobile UX

Opening a .ton site on iPhone without Tonkeeper is impossible. On Android, Tonutils Proxy app works, but some features need root.

5. Provider trust

Despite cryptographic proofs, in practice you trust that storage providers won’t disappear. Active providers: 200–300 across the network, insufficient for serious enterprise.

Future of TON Storage under MTONGA

Within Durov’s MTONGA program (see the full breakdown), TON Storage may get a boost:

  • If step 5 is Telegram-product integration, native hosting of Telegram sticker packs / NFT metadata via TON Storage becomes plausible
  • Step 6 (scaling) may improve throughput (Catchain 2.0 sub-second finality already accelerates proof-of-storage cycles)
  • Step 7 — if it includes the Bitcoin bridge Teleport, deeper storage integration with cross-chain assets is possible

Bottom line

TON Storage and TON Proxy are functionally working decentralized layers with a real Gram economy. But adoption is still low — these are technologies for those who specifically need decentralization (NFT metadata, censorship-resistant content, anonymity-focused projects).

For most Web3 builders, a hybrid (Web2 hosting + TON Storage backup) is rational. The full decentralized stack is for enthusiasts and politically/regulatory-sensitive scenarios.

For depth, see:

Frequently asked

TON Storage is distributed file storage on the TON blockchain, analogous to IPFS / Filecoin / Arweave. Files are split into chunks (128 KB), encrypted, distributed among TON storage-provider nodes, paid in Gram (formerly Toncoin). Files are addressed via torrent-like bag-IDs.
Three key differences: (1) TON Storage has built-in economics — providers earn Gram via smart contracts; IPFS handles this through Filecoin as a separate layer. (2) bag-ID lookups via DHT are faster because they piggyback on the TON network. (3) Native integration with TON Sites and TON Proxy for building a decentralized web.
TON Proxy is the access protocol for TON Sites through the TON network, the Tor-equivalent for the web. Any TON wallet can act as a Proxy node, routing traffic through ADNL (Abstract Datagram Network Layer). The end user accesses .ton domains anonymously without revealing their IP.
Price varies by provider market rates. As of 2026 — about $0.05–0.10 per GB per month for horizontal (a few copies), $0.20–0.40 per GB for high-availability with guaranteed replication. **Cheaper than AWS S3** for static content, **more expensive** than IPFS pinning via free gateways.
Yes. Workflow: (1) build a static site (Astro/Next/plain HTML), (2) upload to TON Storage as a bag, (3) register a .ton domain via Fragment.com or ton.app, (4) bind the bag-ID to the domain via TON DNS. The site loads from any browser with TON Proxy (Tonkeeper, MyTonWallet, dedicated Tonutils Proxy).
Browsers: Tonkeeper (in-app browser), MyTonWallet, native Tonutils Proxy for Chrome/Firefox. There are also gateways like ton.site/<domain>.ton that transparently open TON Sites via Web2. Convenient for non-crypto users but less private (the gateway sees your IP).
TON Foundation hosts part of its documentation (ton.org docs) on TON Storage. Fragment.com stores NFT-username metadata. Notcoin and Hamster Kombat used it for static assets. A few Mini Apps experiment with user-generated content. Active adoption — under 1000 projects as of 2026.

Related