Difference between NFT, SBT, gifts and Stickers

| Feature

| NFT (Non-Fungible Token)

| SBT (Soulbound Token)

| Stickers

| Gifts

| | --- | --- | --- | --- | --- | | Definition

| Unique digital assets on the TON blockchain representing ownership of items like art, collectibles, or virtual goods.

| Non-transferable tokens bound to a specific wallet, representing identity, credentials, or achievements. Not explicitly standardized in TON but conceptually applicable.

| Digital images or animations used in Telegram chats, often tokenized as NFTs or managed as collectibles in TON. Connected to Emojis for better usability.

| Limited-edition digital items sent via Telegram, often with a time limit to claim, convertible to TON-based NFTs or other assets.

| | Transferability

| Fully transferable; can be bought, sold, or traded on TON marketplaces like Getgems or Disintar.

| Non-transferable; permanently linked to the issuing wallet (if implemented in TON, would restrict transfers via smart contracts).

| Varies; some are freely usable, others are tokenized as NFTs and transferable, depending on the sticker pack.

| Initially non-transferable until claimed; some can be converted to transferable NFTs after claiming.

| | Monetary Value

| Holds monetary value based on market demand; often traded for TON coins.

| No monetary value; designed for non-financial utility like reputation or proof of achievement.

| Limited monetary value; premium or tokenized sticker packs may be sold as NFTs, but most are free or low-cost.

| May have monetary value if converted to NFTs; otherwise, primarily sentimental or promotional.

| | Use Case in TON

| -Digital art and collectibles (e.g., TON Punks).

| - Potential for KYC verification (e.g., similar to Binance’s BAB token).

| - Enhancing Telegram chats with custom visuals.

| - Sending limited-edition digital gifts via Telegram (e.g., for promotions or events).

| | Storage

| Stored in TON wallets (e.g., Tonkeeper) as standard Jettons or NFTs.

| Stored in a TON wallet but locked to prevent transfer (if implemented, would use custom smart contracts).

| Stored in Telegram’s sticker library; tokenized stickers stored in TON wallets as NFTs.

| Stored in Telegram’s gift section until claimed; convertible gifts stored as NFTs in TON wallets.

| | Creation/Minting

| Minted on TON blockchain using platforms like Getgems or custom smart contracts; follows TON’s NFT standards.

| Minted with smart contracts disabling transfer functions (not yet common in TON but feasible).

| Bought via Stickers bot as NFTs on TON.

| Issued by Telegram or partners as promotional items; conversion to NFTs handled by TON smart contracts.

| | Examples in TON

| - TON Punks, Egg Fight NFTs.

| - Hypothetical: TON-based KYC tokens or event badges (no prominent examples yet).

| - Telegram’s animated sticker packs.

| - Telegram Stars gifts.

| | Interoperability

| Compatible with TON marketplaces and potentially other blockchains via bridges.

| Limited interoperability due to non-transferability; specific to issuing entity’s ecosystem (if implemented).

| Limited to Telegram unless tokenized as NFTs, then compatible with TON marketplaces.

| Limited to Telegram until converted to NFTs, then compatible with TON marketplaces.

| | Revocability

| Generally not revocable unless specified in the smart contract.

| Potentially revocable by the issuer (e.g., for credentials); depends on smart contract design.

| Not revocable for standard stickers; tokenized stickers follow NFT rules.

| May expire if not claimed within a time limit; converted NFTs follow standard NFT rules.

| | Privacy

| Publicly visible on the blockchain; ownership traceable unless anonymized.

| Can be public or private depending on implementation; sensitive data may require privacy solutions.

| Public within Telegram chats; tokenized stickers have public blockchain records.

| Private until claimed; NFT-converted gifts have public blockchain records.

|

Minting and Creation of NFTs, SBTs, Gifts and Stickers

  1. NFTs - Can be created and minted by user through getgems.io or https://fragment.com/
  2. SBTs - Same as NFTs but non transferable can be minted on getgems.io one time only
  3. NFT Gifts - Can be bought through getgems.io or through TG stars on Telegram then convert into NFTs through upgrade
  4. NFT Stickers - Emoji based Stickers minted as NFTs, can be bought from Stickers TG bot using Telegram Stars

Use Cases :

Category Description Use Case Example
Creator Monetization & Profile Identity Let creators sell NFTs. Fans show their ownership of NFTs to earn rewards Fan Loyalty SBTs,NFT Collections for Events @tonfrogs: Sells seasonal sticker packs
Fragment Gifts: Users wear birthday gifts as animated status
TON x Pudgy Penguins: Limited collectible drops
Access Control & Community Gating Preventing non SBT/NFT/Gift holder from accessing certain groups Collectible based Ticketing, Token-Gated groups TON Society: SBTs grant access to quests
TON Diamonds: Token-gated Telegram groups
NFT-based AMA groups
Gamified Engagement
Use collectible NFTs as characters in Telegram mini-game battles or in game collectibles. Quest based NFT Gift rewards, Challenge based collectibles TON Play: Sticker-based games
TON Battle Cards: Use stickers as avatars
Onboarding Quests on bots like Blum
Creation Tools for Non-Designers Making tooling for non technical or non designer content creators to make NFTs AI based TG bot to create images and mint as NFTs Lens Protocol-style creation apps
AI-based art NFTs on Fragment
Market & Ecosystem Integrations Adding dashboards and analytics of NFTs using tg bots or TMAs Creator Royalties Tracker,Telegram Mini App Marketplaces **Dune Dashboards,
Fragment.com**: Auctions & gifts
Getgems: NFT marketplace
TON API: Market data via wallet

Developer Starter Kit

Understand TON Basics -

Resource Link
🔗 TON Official Docs https://ton.org/docs
🛠 TON Smart Contract IDE (Web) https://ton.ide.org/
🔍 TON Explorer (Mainnet/Testnet) https://tonviewer.com/

TON Connect (Wallet Integration) -

Resource Link
🔗 TON Connect Overview https://docs.ton.org/v3/guidelines/ton-connect/guidelines/how-ton-connect-works
🧩 TON Connect SDK (JS) https://github.com/ton-connect
Demo Web App with TON Connect