Dexlab Docs
DexlabCreate TokenPool/SwapMomeTelegram
  • 🤘Introducing
  • PRODUCTS
    • 🔬Token Factory
      • 1️⃣Quick Token Creation Guide
      • 2️⃣Change Token Information (Update Metadata)
      • 3️⃣Manage Token (Burn, Mint, Revoke Freeze, Revoke Mint)
      • 4️⃣Token Hub – Manage & Explore
      • 💹Create OpenBook Market ID
      • ⁉️Token decimal guide
      • ⁉️Factory Fee
      • ⁉️How to check market ID?
      • ⁉️FAQ
      • Terms of service
    • 🤽‍♂️DEX(Swap/LP Pool)
      • 🔄Token Swap
      • 🔱Create Your Own Liquidity Pool – Easy & Fast!
      • ⚙️Provide & Manage Liquidity
    • 👼Mome Launchpad
    • 🔧SuperTools for XPLA
      • CW20 Token Creation
        • 1️⃣Instantiate (Minting)
        • 2️⃣Query Contract
        • 3️⃣Execute (Burn, Send, Logo Updated, etc)
        • ⚠️How to Get My CW20 Token Contract Address
      • CW721 Token Creation (NFT)
        • 1️⃣Instantiate (Minting)
        • 2️⃣Query Contract
        • 3️⃣Execute (Send, Transfer, Burn, etc)
        • ⚠️How to Check My CW721 on XPLA Explorer
    • 🔋SuperDEX for XPLA
      • BI/CI
      • Keplr Wallet Creation
    • 📋Terms of Service
    • 📖Platform Disclaimer
    • 📖SDK & API License Agreement
  • developer hub
    • 🏗️Token & Swap APIs
      • API Key Issuance Guide
      • Swap API
      • Token Creator API
    • Dexlab Factory Bot
  • ADDITIONAL RESOURCES
    • Twitter
    • Discord
    • Telegram
    • Medium
Powered by GitBook

© Copyright 2025 DEXLAB | All Rights Reserved

On this page
  1. PRODUCTS
  2. Token Factory

Token decimal guide

When creating a token on the Solana blockchain, the concept of “token decimals” becomes a pivotal factor in defining how your token operates, particularly in terms of its divisibility and precision in transactions. This “decimals” setting determines the smallest fraction of the token that can be represented and transacted. Essentially, it defines how many decimal places are available when dealing with the token.

Decimals Explained:

  • Decimals Value: This is a numeric value that specifies the number of decimal places that the token can have. For example, a decimals value of 0 means the token cannot be divided and is only tradable in whole units. A value of 2, on the other hand, allows for two decimal places, enabling transactions of 0.01, 0.02, etc.

  • Impact on Transactions: The choice of decimals directly affects how users can trade the token. Higher decimal values offer greater divisibility, allowing for smaller transactions and potentially greater liquidity.

  • Standard Practice: In the Solana ecosystem, as in others, there’s a standard range for decimals typically set between 0 and 9. This range is chosen to balance the need for precision with the practicalities of handling and displaying token values.

Practical Implications:

  • User Experience: A token with higher decimals can be used in a wider variety of transactions, appealing to users who may need to make small payments or investments.

  • Market Adaptability: Tokens with a flexible decimals setting can more easily adapt to varying market values, maintaining usability and value exchange precision regardless of the token’s price.

  • Compatibility and Integration: Many wallets, exchanges, and DeFi platforms expect tokens to conform to certain standards, including how decimals are handled. Properly setting your token’s decimals ensures broader compatibility within the Solana ecosystem and beyond.

Choosing the Right Decimals Value: When launching a meme coin or any token on Solana, the selection of the decimals value should reflect the intended use and utility of the token.

For example:

  • High-Value Transactions: A lower decimals value might suffice if the token is intended for high-value transactions.

  • Microtransactions: For use cases that involve microtransactions, a higher decimals value is necessary to allow for small denominations.

Ultimately, the decision on the decimals value is a strategic one that affects the token’s functionality, user experience, and market adoption. By considering the specific needs of your token and its users, you can select a decimals value that supports your goals and enhances the utility of your token on the Solana blockchain.

PreviousCreate OpenBook Market IDNextFactory Fee

Last updated 1 year ago

🔬
⁉️