tokens

Automate SIP-010 token operations on Stacks L2 with JSON outputs.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill tokens-jay0xx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tokens
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/tokens
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill tokens-jay0xx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

SIP-010 fungible token operations on Stacks L2 are centralized to a single CLI tool to simplify balance checks, transfers, and token metadata queries for SIP-010 tokens.

Core Features & Use Cases

  • Balance checks for SIP-010 tokens using symbols or full contract IDs without requiring a wallet.
  • Transfers requiring an unlocked wallet with safety checks and error handling.
  • Get token metadata, list all tokens owned by an address, and fetch top token holders.
  • Works with well-known symbols (sBTC, USDCx, ALEX, DIKO) or any SIP-010 token by full contract ID.

Quick Start

Unlock your wallet if needed and run the CLI to check balances, transfer tokens, and view token data for a SIP-010 token.

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 token balances on Stacks L2?▼

To check SIP-010 token balances on Stacks L2, use a CLI command that queries balances by token symbol or contract ID. This balance check operation does not require an unlocked wallet and returns standardized JSON payloads.

Can I transfer SIP-010 tokens using a token symbol?▼

You can transfer SIP-010 tokens by resolving well-known symbols like sBTC or USDCx, or by using a full contract ID. SIP-010 token transfers strictly require an unlocked wallet to authorize the transaction.

How do I find the top holders of a SIP-010 token?▼

To find the top holders of a SIP-010 token, query the token by its known symbol or full contract ID. The CLI retrieves the top token holders and outputs the results in a standardized JSON payload.

Do I need an unlocked wallet to list tokens owned by an address?▼

You do not need an unlocked wallet to list tokens owned by an address or to get token metadata. An unlocked wallet is only enforced for SIP-010 token transfers that require transaction authorization.

What's the best way to manage SIP-010 token operations on Stacks?▼

The best way to manage SIP-010 token operations on Stacks is using a centralized CLI tool that automates balance checks, transfers, and metadata queries. It resolves token identifiers by symbol or contract ID and outputs standardized JSON.