Kasplex KRC20
  • Introduction
  • Protocols
    • Data Insertion Mechanism
    • KRC-20 Tokens
      • Deployment Mode
      • Basic Operation
        • deploy
        • mint
        • issue
        • burn
        • blacklist
        • chown
        • transfer
      • How to Trade KRC-20
        • list
        • send
  • Tools & REFERENCE
    • Kasplex Indexer
      • Guidelines
      • Ticker Reserved List
      • Consensus and Trust Model
    • Kasplex Indexer API
      • General
        • Get Node Status
      • KRC-20
        • Get Token List
        • Get Token Info
        • Get Address's Token List
        • Get Address's Token Balance
        • Get Token's Market Info
        • Get Token's Blacklist
        • Get Operation List
        • Get Operation Info
      • Archive
        • Get Archive Operation List
        • Get Archive Vspc List
    • Roadmap
Powered by GitBook
On this page
  1. Tools & REFERENCE
  2. Kasplex Indexer

Guidelines

PreviousKasplex IndexerNextTicker Reserved List

Last updated 11 months ago

KRC-20 Token Requirements

  1. "tick" is case insensitive, must be 4 to 6 bytes in length, and cannot be on the ticker reserved list

  2. Only numeric values are allowed in the "max", "amt", "lim" fields

  3. "max", "amt", "lim" fields contain decimal places

  4. To deploy a KRC-20 token, the (or gas fee) paid should not be less than 1000 KAS.

  5. To mint a KRC-20 token, the (or gas fee) paid should not be less than 1 KAS.

  6. The balance obtained from each mint is defined in deploy. If a operation would cause the cap to be exceeded, the maximum possible number of KRC-20 tokens will be obtained

  7. Deploys to the same tick which are previously deployed are invalid

  8. Any transfer over the users balance at the time of transfer is considered invalid and will not impact either users balance

For the most detailed standards for indexers, read the Kasplex Github repositories.

transaction fee
transaction fee