Synopsis
Subcommands
cowboy token create
Create a new CIP-20 fungible token.
Behavior:
- Load the private key using key auto-discovery.
- Build a token creation transaction with the specified parameters.
- Sign and submit the transaction.
- Print the new token ID.
Example:
cowboy token transfer
Transfer tokens to another account.
Flags:
Example:
cowboy token approve
Approve a spender to transfer tokens on your behalf.
Flags:
Example:
cowboy token mint
Mint new tokens (creator only).
Flags:
Example:
cowboy token burn
Burn tokens from your own balance.
Flags:
Example:
cowboy token freeze
Freeze an account from transferring a specific token (creator only).
Flags:
Example:
cowboy token unfreeze
Unfreeze a previously frozen account (creator only).
Flags:
Example:
cowboy token info
Query token metadata.
Flags:
Example:
cowboy token balance
Query the token balance of an account.
Flags:
Example:
cowboy token list
List all CIP-20 tokens on the chain.
Example:
Edge Cases
mintandfreeze/unfreezerequire the caller to be the token creator.burnonly burns from the caller’s own balance.info,balance, andlistare read-only and do not require a private key.- If
--max-supplyis set and a mint would exceed it, the transaction fails.

