Security on TON 2026: complete asset protection guide
Storage, phishing, drainer sites, hardware wallets, multisig, bug bounty and incident forensics — the security map for TON users and teams in 2026.
- Author
- Denis Kim · research lead · security desk
- Published
Contents19sections
- TL;DR — 10 rules that cover 90% of attacks
- Layer 1: correct seed-phrase storage
- Layer 2: hot vs cold — where to keep what
- Layer 3: phishing and drainers — the main 2026 threat
- How a wallet phishing site works
- Drainer sites — the next level
- Top-10 Telegram scams
- Layer 4: multisig for large balances and teams
- Layer 5: smart-contract risk and audits
- What to check before depositing into a protocol
- Bug classes on TON
- Audit tools
- Layer 6: bridge risk and incident forensics
- Layer 7: Telegram operational hygiene
- Layer 8: what to do if you’ve already been hacked
- Who should invest deeper
- Glossary for this topic
- Sources and deep reading
- Further reading
Security on TON in 2026 is no longer “memorize 12 words and don’t lose them”. It’s a layered discipline: correct seed-phrase storage, phishing defence, hot vs cold wallet choices, multisig for large balances, understanding smart-contract risk, incident forensics. With ecosystem TVL at $300–500M and the gift market trading hundreds of millions in volume, there are more targets and more sophisticated attacks. This guide is the map across each of those layers, with links to deep-dives.
TL;DR — 10 rules that cover 90% of attacks
- Seed phrase offline only — paper, ideally a metal plate. No screenshots, no cloud, no password managers.
- Hardware wallet for large balances — Ledger or Trezor. Details — hardware vs software storage.
- Don’t sign “approve all” — TON Connect doesn’t require blanket approvals (unlike EVM). If a dApp asks, it’s a red flag.
- Open wallets and dApps only via verified entry points — official sites from Twitter/Telegram, ton.app for the catalogue.
- Don’t hold long-term balances on an exchange — exchanges fail, block withdrawals, get hacked. Risk breakdown — storing TON on CEX vs wallet.
- 2FA on Telegram is mandatory — taking over an account lets phishers drain gifts and anonymous numbers without touching the wallet.
- Multisig for $50k+ or for team wallets — details in our multisig for teams guide.
- Read every transaction before signing — what you’re transferring, to whom, in what amount. Phishing sites hide drains behind unreadable hex.
- Test new dApps with a small amount — $10–50 the first time, before committing significant capital.
- At least one backup recovery path — written seed phrase in a physical location different from the primary one.
Each layer in detail below.
Layer 1: correct seed-phrase storage
The seed phrase (24 BIP39 words for TON) is the only proof of wallet ownership. Not a password, not a device PIN, not biometrics. Everything that isn’t the seed phrase is convenience; the seed phrase is ownership.
Top user mistakes:
- Screenshot of the seed phrase. Cloud (iCloud, Google Photos) auto-syncs — meaning the phrase is visible to anyone with access to your cloud account. One leaked iCloud password = TON loss.
- Saving in a password manager. Convenient for passwords, not for seed phrases: managers run on devices that can be compromised via malware.
- Photo on the phone. Same issue as a screenshot — auto-syncs to cloud.
- Plain text file on the computer. Any malware with disk access finds the phrase in minutes — attackers have ready-made scanners.
The correct practice:
- Paper in a secure physical location — the minimum.
- Metal plate (Cryptosteel, Billfodl, or DIY-engraved stainless) — better: won’t burn, won’t get wet, won’t fade in 20 years.
- Splitting the phrase across locations for paranoid setups — e.g., 12 words in one place, 12 in another. Downside: lose one half, lose everything.
- Alternative — BIP39 passphrase (25th word). Extends protection but adds another point of failure.
Full breakdown — secure seed phrase storage practices. If you already lost access and need recovery — how to recover a TON wallet from a seed phrase.
Layer 2: hot vs cold — where to keep what
A “hot” wallet is software (Tonkeeper, MyTonWallet, Tonhub) on phone or browser extension. Connected to the internet, convenient for everyday use. Vulnerable to malware and phishing.
A “cold” wallet is hardware (Ledger, Trezor) or air-gapped (separate offline phone). The seed never leaves the device; transactions are signed on the device, with only the finished signature visible in the main system.
Practical allocation:
- Up to $1k — software wallet is fine if you have basic discipline (seed offline, Telegram 2FA). Hardware is overkill.
- $1k–$10k — software OK for daily use, but hardware ($80–150) is worth it as insurance. Most on hardware, a small slice on software for DeFi and gifts.
- $10k+ — hardware mandatory. Software holds only a “trading” balance.
- $50k+ — add multisig (see layer 4).
For TON hardware support: Ledger Nano S Plus, Nano X and Stax support TON via the Ledger Live TON app. Trezor — through third-party integrations (Tonkeeper supports Trezor). Model breakdown — Ledger and Trezor for TON: support. Setup walkthrough — how to connect Ledger to a TON wallet.
Cold storage isn’t just hardware. Air-gapped and multi-device strategies — in hardware vs software TON storage.
Layer 3: phishing and drainers — the main 2026 threat
Only a small share of TON users lose funds to contract vulnerabilities. The vast majority — to phishing and drainer sites. That’s the technical reality worth accepting.
How a wallet phishing site works
The attacker registers a domain visually indistinguishable from the real one (tonkeeper.com → tonkeeрer.com with a Cyrillic р, tonkeeper-app.com, tonkeeper.io, and hundreds of variations). Through Google ads, Telegram chat links, or fake push notifications, they lure the user. On the site — an exact replica of the legitimate wallet with one difference: when you “recover” the seed phrase, you type it straight into an input that sends it to the attacker.
Full anatomy — anatomy of phishing: fake wallet sites.
Drainer sites — the next level
Drainers don’t ask for your seed. You connect via TON Connect (looks legitimate), and the site, masquerading as “mint NFT”, “claim airdrop”, “verify wallet”, shows a transaction to sign. The hex is opaque — the user signs thinking they’re minting an NFT, but actually grants the drainer permission to move gifts or liquid assets.
Fake Telegram bots impersonating Portals, Tonnel, MRKT, getgems-bot are especially dangerous. Full mechanic breakdown — drainer sites in TON: how they work.
Top-10 Telegram scams
From “fake support bot DM’d me” to “join the airdrop group via this bot, the bot takes over your Telegram session” — a catalogue of the most common attacks in TON Telegram: top-10 TON scams on Telegram and how to defend.
The cardinal rule for working with airdrops and retroactive campaigns — never “approve all”, never paste seed phrases into third-party sites, verify every mini-app via ton.app: how to farm TON drops safely.
Layer 4: multisig for large balances and teams
A single-signature wallet is a single point of failure. One compromised device, one phished signature, one lost seed = everything gone. Multisig requires M of N signatures (e.g., 2-of-3 or 3-of-5), without which the transaction won’t go through.
When multisig is needed:
- Teams and DAOs — mandatory. Without multisig, a single admin = insider-attack risk and compromise risk.
- Personal wallets with $50k+ — strongly recommended. Operational friction (multiple devices required) is cheaper than the loss.
- Protocol treasuries — industry standard. 3-of-5 or 4-of-7 with geographically distributed signers.
Downsides:
- Harder recovery: need access to M devices simultaneously.
- Higher gas: each transaction needs multiple signatures.
- More complex UX: every operation requires coordination among signers.
Full TON multisig implementations breakdown, specific SDKs and patterns — multisig on TON: team security.
Layer 5: smart-contract risk and audits
This layer is for those who use DeFi, lending, perps, bridges. Here the risk isn’t “you signed the wrong thing” but “the contract holding your assets has a bug”.
What to check before depositing into a protocol
- Public audit — CertiK, SlowMist, Trail of Bits, Hacken. At least one, ideally two independent reviews.
- Contract age — the longer mainnet has run without incident, the higher the trust. Less than 3 months in mainnet = elevated risk.
- TVL and distribution — large TVL with few major depositors isn’t a security signal (one whale exit can break liquidity).
- Open source — without public code, no independent verification is possible. Closed-source DeFi = red flag.
- Bug bounty programme — an active programme signals team maturity around security. TON programmes catalogue — bug bounty on TON: programs and payouts.
Bug classes on TON
Detailed technical breakdown in bug bounty on TON, but the short list: reentrancy via async messages, TVM exotic-cell attacks, validator signature bypass (as in TAC drain), jetton replay / double-spend, state-init derivation bypass, highload-V3 race conditions. These aren’t Solidity bugs — TON has its own specifics.
Audit tools
Acton Foundry — the de facto standard for TON auditors: mutation testing, retrace, lint rules from CertiK/SlowMist. Misti — static analyser for Tact. TSA — symbolic execution.
Layer 6: bridge risk and incident forensics
Bridges are the highest-payout bug category and the prime target for attackers. TAC bridge drain in May 2026 (~$2.5M+ in wrapped jettons + 384k freshly-minted TAC, because the 2,399-line TASM admin contract never called CHKSIGN to verify validator signatures) showed that bridge validator logic remains fragile even at protocols with millions in TVL.
Detailed attack breakdown — TAC bridge drain 2026: attack analysis. User takeaway: avoid wrapped assets for long-term holding. If you want Bitcoin or Ethereum-token exposure on TON, hold the assets where they’re native and bridge only just before use.
Layer 7: Telegram operational hygiene
Telegram is the infrastructure layer for TON: wallets (mini-apps), marketplaces, dApps all run through it. Compromising your Telegram = partial compromise of all connected assets, especially gifts and anonymous numbers.
Minimum:
- Password 2FA — mandatory. Settings → Privacy and Security → Two-Step Verification.
- Session audit — Settings → Devices. Unknown sessions = log out all + change password immediately.
- No high-value gifts or anonymous numbers on the main account. A separate account for large assets with minimal public activity.
- Never DM “support bots”. Tonkeeper, MyTonWallet, exchanges don’t message users first.
Layer 8: what to do if you’ve already been hacked
Incident protocol:
- Don’t panic — you have 5–15 minutes before the drainer takes everything. Those minutes decide the outcome.
- Disconnect the wallet from all dApps — TON Connect settings.
- Move remaining assets to a clean wallet — with a new seed phrase, ideally hardware. Not “the same wallet with a new seed” — wallet = address = seed.
- Never use the compromised wallet again. The seed phrase is permanently exposed.
- Change passwords — Telegram, email, exchanges. If you reused passwords — this is the moment.
- Document — transaction screenshots, timestamps, site domain (if phishing). For police reports, community disclosure channels, and potential mixer-analysis recovery.
- Notify the community — TON Society security channel. It saves the next victims and occasionally leads to attacker identification.
Recovering drained crypto funds is practically impossible. Prevention is cheaper than cure.
Who should invest deeper
- DeFi users with $10k+ in protocols — read the smart-contract risk and hardware-wallet sections.
- High-volume gift traders — anti-phishing and TON Connect hygiene (drainers disguise themselves as marketplace prompts).
- Teams and DAOs — multisig and operational procedures from day one.
- Developers and auditors — bug bounty on TON, tooling (Acton, Misti, TSA), bug classes.
- Holders with $50k+ — migrate to hardware + multisig, split seed across locations.
Glossary for this topic
- Seed phrase — mnemonic recovery phrase.
- TON Connect — dApp-to-wallet connection standard.
- Multisig — multi-signature.
- Hardware wallet — hardware wallet device.
- Phishing — phishing.
- Audit — security audit.
- Bug bounty — vulnerability reward programme.
Sources and deep reading
- TON Foundation security guidelines
- SlowMist Toncoin Smart Contract Security Best Practices
- CertiK: secure programming in Tact
- Academic: “From Paradigm Shift to Audit Rift” — analysis of 34 public TON audits, 233 vulnerabilities.
Further reading
- Secure seed phrase storage practices
- Storing TON: hardware vs software
- Top-10 TON scams on Telegram
- Drainer sites in TON: how they work
- Multisig on TON: team security
- Bug bounty on TON: programs and payouts
- TAC bridge drain 2026: attack analysis
Security is a process, not a one-off action. Even the most disciplined user faces, once a year, a scenario where they have to decide: sign or refuse, trust or not. That discipline is cheaper than rebuilding a drained balance from scratch.
Frequently asked
What's the single most important security practice for a TON user?
Do I need a hardware wallet if I hold less than $10k in TON?
Can I keep TON on an exchange?
What do I do if I signed a transaction on a phishing site?
How are drainer sites dangerous if my wallet only connects via TON Connect?
Is multisig worth using for a personal wallet?
How do I verify a dApp is safe before connecting?
What if I lose my seed phrase?
Related
- SecurityMar 1, 2026
Secure seed phrase storage: 2026 practices
How to write down, split and store a TON wallet seed phrase in 2026 — paper, metal, hardware wallets, and Shamir Backup schemes in practice.
- WalletsMay 17, 2026
Storing TON in 2026: hardware vs software vs custodial
TON storage compared: Ledger, Tonkeeper, MyTonWallet, Wallet in Telegram, Bybit/OKX custodial. Right choice per amount, real risks, practical guide.
- SecurityMar 24, 2026
Anatomy of phishing: how to spot a fake TON wallet site
Step-by-step breakdown of how attackers clone Tonkeeper and MyTonWallet sites, the markers that give away a fake
- SecurityMar 20, 2026
Drainer sites in TON: how they work and how not to fall
Technical breakdown of drainer campaigns in the TON ecosystem in 2025-2026 — from Drainer-as-a-Service to specific TON Connect tricks
- SecurityMar 15, 2026
Top 10 TON scams on Telegram and how to defend yourself
What schemes attackers run on Telegram against TON users in 2025-2026, real loss figures and step-by-step defence rules for retail.
- WalletsApr 7, 2026
How to connect Ledger to a TON wallet: guide 2026
Step-by-step setup for Ledger Nano S Plus and Nano X with Tonkeeper and MyTonWallet. Installing the TON app, importing the account, common errors and fixes.
- WalletsMay 18, 2026
Ledger and Trezor for TON: 2026 reality check
Ledger fully supports TON via a native app. Trezor does NOT support TON as of May 2026. What to use, why, and what the alternatives look like.
- WalletsJan 5, 2026
Multi-sig on TON 2026: security for corporate funds
How TON multi-sig works, what multisig-contract-v2 is, what interfaces exist for deployment and signing, typical configurations for teams and DAOs.
- SecurityMay 14, 2026
Bug Bounty on TON: Programs, Payouts and Realism (2026)
Catalog of active TON bug-bounty programs in 2026: TON Foundation up to $100k, Tonkeeper up to $30k, STON.fi, Tonstakers, EVAA.
- SecurityMay 14, 2026
TAC Bridge Drain 2026: anatomy of a $2.5M+ TON attack
On-chain forensics of the TAC bridge drain that started 11 May 2026: handler 0x0E50D313, no validator-signature check on TON, attacker addresses