Educational · TON token standard · 18+

Jettons on TON: How the Token Standard Works

In the TON ecosystem, a jetton is a fungible digital token created and managed through smart contracts. Units of the same jetton are interchangeable, while smart contracts define supply, transfers and metadata. Toncoin is different. It is the native currency of The Open Network and is used to pay network fees.

The spelling causes avoidable confusion. A TON jetton is a blockchain token standard. Jetton Casino is a gambling brand with a similar name. Neither the shared word nor a search result for “ton jetton” proves any technical, ownership or financial connection between them. Our editorial team reviewed the current TON documentation and the TEP-74 specification on 14 July 2026.

Entity note: this article explains the TON token standard. A TON jetton is not Jetton Casino and is not Jeton Wallet, the payment service spelled with one “t”.

Key takeaways

  • A jetton is a fungible token on TON, defined by smart contracts under the TEP-74 standard.
  • Each jetton type has one master contract; every holder has a separate jetton wallet contract.
  • You still need a little Toncoin to pay fees when moving jettons.
  • Identify a token by its master contract address — not by its name, ticker or logo.
  • A TON jetton has no technical or ownership link to the Jetton Casino brand.

What a Jetton Means on TON

Jettons are fungible assets issued on the TON blockchain. A project can use the standard for a stablecoin, a utility token, a governance asset, an in-app currency or another tokenised unit. The standard defines how compatible wallets and applications identify balances and process actions such as transfers, minting and burning.

A jetton is not a separate blockchain and it is not native Toncoin. Its transactions run through TON smart contracts, and users normally need a small amount of Toncoin to cover execution and message fees. Its economic purpose depends on the issuer and contract design.

Names and ticker symbols are not unique proof of identity. Anyone can deploy a token with familiar branding, so the authoritative identifier is the jetton master contract address. A wallet interface may show a name, symbol, image and decimals from token metadata, but those display fields should never replace address verification.

Quick distinction

TermTechnical meaningPrimary role
ToncoinNative currency of TONPays network fees and transfers value at protocol level
JettonFungible token implemented by smart contractsStablecoin, utility, governance or other tokenised asset
Jetton wallet contractHolder-specific contract for one jetton typeStores balance and processes transfers or burns
Jetton CasinoCommercial gambling brandNot the TON token standard; similar name only

How the Jetton Standard Works

The architecture uses two contract layers. Each jetton type has a master contract, also called a minter contract. It exposes common information such as total supply, metadata and the code used for individual jetton wallets. Depending on its configuration, an administrator may be able to mint additional units, change metadata, transfer administrative rights or permanently disable minting.

A holder’s balance for a specific jetton is represented by a separate jetton wallet smart contract linked to the holder’s regular TON wallet. This jetton wallet stores the balance, identifies its owner and points back to the relevant master contract. The design distributes token balances across holder-specific contracts instead of keeping every account in one central token contract.

During a transfer, the owner authorises an instruction through a regular TON wallet. The sender’s jetton wallet reduces its balance and sends an internal message to the recipient’s corresponding jetton wallet, which credits the amount. Notification and excess messages can confirm receipt and return unused Toncoin. Burning removes units from a holder’s balance and informs the master contract so the recorded supply can be adjusted.

TEP-74 standardises the core jetton interfaces and message formats. Token metadata is commonly represented under TEP-64. Compliance improves interoperability, but it does not guarantee that a token is decentralised, valuable, audited or safe. Those qualities depend on the actual contract code, administrator permissions, distribution and issuer behaviour.

Jettons vs the Jetton Casino Brand

A TON jetton and Jetton Casino belong to different entity categories. The first is a technical standard for fungible tokens. The second is a commercial gambling brand. Similar spelling is not evidence that the casino issued a token, uses a particular master contract or participates in the TON ecosystem.

Context is the simplest way to separate them. Phrases such as “master contract”, “TEP-74”, “minting”, “token balance” and “TON wallet” refer to blockchain infrastructure. Phrases such as “casino games”, “bonuses”, “account login” and “player reviews” refer to the gambling brand. Our separate What is Jetton guide explains the naming distinction in more detail without merging the entities.

Users should be especially cautious when a token adopts a known brand name. Before interacting, verify whether the brand published the exact master address through an authenticated channel. A logo or matching ticker is not proof.

Storing and Sending Jettons

Most users manage jettons through a TON-compatible wallet application. The interface displays the balance, while the blockchain records it in the holder-specific jetton wallet contract. The regular TON wallet remains the account that signs instructions and pays the required fees. Users should never share a seed phrase or private key with a token issuer, support agent or website.

A normal transfer usually starts with the recipient’s regular TON address. Compatible software derives or discovers the correct jetton wallet for that recipient and token. Before confirming, check the network, recipient address, jetton master address, amount and estimated fee. Keep enough Toncoin in the regular wallet to process the transaction.

Decimals require attention. Different jettons can use different precision, so wallet software must read the decimals field and convert the human-readable amount correctly. An incorrect assumption can result in sending far more or less than intended. For an unfamiliar token or destination, a small test transfer reduces operational risk.

Security also depends on token validation. Scam assets can imitate legitimate names and symbols. Do not interact with an unsolicited token simply because it appeared in a wallet. Confirm the master contract through the issuer’s official channel and a trusted explorer.

Common Questions About TON Jettons

What is a Jetton on TON?

A jetton is a fungible token implemented through smart contracts on the TON blockchain. Each jetton type has a master contract, while holder-specific jetton wallet contracts record balances and handle token operations.

Is a TON Jetton the same as Jetton Casino?

No. A TON jetton is a blockchain token standard. Jetton Casino is a gambling brand. The similar spelling does not establish a technical, financial or ownership connection.

How do Jettons work?

The master contract defines common token information and supply logic. Each holder has a jetton wallet contract for that token. Transfers move balances through internal messages between the relevant wallet contracts.

Where are Jettons stored?

Wallet applications display jettons, but the on-chain balance is recorded in a holder-specific jetton wallet smart contract linked to the owner’s regular TON wallet.

Are Jettons a cryptocurrency?

Jettons are fungible digital tokens on TON. Some function as cryptocurrencies or stablecoins, while others represent utility, governance or in-app assets. They are not the native Toncoin currency.

Editorial Summary

The practical rule is simple: identify a jetton by its master contract address, not by its name or logo. Understand the master-and-wallet architecture, keep Toncoin available for fees and verify decimals before sending. The standard does not certify an issuer or guarantee value.

This material is an educational explanation, not financial advice. Cryptoassets can lose value, smart contracts can contain defects and transfers may be irreversible. The similarly named Jetton Casino is an adult gambling brand; gambling is for people aged 18 or over, involves a risk of loss and should never be treated as an investment or source of income.

Primary Sources

Sources checked on 14 July 2026. Technical documentation can change; review the official standard before publishing future updates.

  • TON Docs — Jetton standard overview — docs.ton.org
  • TON Docs — How Jettons work — docs.ton.org
  • TON Docs — Token metadata and decimals — docs.ton.org
  • TON Enhancement Proposal 74 — Jettons standard — github.com
  • TON Enhancement Proposal 64 — Token data standard — github.com