Dexlab Docs
DexlabCreate TokenPool/SwapMomeTelegram
  • ๐Ÿค˜Introducing
  • developer hub
    • ๐Ÿ—๏ธToken & Swap APIs
      • API Key Issuance Guide
      • Swap API
      • Token Creator API
  • PRODUCTS
    • ๐Ÿค–Dexlab Factory Bot
      • ๐Ÿ Getting Started
      • ๐Ÿ”Deposit Wallet
      • ๐Ÿ‘ฌReferral Reward
      • ๐Ÿ’ŽDRP Reward
      • ๐Ÿš€Token Launch
      • ๐Ÿ”„Trade(Buy/Sell)
      • ๐Ÿ”ŽToken Search & Trending
      • ๐ŸงฉPlayground
      • ๐Ÿ’ผMultiple Wallets
      • ๐ŸงชCopy & Trade Token
      • โš™๏ธBot Settings
    • ๐Ÿ”ฌ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
  • ADDITIONAL RESOURCES
    • Twitter
    • Discord
    • Telegram
    • Medium
Powered by GitBook

ยฉ Copyright 2025 DEXLAB | All Rights Reserved

On this page
  • What is CW20?
  • Enter the SuperTools website
  1. PRODUCTS
  2. SuperTools for XPLA

CW20 Token Creation

This guide go over how to instantiate, query, and execute CW20 methods seen below.

PreviousSuperTools for XPLANextInstantiate (Minting)

Last updated 2 years ago

What is CW20?

CW20 is a specification for fungible tokens on the CosmWasm platform. It takes some inspiration from Ethereum's ERC20 standard, but with many modifications to better suit the needs of CosmWasm. The types defined in the CW20 specification can be imported by contracts that want to use the standard or by contracts that interact with any CW20-compliant token.

Enter the SuperTools website

This tutorial is written based on Keplr wallet. Keplr Wallet Creation

Click 'CW20 Token' on the left tab to start token creation.

๐Ÿ”ง