Skip to main content
T TON Adoption
Security SECURITY · 2026

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
· research lead · security desk
Published
7 min read

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:

  1. The exchange aggregates client balances in its internal ledger. This is a database row.
  2. 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.
  3. 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:

RiskSelf-custodyCEX
Counterparty bankruptcyNoYes
Regulatory freezeNoYes
Exchange infrastructure hackNoYes
Lost seed phraseYesNo
Phishing / drainerHighLow
Theft of device with keysYesNo (if 2FA configured)
Account sim-swapNoYes
KYC requiredNoYes
Data shared with tax authoritiesNo (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:

  1. 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.
  2. Fiat on and off ramps. Rarely practical without a CEX. P2P exists but has its own risks.
  3. Derivatives. Perpetuals, options, margin. On-chain alternatives (Storm Trade) exist but liquidity is still thinner.
  4. 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:

  1. TOTP 2FA, not SMS. Authy, Aegis, Google Authenticator. Disable SMS 2FA.
  2. Hardware key (YubiKey). Where supported, mandatory. Protects against phishing site spoofing.
  3. Withdrawal address whitelist. Only pre-approved addresses, activation delayed 24 to 48 hours after change.
  4. Unique email plus strong password. The email should be used nowhere else. Password via a manager.
  5. Notifications on every action. Login from new device, any withdrawal attempt — push or email instantly.
  6. 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:

  1. Am I prepared to lose this amount if the exchange halts withdrawals tomorrow?
  2. Will I use it within a week, or is it parked “just in case”?
  3. Do I have TOTP 2FA, address whitelist, unique email set up?
  4. 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

Not in general. A large exchange protects against device-side risks (lost seed, phishing, stolen phone), but adds counterparty risk: bankruptcy, withdrawal freezes, regulatory sanctions, hot-wallet hacks. The balance shifts depending on the user profile.
It is a public cryptographic demonstration that an exchange holds on-chain assets matching client liabilities. PoR helps but does not cover fiat obligations, hidden debts, or regulatory freezes. It is a useful signal, not a guarantee.
If your account is linked to a sanctioned address (even indirectly through chain hops), an exchange under US or EU jurisdiction must freeze the funds. Recovery takes months and is not always possible. Self-custody eliminates this vector entirely.
Rule of thumb: only what you need for active trading and operational spending in a 1 to 4 week horizon. Long-term HODL goes to cold storage. Specific numbers depend on your risk appetite.
In a sim-swap, an attacker intercepts SMS 2FA and resets your password. For a self-custody wallet this does not apply — there is no password reset. So if you use an exchange, TOTP 2FA (Authy/Aegis) or a hardware key is mandatory, along with a withdrawal address whitelist with a 24 to 48 hour delay.

Related