Skip to main content
This article compares different kinds of Tokens in TON. The TON blockchain supports three distinct categories of digital tokens, each designed to serve different purposes within the ecosystem.
  • Fungible tokens (Jettons) - this is a web3 way to create new currency on your own
  • Non-Fungible Tokens (NFTs) - like Jettons, but each token is unique and represent distinct entity
  • Soul-bound Tokens (SBTs) - like NFTs, but not-transferable, bound to a single owner

Comparison table

FeatureJettonsNFTsSBTs
FungibilityFungibleNon-fungibleNon-fungible
Transferability✅ Transferable.✅ Transferable❌ Non-transferable
Divisibility✅ Divisible❌ Indivisible❌ Indivisible
Primary use caseCurrency, utilityArt, collectiblesCredentials, identity
Value typeMonetary valueUnique valueReputational value
Ownership modelLiquid ownershipVerifiable ownershipPermanent binding
StandardTEP-0074TEP-0062TEP-0085
I