tokens

Query SIP-010 token balances, transfers, and metadata on Stacks L2.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill tokens-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tokens
Source: https://github.com/aibtcdev/skills/tree/main/tokens
Command: npx skills add https://github.com/aibtcdev/skills --skill tokens-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

SIP-010 fungible token operations on Stacks L2 require a unified interface to query balances, fetch token metadata, list tokens owned by an address, and perform transfers, while clearly handling wallet requirements for read and write actions.

Core Features & Use Cases

  • Get-balance: query a SIP-010 token balance for an address (wallet-free for reads)
  • Get-info: fetch token metadata including name, symbol, decimals
  • List-user-tokens: list all tokens held by an address
  • Transfer: transfer tokens (wallet must be unlocked)
  • Get-holders: identify top token holders for a token

Quick Start

Check the balance of a SIP-010 token for the active wallet.

Frequently Asked Questions about tokens

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check SIP-010 fungible token balances on Stacks L2?

To check SIP-010 fungible token balances on Stacks L2, use the get-balance subcommand. It queries token balances for a specific address and is wallet-free, requiring no unlocked wallet for reads.

How do I transfer SIP-010 fungible tokens on the Stacks blockchain?

To transfer SIP-010 fungible tokens on the Stacks blockchain, use the transfer subcommand. This operation requires an unlocked wallet to authorize the transaction, supporting well-known symbols or full contract IDs.

What is the best way to list all fungible tokens owned by a Stacks address?

The best way to list all fungible tokens owned by a Stacks address is the list-user-tokens subcommand. It returns a comprehensive list of tokens held by the specified address in JSON format.

How can I fetch token metadata like name and symbol for a SIP-010 token?

To fetch token metadata like name and symbol for a SIP-010 token, use the get-info subcommand. It retrieves comprehensive metadata including decimals, returning the data in JSON format.

Do I need an unlocked wallet to query token holders on Stacks L2?

No, you do not need an unlocked wallet to query token holders on Stacks L2. The get-holders subcommand identifies top token holders and is a read operation that requires no wallet.