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
7 changes: 7 additions & 0 deletions contracts/stellar/audits/2026-06-sac-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,10 @@ USDC and EURC (Circle) are fully compatible with stealth-sender and stealth-addr
Assets with `AUTH_REQUIRED` are incompatible with stealth payment flows — the issuer cannot pre-authorize an address that doesn't exist yet. Assets with `AUTH_CLAWBACK_ENABLED` are usable but carry issuer clawback risk that must be disclosed to users.

The Wraith SDK and agent surface these warnings automatically.

---

## See Also

- [Threat Model](/reference/threat-model) — full STRIDE analysis for all Wraith Protocol contracts, including residual risk R-05 which covers the SAC flag hazards documented here
- [Privacy Best Practices](/guides/privacy-best-practices) — withdrawal timing, amount hygiene, and address reuse guidance
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
{
"group": "Contracts",
"pages": ["contracts/evm", "contracts/stellar", "contracts/solana", "contracts/ckb", "reference/stellar-event-schemas"]
"pages": ["contracts/evm", "contracts/stellar", "contracts/solana", "contracts/ckb", "reference/stellar-event-schemas", "reference/threat-model"]
}
]
},
Expand Down
Loading
Loading