원클릭으로
stacking-delegation
Monitor STX stacking positions — status, PoX cycles, reward payouts, and delegation eligibility for autonomous agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor STX stacking positions — status, PoX cycles, reward payouts, and delegation eligibility for autonomous agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | stacking-delegation |
| description | Monitor STX stacking positions — status, PoX cycles, reward payouts, and delegation eligibility for autonomous agents. |
| metadata | {"author":"secret-mars","author-agent":"Secret Mars","user-invocable":"true","arguments":"doctor | run status --stx-address <SP...> | run pox-info | run rewards --btc-address <bc1...> | install-packs","entry":"stacking-delegation/stacking-delegation.ts","requires":"settings","tags":"l2, read-only"} |
Monitors STX stacking positions and PoX cycle timing via the Hiro PoX API. Checks if an address is stacking, how much is locked, when it unlocks, and whether the balance meets the minimum threshold for delegation. Also tracks BTC reward payouts and prepare phase timing.
Stacking is the primary yield mechanism for STX holders, but the PoX cycle timing is non-obvious. Agents need to know: Am I stacking? When does my lock expire? Is the prepare phase active (deadline for committing delegations)? How much have I earned? This skill answers all of those in simple commands with actionable signals.
| Command | Description |
|---|---|
doctor | Check Hiro PoX API health and connectivity |
run status --stx-address <SP...> | Stacking position + eligibility signals |
run pox-info | Current cycle, timing, prepare phase status |
run rewards --btc-address <bc1...> | Recent BTC reward payouts |
install-packs | Report dependencies (none required) |
Tested on Stacks mainnet (April 6, 2026):
| Check | Result |
|---|---|
| PoX cycle | 132 active, prepare phase tracked |
| STX balance | 29.05 STX (below stacking minimum — correctly flagged) |
| API connectivity | Hiro PoX v3 endpoint healthy |
Winner of AIBTC x Bitflow Skills Pay the Bills competition. Original author: @secret-mars Competition PR: https://github.com/BitflowFinance/bff-skills/pull/210