1---2name: stacks3description: Stacks blockchain node and mining — RPC API, testnet transactions, PoX mining, event observer, SIPs, property testing, release process, profiling, and service setup.4---56> Skill is based on Stacks blockchain (stacks-node v3.3.0.0.5), generated 2026-02-24. Docs: `sources/stacks/docs/`, [docs.stacks.co](https://docs.stacks.co/)78Stacks is a layer-2 blockchain anchored to Bitcoin security, using Proof of Transfer (PoX) for mining and Clarity for smart contracts. This skill covers the reference node (stacks-node): RPC endpoints, testnet tx flow, mining config, event observer, SIPs, property testing, release/branching, profiling, init/service, and CI.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| RPC Endpoints | POST/GET for transactions, accounts, contracts, blocks, PoX, Nakamoto (v2/v3) | [core-rpc-endpoints](references/core-rpc-endpoints.md) |15| Testnet and Transactions | Genesis balance, encode/sign, publish contract, contract-call via blockstack-cli and RPC | [core-testnet-transactions](references/core-testnet-transactions.md) |1617## Features1819| Topic | Description | Reference |20|-------|-------------|-----------|21| Mining (PoX) | Miner config, burn commitment, RBF, fee/cost estimation | [features-mining](references/features-mining.md) |22| Event Dispatcher | events_observer config, events_keys, POST endpoints and payloads | [features-event-dispatcher](references/features-event-dispatcher.md) |23| SIPs | Stacks Improvement Proposals — where they live and how to use them | [features-sips](references/features-sips.md) |2425## Best Practices2627| Topic | Description | Reference |28|-------|-------------|-----------|29| Property Testing | proptest-rs, strategies, assertions, CI (PROPTEST_CASES) | [best-practices-property-testing](references/best-practices-property-testing.md) |30| Release and Branching | Version format, master/develop/release, release steps, hotfixes | [best-practices-release-branching](references/best-practices-release-branching.md) |3132## Advanced3334| Topic | Description | Reference |35|-------|-------------|-----------|36| Profiling | Logging, mock miner, tip-mine, flamegraph, SQLite profiling | [advanced-profiling](references/advanced-profiling.md) |37| Init and Service | systemd, SysVinit, macOS LaunchAgents, paths and user | [advanced-init-service](references/advanced-init-service.md) |38| CI Workflow | Tests, partitions, release builds, Docker, adding tests | [advanced-ci-workflow](references/advanced-ci-workflow.md) |3940## External Links4142- [Stacks docs](https://docs.stacks.co/)43- [Stacks blockchain (GitHub)](https://github.com/stacks-network/stacks-blockchain)44- [SIPs (stacksgov/sips)](https://github.com/stacksgov/sips)