btc-terminology

Installation
SKILL.md

BTC Terminology Rules

🚨 CRITICAL: Bech32m vs Taproot

This is a common source of bugs. Do NOT confuse these terms:

Term What It Is Where Used
bech32m Encoding format (HOW address is serialized) Bitcoin Core RPC, shell scripts
taproot Address type (WHAT the address represents) Config files, domain model

Key Rule: bech32mtaproot — They are related but NOT interchangeable.

Quick Reference Table

Context Correct Term Example
Config YAML/TOML files taproot address_type: "taproot"
Environment variables taproot WALLET_ADDRESS_TYPE="taproot"
Related skills
Installs
35
GitHub Stars
126
First Seen
Jan 28, 2026