This module zooms into one slice of the Sovereign Stack map:
Layer = Household, Module = Money / Finance.
It assumes there are one or more adults who share daily life, share
expenses, and plan together over years—not just roommates splitting rent.
The Household layer sits between the Individual stacks and everything
above (business, community, citadel). It must give the household real
shared power without erasing the sovereignty of the individuals inside it.
Orientation
Read this as a design template for how a household can structure its
Bitcoin flows, reserves, and decision-making. It doesn’t tell you what to
invest in; it tells you where sats live, who can move them, and what
happens when people or tools fail.
These are the household’s hard rules. If they’re broken, you’re no
longer running this stack; you’re running something else. You can still
choose to break them, but it should be a conscious decision.
Bitcoin-only reserves at the core (on-chain UTXOs + explicitly bounded LN working balances).
Self-custody default; custodians (including LN custody/federations) are capped rails, never treasury.
Shared spending authority is explicit: who, what, limits, thresholds.
No silent layer-mixing: personal deep reserves never “blend” into household pools without a labeled, intentional move.
Descriptors + PSBT are the coordination fabric for all serious wallets.
Fee/pinning reality is encoded per tier (no magic thinking about “cheap forever”).
Any dual-control design includes an escape hatch (timelock recovery or modeled third key).
Complexity is bounded by the least-technical adult (design cannot exceed the weakest operator).
No household-core leverage/yield/rehypothecation without explicit multi-party consent and isolation into a separate risk bucket.
External obligations (fiat/legal) are modeled as adversarial claims that can force liquidation.
Mental model
This section is the constitution for household money.
The rest of the document (tiers, roles, tools) are the code that implements it.
Before touching tools, you need the objects the household works with:
capital tiers (what money is for), masks (how it appears to the outside),
and roles (who actually does what).
Capital Tiers
Same idea as Individual cold/warm/hot, but now sized for the whole household.
H0The Hearth
Daily operating capital (high velocity).
Capped and replaceable.
Think “checking account + petty cash” level.
H1The Citadel Wall
Buffer (months of expenses, shocks).
Low churn, guarded access.
Where most “household savings” live.
H2The Seed / Relic
Deep time reserve (migration/inheritance).
Near-zero churn.
Aligned with long-term relocation / generational moves.
Household Masks (appearance of flows)
Masks here are the household-level face to the outside world, mirroring
the individual Public/Ghost/Sacred concept but applied to shared funds.
Cannot override written rules by “feel” or in the heat of the moment.
Selector
Priorities, funding choices, value alignment.
Cannot unilaterally raid reserves.
Fractal rhyme
At Individual layer you have Masks A/B/C.
At Household layer you get H-Public/H-Ghost/H-Sacred overlaying H0/H1/H2.
Same pattern, different scale.
Heir/guardian paths are pre-encoded; future migration by heirs is expected, not optional.
How to use this
Draw this section as boxes and arrows for your own household.
Every wallet you actually use should map cleanly to H0/H1/H2 and H-Public/H-Ghost/H-Sacred.
Fees and mempool behavior are not “nerd details”; they decide when you can move
money and when you can’t. Each tier has different tolerance for being stuck.
H0Working rail
Can tolerate occasional stuck transactions.
Fallback rail exists (LN/alt payment path or small custodial float).
H1Buffer
Must be spendable during fee spikes (within reason).
At least one route to bump/reissue without requiring both adults online at once.
H2Rare moves
Minimize mempool exposure (move rarely, but deliberately).
When moved: over-provision fees to avoid repeated pinning attempts.
Lightning boundary
Lightning is working capital for H0/H1 only.
H2 never lives in LN form.
At the household level, privacy is less about “being invisible” and more
about not creating a single obvious graph that mixes every family member,
every income source, and every long-term reserve.
Baseline: no address reuse; avoid unnecessary multi-input merges; never merge personal deep reserves into household pools.
Advanced tools are gated: Payjoin/coinjoin/reusable identifiers are optional tactics, not structural dependencies.
Camouflage doctrine: not every ritual event maps to an on-chain signature; H2 remains inert and boring.
Simple rule
If you cannot explain why two UTXOs belong together,
don’t spend them together.
The household node is the shared truth appliance. It answers:
“What is Bitcoin right now?” and “Did this payment actually exist?”
Household full node is the truth source; significant balances are verified locally.
Prefer privacy transports (Tor/I2P); track encrypted P2P transport when mature.
Eclipse/peer manipulation is treated as a finance risk, not just a technical curiosity.
Fractal link
Individual stacks can still run their own nodes.
The household node is the shared layer they may plug into,
not a single point of control.
Even in a Bitcoin-first household, there are still fiat-denominated demands:
rent, taxes, debt, court orders, child support, medical bills. These act as
external claims on future BTC.
Recurring obligations (rent, support, care, tax, debt) are modeled as forced-seller triggers.
H1 sizing explicitly covers these claims to prevent panic liquidation.
Legal attack classes are mitigated by slow, documented treasury formation and pre-written separation-mode rules.
Design goal
The household should rarely be in a position where a court letter or landlord
text forces you to dump BTC at the worst possible time.
“How does BTC enter the household?” is as important as where it sits.
This section covers rails and the hygiene pipeline between
“just bought” and “deeply stored”.
This extends the earlier privacy section by assuming that
specific tools can disappear or be criminalized.
The household’s privacy posture should survive that.
Baseline (non-negotiable)
Labels everywhere so household provenance and pool boundaries survive over time.
Coin control as a daily discipline; accidental merges are treated as stack damage.
Payjoin class
Used primarily for merchant payment patterns that resist naive heuristics.
Receiver-side implementation can be self-hosted; sender-side support is opportunistic.
Coinjoin reality
Prefer decentralized coinjoin designs if used.
Assume enforcement pressure; the privacy stack must be plural (discipline + payjoin + optional decentralized coinjoin), not a single tool dependency.
Doctrine
Privacy tools may disappear or be attacked; household privacy must still function
when any single tool is removed.