stacking-lottery

Coordinate STX stacking pots on stackspot.app with wallet operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, @stacks/transactions.

What problem does it solve?

Pooling STX into PoX-based stacking pots and coordinating on-chain actions can be complex; this Skill provides a command-line interface to discover pots, query state, and perform write operations with wallet integration.

Core Features & Use Cases

  • Pot Discovery: List known pots with current value and lock status.
  • Pot State: Retrieve full on-chain state for a pot, including configs, pool config, and details.
  • Operations: Join pot, start pot, claim rewards, and cancel pot, all with mainnet-only constraints and wallet requirements.

Quick Start

Join a pot by contributing STX to a pot using the join-pot command.

Frequently Asked Questions about stacking-lottery

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

FAQPage Schema
How do I pool STX for PoX stacking and claim sBTC rewards?

You can query on-chain pot state by using the pot state command, which retrieves full configuration, pool settings, current value, and lock status for a specific stacking pot directly from mainnet.

Do I need a wallet to join a PoX stacking pot?

Yes, joining a PoX stacking pot requires a configured wallet for read and write contract interactions on the Stacks mainnet to authorize STX contributions and reward claims.

Can I cancel a stacking pot after it has started on mainnet?

You can cancel a stacking pot on mainnet using the cancel pot command, which handles on-chain contract interactions to terminate the pot, subject to network constraints and current lock status.

What are the limitations of running PoX cycles with a CLI?

Limitations include mainnet-only constraints for write operations, strict wallet requirements for contract interactions, and error handling for invalid inputs or network constraints during pot coordination.

How does the stacking lottery distribute VRF rewards?

The stacking lottery distributes sBTC rewards by coordinating PoX cycles across pooled STX, utilizing VRF-based reward allocation managed through on-chain contract interactions and command-line operations.