Skip to content

Commit c666c8d

Browse files
docs: Stellar multisig stealth withdrawal guide (#53)
- Add guides/stellar-multisig-withdrawal.mdx covering multisig primer, N-of-M signature coordination, SDK primitives usage, recovery scenarios, and a worked 3-of-5 end-to-end example targeting futurenet - Register page in docs.json under Guides > Operations - Add cross-link from sdk/chains/stellar.mdx See Also section - Add cross-link from guides/privacy-best-practices.mdx See Also section Closes #41
1 parent 877737c commit c666c8d

4 files changed

Lines changed: 547 additions & 0 deletions

File tree

docs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@
118118
"guides/single-chain-agent",
119119
"guides/multichain-agent",
120120
"guides/bring-your-own-model",
121+
"guides/privacy-best-practices"
122+
]
123+
},
124+
{
125+
"group": "Operations",
126+
"pages": [
127+
"guides/stellar-mainnet-deployment",
128+
"guides/stellar-multisig-withdrawal"
121129
"guides/privacy-best-practices",
122130
"guides/spectre-stellar-cookbook",
123131
"guides/stellar-federation",

guides/privacy-best-practices.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,8 @@ Identical amounts create a fingerprint. Consider varying the amount.
170170
| Vary payment amounts slightly | Prevents amount-based fingerprinting |
171171
| Use different times of day | Avoids timezone-based profiling |
172172
| Consolidate stealth addresses periodically | Reduces on-chain footprint |
173+
174+
## See Also
175+
176+
- [Stellar Multisig Stealth Withdrawals](/guides/stellar-multisig-withdrawal) — additional coordination and recovery considerations for multisig source accounts
173177
- [Stellar Offline Transaction Signing](/guides/stellar-offline-signing) — keep stealth spending keys fully air-gapped using the offline signing workflow

0 commit comments

Comments
 (0)