stacks

Provide operational guidance for Stacks blockchain node RPC API queries.

4|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hairyf/blockchain-skills --skill stacks-hairyf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks
Source: https://github.com/hairyf/blockchain-skills/tree/main/skills/stacks
Command: npx skills add https://github.com/hairyf/blockchain-skills --skill stacks-hairyf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and operational commands for managing and interacting with the Stacks blockchain node, covering everything from basic RPC calls to advanced mining configurations.

Core Features & Use Cases

  • RPC API: Interact with the Stacks node for transactions, accounts, contracts, and blocks.
  • Mining & PoX: Configure and manage Proof of Transfer (PoX) mining operations.
  • Development & Testing: Utilize tools for testnet transactions, contract deployment, and property testing.
  • Use Case: A developer needs to deploy a new smart contract on the Stacks testnet and then query its state using the RPC API. This Skill provides the necessary commands and reference material.

Quick Start

Use the stacks skill to get the current PoX information from the node.

Frequently Asked Questions about stacks

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

FAQPage Schema
How do I query Stacks blockchain transactions and accounts using RPC API endpoints?

The Stacks node RPC API provides endpoints to query transactions, accounts, contracts, and blocks directly. You can interact with the node to retrieve blockchain state and verify transaction details using these built-in interfaces.

How do I configure Proof of Transfer (PoX) mining on a Stacks node?

Proof of Transfer (PoX) mining configurations are supported through the Stacks node setup. The skill provides operational commands and reference material to manage and configure PoX mining operations on the Stacks blockchain network.

What's the best way to deploy a smart contract on the Stacks testnet?

Deploying a smart contract on the Stacks testnet involves utilizing testnet transaction flows and development tools provided by stacks-node. The skill outlines the necessary commands and reference documentation for contract deployment and testing.

What are Stacks Improvement Proposals (SIPs) and how do they affect node operations?

Stacks Improvement Proposals (SIPs) are standards governing the Stacks blockchain protocol. The skill covers SIPs alongside node operational guidance to help developers understand protocol rules, event dispatching, and property testing during development.

Does the Stacks node support property testing and event dispatching workflows?

Yes, the Stacks node supports property testing and event dispatching as part of its development and testing workflows. These features allow developers to validate contract behavior and monitor blockchain events during testnet transaction processing.