Stealth Addresses
Dual-Key Stealth Address Protocol (DKSAP) — Every payment uses a unique one-time address, preventing address reuse and transaction linking.
HOW STEALTH ADDRESSES WORK
1. Register
Recipient publishes a stealth meta-address (spending + viewing public keys) via precompile 0x0901
2. Generate
Sender creates a unique one-time address using the recipient's meta-address and a random ephemeral key
3. Announce
Sender publishes an announcement with the ephemeral public key and a view tag for efficient scanning
4. Scan & Claim
Recipient scans announcements with their viewing key, finds matches via view tags, and derives the spending key
0
Meta-addresses
0
Payment notifications
1 byte
Scan efficiency
DKSAP
ERC-5564 compatible
REGISTERED META-ADDRESSES
No stealth meta-addresses registered yet
Register a meta-address via the stealth precompile at 0x0901 to enable private payments
RECENT ANNOUNCEMENTS
No stealth payment announcements yet
When senders make stealth payments, their announcements will appear here