1---2name: bitcoin3description: Bitcoin Core — full node, JSON-RPC, REST, descriptors, PSBT, wallets, and external signers.4---56> Skill based on Bitcoin Core, generated 2026-02-09. Docs: `sources/bitcoin/doc/`, [bitcoincore.org](https://bitcoincore.org/en/doc/)78Bitcoin Core is the reference Bitcoin full-node implementation. It syncs and validates the chain, runs a headless daemon or GUI, and exposes JSON-RPC and REST. It supports descriptor wallets, PSBT (multisig/hardware wallets), and external signers.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Overview | Executables (bitcoind, bitcoin-qt, bitcoin, bitcoin-cli), flows | [core-overview](references/core-overview.md) |15| Config | bitcoin.conf, precedence, locations | [core-config](references/core-config.md) |16| CLI | bitcoin-cli, bitcoin rpc, -rpcwallet | [core-cli](references/core-cli.md) |17| JSON-RPC | Endpoints, params, versioning, security | [core-rpc](references/core-rpc.md) |18| Build | CMake build (Unix), options, ZMQ | [core-build](references/core-build.md) |1920## Features2122### Wallets and Signing2324| Topic | Description | Reference |25|-------|-------------|-----------|26| Descriptors | Output descriptor language and RPCs | [features-descriptors](references/features-descriptors.md) |27| PSBT | Partially Signed Bitcoin Transactions, RPCs, workflow | [features-psbt](references/features-psbt.md) |28| Wallets | Create, encrypt, backup, descriptor vs legacy | [features-wallets](references/features-wallets.md) |29| External signer | Hardware wallet, -signer, Signer API | [features-external-signer](references/features-external-signer.md) |3031### APIs3233| Topic | Description | Reference |34|-------|-------------|-----------|35| REST and ZMQ | REST endpoints, ZMQ notifications | [features-rest-zmq](references/features-rest-zmq.md) |3637## External Links3839- [Bitcoin Core docs](https://bitcoincore.org/en/doc/)40- [Bitcoin Core GitHub](https://github.com/bitcoin/bitcoin)41- [BIPs](https://github.com/bitcoin/bips)