Storing TON on a CEX vs a Wallet: Risks and Trade-offs 2026
Compare keeping TON on a centralized exchange versus a self-custody wallet: counterparty risk, withdrawal freezes, proof-of-reserves, KYC trail, OFAC exposure, sim-swap.
- Author
- Denis Kim · research lead · security desk
- Published
Contents11sections
- What “keeping TON on an exchange” actually means
- Counterparty risk: what the precedents show
- Regulatory risk: freezes and sanctions
- Proof-of-reserves: what it provides and what it does not
- What self-custody adds (and at what cost)
- When an exchange is the reasonable choice
- When an exchange is the wrong choice
- Sim-swap and adjacent account attacks
- A healthy hybrid
- Decision checklist
- Conclusion
Where to store TON: on an exchange where it is convenient to trade and cash out, or in a personal wallet where nobody can freeze the funds but nobody can recover them on user error either? There is no single right answer — there is a set of trade-offs between different risk types. Short version: for active trading an exchange is appropriate; for long-term holding, almost always not.
Below we break it down by layer: what exactly you delegate to an exchange, which historical precedents frame the risk, what self-custody removes and what it adds, and what a healthy hybrid looks like.
What “keeping TON on an exchange” actually means
When TON sits on a CEX (Binance, OKX, Bybit, or any other centralized venue), technically the picture is:
- The exchange aggregates client balances in its internal ledger. This is a database row.
- On-chain TON sits in the exchange’s own hot and cold wallets. A portion in hot wallets for operational withdrawals, the bulk in cold storage.
- The client has no direct on-chain access to coins. The client has a claim against the exchange for an equivalent amount.
All classic custodial risks follow from this. It is not that “the exchange stole your funds” — it is the nature of the structure: you hold an IOU, not a crypto asset.
Counterparty risk: what the precedents show
The last 12 years have produced enough episodes to size the bet:
- Mt.Gox (2014). The largest exchange of the era lost ~850k BTC. Creditors began receiving partial repayment 10+ years later, denominated against 2014 prices.
- QuadrigaCX (2019). Canadian exchange, $190M of client assets lost after the CEO holding cold-storage keys died.
- FTX (2022). Second-largest exchange in the world, $8B+ of liabilities to clients unbacked by reserves. Partial recovery in 2024–2025 thanks to rising crypto prices, but it took years.
- Bybit (February 2025). One of the largest exchange hacks ever — a significant portion of hot-wallet funds drained via a signing infrastructure attack. The platform covered the loss, but the episode showed even a top exchange is exposed.
- Many smaller venues. Dozens of regional exchanges have closed with client balances between 2022 and 2025 — some with losses, some with regulatory freezes.
Regulatory risk: freezes and sanctions
Beyond bankruptcy and hacks, there is the risk of an account freeze by either the exchange or a regulator:
- OFAC lists. If your account is linked (even indirectly through chain hops) to a sanctioned address, exchanges under US/EU jurisdiction must freeze the funds. Chain analysis providers do the detection; false positives are not rare.
- Regional sanctions. Exchanges block accounts by geolocation (VPN circumvention is getting harder), by citizenship, by specific jurisdictions. Services available today may stop serving your region tomorrow — with frozen withdrawals pending additional verification.
- AML reviews. Unexpected document requests (“source of funds”) with paused withdrawals until provided are standard practice. Resolution time is weeks to months.
- Tax information exchanges (CRS, DAC8). Exchanges in most countries must share client data with tax authorities. This is not “theft” but it is the end of privacy.
Self-custody eliminates regulatory and custodial risks entirely — but does not release the owner from tax obligations.
Proof-of-reserves: what it provides and what it does not
After the FTX collapse the market adopted public proof-of-reserves (PoR) — cryptographic proofs matching on-chain reserves to client balances. What they give:
- Confirm that on-chain assets exist at the snapshot moment.
- Via a Merkle tree, you can individually verify that your balance is accounted for.
- Reduce the probability of hidden holes in assets.
What they do NOT give:
- Do not cover liabilities (exchange debts to outside creditors, e.g. mark-to-market losses in fiat).
- Do not reveal collateral structure (some reserves may be pledged).
- Do not account for off-chain obligations.
- Do not work between snapshots — the day after PoR the picture can change.
- Do not protect from regulatory freezes.
PoR is a useful signal that an exchange is not fully hollow, but it is nowhere near equivalent to self-custody.
What self-custody adds (and at what cost)
Keeping TON in a personal wallet removes counterparty risk but adds a new set:
| Risk | Self-custody | CEX |
|---|---|---|
| Counterparty bankruptcy | No | Yes |
| Regulatory freeze | No | Yes |
| Exchange infrastructure hack | No | Yes |
| Lost seed phrase | Yes | No |
| Phishing / drainer | High | Low |
| Theft of device with keys | Yes | No (if 2FA configured) |
| Account sim-swap | No | Yes |
| KYC required | No | Yes |
| Data shared with tax authorities | No (unless cashing out) | Yes |
Self-custody is not “always safer”. It is “safer against some threats, less safe against others”. The choice depends on which threats are real for your specific profile.
When an exchange is the reasonable choice
A CEX is appropriate when:
- Active trading. If you make 5+ trades a week, on-chain fees and confirmation times kill the economics. CEXes provide sub-second execution and pooled liquidity.
- Fiat on and off ramps. Rarely practical without a CEX. P2P exists but has its own risks.
- Derivatives. Perpetuals, options, margin. On-chain alternatives (Storm Trade) exist but liquidity is still thinner.
- Operational buffer. A small balance you can afford to lose if the exchange collapses the same day.
When an exchange is the wrong choice
A CEX is almost never right for:
- Long-term HODL. A 12-month-plus horizon is too long for counterparty risk.
- Storing airdrops after claim. Once a drop is received, move it to a wallet. Drops “warming up” on exchanges is a common loss scenario.
- DeFi yields. TVL farming yields are better consolidated in a wallet with protocol diversification.
- Sums whose loss would damage quality of life. That is a cold-storage requirement, ideally with redundant backup.
Sim-swap and adjacent account attacks
An exchange protects against on-chain risks but introduces a new one: account compromise. The main vector is sim-swap — the attacker socially engineers your mobile carrier into porting your number to their device, intercepts SMS 2FA, resets the password, drains funds.
Minimum account-level defenses on an exchange:
- TOTP 2FA, not SMS. Authy, Aegis, Google Authenticator. Disable SMS 2FA.
- Hardware key (YubiKey). Where supported, mandatory. Protects against phishing site spoofing.
- Withdrawal address whitelist. Only pre-approved addresses, activation delayed 24 to 48 hours after change.
- Unique email plus strong password. The email should be used nowhere else. Password via a manager.
- Notifications on every action. Login from new device, any withdrawal attempt — push or email instantly.
- Active monitoring. Regular review of login history. Suspicious activity, immediate freeze via support.
Sim-swap is especially dangerous in jurisdictions with weak carrier-shop verification. For large positions, a separate “crypto number” that you never publish is reasonable.
A healthy hybrid
Most experienced users do not pick between “all on exchange” and “all cold” — they combine:
- Cold (60–80% of portfolio) — Ledger, or seed on paper/metal in a safe. Long-term HODL.
- Hot self-custody (15–30%) — TON Space, Tonkeeper, MyTonWallet. Active DeFi, operational spending.
- CEX (5–15%) — for active trading and cash-out. Regularly drains back to a wallet.
Specific proportions are a function of your risk profile and activity level. The point is to have an explicit rule and a regular audit, not “this is how it happened to settle.”
Decision checklist
Before leaving funds on an exchange, ask 4 questions:
- Am I prepared to lose this amount if the exchange halts withdrawals tomorrow?
- Will I use it within a week, or is it parked “just in case”?
- Do I have TOTP 2FA, address whitelist, unique email set up?
- Do I know where the cold wallet is that I would exit to at the first sign of trouble?
If any answer is “no,” the balance should not be where it is.
Conclusion
Storing TON on an exchange versus in a wallet is not a question of “which is safer in absolute terms.” It is a question of “which risks am I willing to bear, and which am I excluding.” An exchange removes user-side risks (lost seed, phishing) and adds counterparty, regulatory, and sim-swap exposure. Self-custody removes those three and replaces them with key-handling discipline.
Empirically, for long-term holdings self-custody almost always wins. For active trading, a CEX. In between, a healthy hybrid with explicit rules. There is no version where “convenient, cheap, and absolutely safe” all hold at the same time.
Frequently asked
Is it safer to keep TON on a large exchange than in a wallet?
What is proof-of-reserves and is it enough?
What is OFAC risk for storing TON on a CEX?
How much is reasonable to keep on an exchange?
Why is sim-swap dangerous for an exchange account?
Related
- SecurityMay 17, 2026
Tonsurance and DeFi Insurance on TON: What Policies Cover
Breakdown of Tonsurance — TON-native DeFi insurance: which risks are covered (smart-contract exploit, depeg, oracle), pool and premium mechanics, TVL limits and claim disputes,.
- 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 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.
- SecurityApr 2, 2026
TON stolen: first 30 minutes step-by-step (2026)
Action plan for the first 30 minutes after TON or jettons are stolen — how to save remaining funds, trace the attacker's address