Comsats
  • Comsats
  • Apps
    • Inscribe
      • Rune
      • BRC-20 (4-byte)
        • Deploy
        • Mint
        • Transfer
      • BRC-20 (5-byte)
      • ORC-20
        • Deploy, Upgradable, Migration
        • Mint
        • Transfer (Updating)
      • Comparing BRC-20 to ORC-20 Features
      • Fee Description
    • Telegram Bot
      • BRC-20 Trending Bot
      • Inscribe Bot
      • BRC-20 Buy Bot
      • Swap Bot πŸ”œ
    • Launchpad
      • PSBT
      • Launchpad πŸ”œ
    • BRC-20 Bridge
    • Inscription Game
    • Runes
      • Viking Runes Collection (β—ˆ)
      • Convert to Runes Protocol
  • More
    • Comsats Point
    • $CSAS Token
    • Roadmap
    • Official Links
  • FAQ
    • BRC-20 Token Minting Instructions
    • BRC-20δ»£εΈι“Έι€ θ―΄ζ˜Ž
Powered by GitBook
On this page
  1. Apps
  2. Inscribe
  3. BRC-20 (4-byte)

Mint

Key
Required?
Description

p

Yes

Protocol: Helps other systems identify and process brc-20 events

op

Yes

Operation: Type of event (Deploy, Mint, Transfer)

tick

Yes

Ticker: 4 letter identifier of the brc-20

amt

Yes

Amount to mint: States the amount of the brc-20 to mint. Has to be less than "lim" above if stated

Example: Mint BRC-20 tokens with ticker ordi, mint amount is 1000

{ 
  "p": "brc-20",
  "op": "mint",
  "tick": "ordi",
  "amt": "1000"
}

Last updated 1 year ago