Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
"guides/single-chain-agent",
"guides/multichain-agent",
"guides/bring-your-own-model",
"guides/privacy-best-practices"
]
},
{
"group": "Operations",
"pages": [
"guides/stellar-mainnet-deployment",
"guides/stellar-multisig-withdrawal"
"guides/privacy-best-practices",
"guides/spectre-stellar-cookbook",
"guides/stellar-federation",
Expand Down
4 changes: 4 additions & 0 deletions guides/privacy-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ Identical amounts create a fingerprint. Consider varying the amount.
| Vary payment amounts slightly | Prevents amount-based fingerprinting |
| Use different times of day | Avoids timezone-based profiling |
| Consolidate stealth addresses periodically | Reduces on-chain footprint |

## See Also

- [Stellar Multisig Stealth Withdrawals](/guides/stellar-multisig-withdrawal) — additional coordination and recovery considerations for multisig source accounts
- [Stellar Offline Transaction Signing](/guides/stellar-offline-signing) — keep stealth spending keys fully air-gapped using the offline signing workflow
Loading
Loading