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
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"guides/stellar-mainnet-deployment",
"guides/stellar-payment-links",
"guides/stellar-multisig-withdrawal",
"guides/stellar/multisig-authority-rotation",
"guides/stellar-offline-signing",
"guides/stellar-tx-simulation",
"guides/stellar-explorer-recipes",
Expand Down
6 changes: 6 additions & 0 deletions guides/stellar-multisig-withdrawal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ console.log("Funds detected at:", matched.map(m => m.stealthAddress));

## Recovery Scenarios

<Note>
These scenarios cover emergency recovery when a key is already lost. For the **operational
runbook** — zero-downtime staged rotation, emergency revocation on suspected compromise, and the
full auditor trail — see [Multisig Authority Rotation](/guides/stellar/multisig-authority-rotation).
</Note>

### Lost signer — threshold still reachable

If you lose one signer but remaining signers still meet the medium threshold, remove the lost signer immediately.
Expand Down
Loading
Loading