From c269615f697b3491e8529d343f3e3ceaa9316547 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Sun, 6 Sep 2026 18:49:33 +0200 Subject: [PATCH] docs(theseus): note the Siacoin wallet's derivation and node-URL policy --- ROADMAP-identity-wallet.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ROADMAP-identity-wallet.md b/ROADMAP-identity-wallet.md index 3e941f5..48fcad5 100644 --- a/ROADMAP-identity-wallet.md +++ b/ROADMAP-identity-wallet.md @@ -33,6 +33,12 @@ passwords/0 → wallet) and works for random-seed vaults too. Changing the info string or the parent root would orphan every wallet's funds; recovery without Theseus is via the account xprv shown in the wallet's Settings. +The bundled Siacoin wallet follows the same rule with `siawallet/mainnet/0` +as the 32-byte seed for walletd's `KeyFromSeed(seed, index)`; addresses are +standard unlock hashes. It talks to a user-configured walletd node (no +default endpoint ships in the add-on — hosted providers put an access key +in the URL path). + ## Strand A — Password manager ### A.1 — SHIPPED (0.0.3, 9c09955e)