TON Address converter Tool

Quickly validate and convert TON addresses. Enter one or more addresses to check their validity and view normalized, raw, and formatted outputs.

Address BounceableAddress Non-BounceableRaw Address String (info)Normalized AddressExplorer
No addresses yet. Paste one above to get started.

Frequently asked questions

What is a TON address?
A TON address identifies a wallet or smart contract on The Open Network. It combines a workchain ID with a 256-bit account ID and can be shown in several equivalent formats โ€” raw and user-friendly (bounceable or non-bounceable).
What is the difference between bounceable and non-bounceable addresses?
A bounceable address (prefix EQ) returns the funds if the destination contract cannot process the message, so it is used for smart contracts. A non-bounceable address (prefix UQ) does not return funds and is typically used for wallets and exchange deposits.
What is a raw TON address?
The raw format is the low-level representation written as workchain:hex, for example 0:83dfd552e63729b472fcbcc8c45ebcc6691702558b68ec7527e1ba403a0f31a8. It is a 32-byte hash with an 8-bit workchain ID and is used programmatically rather than shared with users.
What is a normalized TON address?
A normalized address is the canonical user-friendly form (URL-safe base64 with the bounceable flag off). Normalizing lets you reliably compare or deduplicate addresses that point to the same account.
What do the EQ and UQ prefixes mean?
In user-friendly base64 addresses, EQ marks a mainnet bounceable address and UQ marks a mainnet non-bounceable address. Both encode the same account and differ only by the bounceable flag.
Is TONify free and safe to use?
Yes. TONify is a free, open-source tool and all conversion happens locally in your browser โ€” the addresses you paste are never sent to any server.