sbtc

Manage sBTC balances, transfers, deposits, and peg info via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Balances, transfers, deposits, and peg-info for sBTC on Stacks L2 are accessible via a single CLI, enabling users to manage wrapped BTC efficiently without juggling multiple tools.

Core Features & Use Cases

  • Get balance: query sBTC balance for a Stacks address (wallet-unlocked when needed).
  • Transfer: send sBTC to another Stacks address (requires unlocked wallet).
  • Get deposit info / peg data: obtain personalized deposit guidance and peg statistics for informed deposits.
  • Deposit and status: initiate BTC deposits to mint sBTC and monitor deposit status.
  • Peg and mint flow: track total supply and peg ratio to understand circulation and backing.

Quick Start

Run bun run sbtc/sbtc.ts get-balance to check your sBTC balance.

Frequently Asked Questions about sbtc

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

FAQPage Schema
How do I check my sBTC balance on Stacks L2?

You can check your sBTC balance on Stacks L2 by running the get-balance subcommand, optionally querying a specific Stacks address without needing to unlock a wallet.

What's the best way to send sBTC to another Stacks address?

To send sBTC to another Stacks address, use the transfer subcommand which requires an unlocked wallet and passes built-in safety checks before executing the transaction.

How does initiating a BTC deposit to mint sBTC work?

Initiating a BTC deposit to mint sBTC involves using the deposit subcommand for personalized guidance, followed by the deposit-status subcommand to monitor the transaction state.

Can I inspect the total supply and peg ratio for sBTC?

Yes, you can inspect the total supply and peg ratio for sBTC by running the get-peg-info subcommand to retrieve current peg statistics and circulation data.

Do I need an unlocked wallet to get sBTC deposit guidance?

No, you do not need an unlocked wallet to get sBTC deposit guidance; the get-deposit-info subcommand provides personalized deposit instructions without wallet unlock requirements.