Understanding the verdict system, cloak status, and scoring metrics.
shadow ops — untraceable
high stealth — well-routed
decent coverage — exposure risk
basic obfuscation — trackable
minimal protection — mostly open
no shield — fully on-chain
deep cover, chain analysis stalled
partial coverage, some gaps
thin cover, determined analysis wins
open book, nothing hiding
Five metrics. Each scored 0-100. Weighted into a single privacy score.
stealth_score ██████░░░░ 0.25 shadow pattern depth
route_entropy ██████░░░░ 0.25 hop complexity + split routing
payment_shield █████░░░░░ 0.20 402 gate + mixer pool coverage
trace_resistance █████░░░░░ 0.20 decoy noise + obfuscation layers
shadow_depth ███░░░░░░░ 0.10 layering effectiveness10 binary patterns. Each pattern adds 10 points to your stealth score.
| PATTERN | TRIGGER |
|---|---|
| multi_hop | hop_count >= 5 |
| pool_routed | mixer_pools_used >= 2 |
| decoy_flood | decoy_tx_count >= 10 |
| gate_active | payment_gate_active == 1 |
| split_route | route_splits >= 3 |
| time_shifted | time_delay_blocks >= 20 |
| dummy_outputs | dummy_outputs >= 5 |
| memo_dark | memo_obfuscated == 1 |
| program_masked | token_program_obscured == 1 |
| fee_noise | fee_randomized == 1 |