Governance module (blvm-governance)
On-chain proposal tracking and optional webhook notifications for blvm-node. Distinct from the Bitcoin Commons governance framework documented under Governance — this page covers the loadable module only.
Overview
blvm-governance subscribes to chain events and can forward governance-related signals to an operator webhook (module-specific config). It does not replace tier signatures or repository governance rules.
Repository: BTCDecoded/blvm-governance
Requirements
blvm-nodewith the module system enabled.governancecompile-time feature on theblvmbuild (on by default inblvmdefault features / Linux x86_64 release artifacts) for registry bootstrap of pinned modules.- Module pinned in
registry/modules.jsonor built locally.
Loading
[modules]
registry_url = "https://raw.githubusercontent.com/BTCDecoded/blvm/main/registry/modules.json"
blvm-governance = "0.1.*"
Optional node override:
[modules.blvm-governance]
webhook_url = "https://example.com/governance-hook"
Module data dir config: <modules.data_dir>/blvm-governance/config.toml (same keys).
See also
- Governance overview — tiers, layers, signatures (not this module)
- Module catalog
- Installing modules