Connect Your Kastle Wallet

Status: Unknown

Address: Not connected

Token_Depot is your dedicated console for KRC-20 Issue-Mode tokens on Kaspa. It sits between your Kastle wallet and the blockchain, helping you assemble clean deploy and issue actions while leaving full control of your keys and signatures in Kastle.

Use this page when you want a transparent, JSON-first workflow: fill in the fields, review the JSON preview, then confirm the commit and reveal steps directly in Kastle. Token_Depot never holds your funds or seed phrase; it only prepares the data that your wallet signs.

Before you start

  • Make sure the Kastle extension is installed, unlocked, and connected to the wallet you intend to use.
  • When you’re experimenting or proving out a new token design, start on testnet-10 or testnet-11, then switch to mainnet only when you’re ready for a permanent CA.
  • Keep a small KAS buffer above the minimums shown in the Deploy and Issue sections so reveal fees have room to succeed and your transactions don’t fail due to tight balances.

KRC-20 Issue

Issue additional supply for an existing KRC-20 deployed in Issue-Mode. The deploy transaction ID is the Contract Address (CA).

Definition of Terms
Contract Address (CA)
The deploy transaction ID of the Issue-Mode token.
Amount (RAW)
Amount to issue in RAW units (human amount × 10^dec; digits only).
Issue-To Address (required)
Kaspa address (prefix kaspa:) that receives the issued amount.

KRC-20 Deploy (Issue Mode)

Deploying costs 1000 KAS.

  1. Balance check requires: KAS ≥ 1002.000
  2. Mainnet software license requires your wallet to holdings to include ≥ 1 LicenseToken. CA:2d6fc4377f2fb2a5d051e6c99b6d784960b45edc2f6d268bfc432b5ee5dee3dc (MMXXVI)
  3. No uniqueness gate for name (Issue-Mode allows duplicate names, the CA:# is unique and can only be issued with your wallet)
Definition of Terms
Name (A–Z), 4–6 Characters
Issue-Mode uses a name (duplicates allowed). Example: MWHK.
Decimals (0–18)
How many decimal places the token supports. RAW = human × 10^dec.
Max Supply (RAW)
Total supply cap in RAW units (human × 10^dec).
Pre-Issue Amount (RAW)
Optional initial amount to issue at deploy time, in RAW units.
Issue-To Address
Kaspa address (prefix kaspa:) that receives the pre-issued amount.
priorityFee
For deploy: multiplier on the 1000 KAS base fee (e.g., 1.0 → 1000 KAS, 1.5 → 1500 KAS). For issue: extra KAS added as a reveal fee (e.g., 0.1 → +0.1 KAS).
timeout (ms)
Deploy timeout (e.g., 360000 ms).
logLevel
Verbosity: INFO, DEBUG, WARN, ERROR.
network
Target network: mainnet or testnet-10 / testnet-11.

Ready.

This page has been viewed times.