diff --git a/slides/slides.md b/slides/slides.md index 79d4f3f..73cdea4 100644 --- a/slides/slides.md +++ b/slides/slides.md @@ -107,69 +107,6 @@ Common wallet patterns that leak privacy: --- -## What Stealth Does - -
Input
-Output
-=> Full report with actionable, spend-aware insights
- -| Detector Type | -Meaning | -
|---|---|
ADDRESS_REUSE | Repeated receive address links payment history |
CIOH | Multi-input ownership clustering signal |
DUST / DUST_SPENDING | Dust + normal co-spend linkage pattern |
CHANGE_DETECTION | Payment and change outputs become distinguishable |
CONSOLIDATION / CLUSTER_MERGE | Input histories merged into one traceable cluster |
SCRIPT_TYPE_MIXING | Mixed script families create a wallet fingerprint |
UTXO_AGE_SPREAD | Old/new spread leaks dormancy behavior |
EXCHANGE_ORIGIN | Probable exchange withdrawal origin signature |
TAINTED_UTXO_MERGE | Tainted + clean merge propagates contamination |
BEHAVIORAL_FINGERPRINT | Consistent transaction style re-identifies wallet |
Warnings: DORMANT_UTXOS and DIRECT_TAINT are shown as contextual risk signals.
| Detector Type | +Meaning | +
|---|---|
ADDRESS_REUSE | Repeated receive address links payment history |
CIOH | Multi-input ownership clustering signal |
DUST / DUST_SPENDING | Dust + normal co-spend linkage pattern |
CHANGE_DETECTION | Payment and change outputs become distinguishable |
CONSOLIDATION / CLUSTER_MERGE | Input histories merged into one traceable cluster |
SCRIPT_TYPE_MIXING | Mixed script families create a wallet fingerprint |
UTXO_AGE_SPREAD | Old/new spread leaks dormancy behavior |
EXCHANGE_ORIGIN | Probable exchange withdrawal origin signature |
TAINTED_UTXO_MERGE | Tainted + clean merge propagates contamination |
BEHAVIORAL_FINGERPRINT | Consistent transaction style re-identifies wallet |
Warnings: DORMANT_UTXOS and DIRECT_TAINT are shown as contextual risk signals.