Mint bel-20

To mint a specific amount of BEL-20 tokens, you need to inscribe the mint function in your Belinal-compatible wallet. Ensure that the ticker matches the token you deployed or any existing token with remaining supply. Respect the mint limits specified during deployment to avoid exceeding them.

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

Key

Required?

Description

p

Yes

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

op

Yes

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

tick

Yes

Ticker: 4 or 5 letter identifier of the brc-20

amt

Yes

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

You can view the token's available supply here: open explorer

Nintondo Bel-20 - Minting progress