stacking

Coordinate PoX stacking operations for STX to earn BTC rewards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

PoX stacking management on the Stacks blockchain is simplified by providing a clear CLI interface to query cycle data, check status, and perform stake-related actions.

Core Features & Use Cases

  • Read PoX cycle data and stacking status without unlocking the wallet.
  • Lock STX to earn BTC rewards or extend an existing stacking commitment.
  • Validate inputs (address versions, burn heights, lock durations) and return structured results with transaction details.

Quick Start

Run bun run stacking/stacking.ts get-pox-info to fetch the current PoX cycle information.

Frequently Asked Questions about stacking

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

FAQPage Schema
How do I check my STX stacking status and PoX cycle info?▼

You can check STX stacking status and PoX cycle info by running read-only CLI queries like get-pox-info and get-stacking-status without unlocking your wallet.

How do I lock STX to earn BTC rewards via PoX stacking?▼

To lock STX and earn BTC rewards via PoX stacking, execute the stack-stx CLI command with an unlocked wallet, providing validated options like addresses and lock durations.

Can I extend an existing STX stacking commitment on the Stacks blockchain?▼

You can extend an existing STX stacking commitment by using the extend-stacking CLI command, which requires an unlocked wallet and validates burn heights and lock durations.

Does PoX stacking require an unlocked wallet for all operations?▼

PoX stacking does not require an unlocked wallet for read-only queries like fetching cycle data, but write actions such as stack-stx and extend-stacking do require an unlocked wallet.

What inputs are validated when performing STX stacking operations?▼

The stacking service validates inputs such as address versions, burn heights, and lock durations, returning structured JSON outputs with transaction details for your STX operations.