token-operations

Automate BSV21 token transfers, balance checks, and marketplace purchases via 1sat-sdk.

5|1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/b-open-io/1sat-sdk --skill token-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-operations
Source: https://github.com/b-open-io/1sat-sdk/tree/main/skills/token-operations
Command: npx skills add https://github.com/b-open-io/1sat-sdk --skill token-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers and product teams automate management of BSV21 fungible tokens, including transfers, balance checks, and marketplace interactions, reducing manual scripting.

Core Features & Use Cases

  • Send and receive BSV21 tokens across wallets and addresses
  • List token UTXOs and check balances for multiple tokens
  • Purchase tokens from a marketplace and manage token lifecycle (deploy, burn)

Quick Start

Transfer 1000 tokens of a BSV21 token from your wallet to a recipient address and verify the resulting balance.

Frequently Asked Questions about token-operations

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

FAQPage Schema
How do I transfer BSV21 fungible tokens to another wallet address?

To transfer BSV21 fungible tokens, this skill orchestrates the token transfer workflow by leveraging @1sat/actions to send tokens from your wallet to a recipient address and verifies the resulting balance.

Can I check balances for multiple BSV21 tokens at once?

Yes, you can check balances for multiple BSV21 tokens. The skill lists token UTXOs and retrieves token details across different wallet contexts and dApps to aggregate balance information.

How do I purchase BSV21 tokens from a marketplace?

Purchasing BSV21 tokens from a marketplace is handled by the skill's marketplace interaction logic, which automates the transaction process using the @1sat/core packages from the 1sat-sdk.

Does this skill support deploying new BSV21 tokens and burning existing ones?

Yes, the skill manages the full token lifecycle, allowing you to deploy new BSV21 tokens and burn existing ones while handling overlay validation.

Do I need the 1sat-sdk to manage BSV21 token UTXOs?

Yes, the skill relies on the @1sat/actions and @1sat/core packages from the 1sat-sdk to automate wallet operations, list UTXOs, and validate token details.