Confidentiality, not anonymity — how this actually works: a sender generates a brand-new throwaway Solana address for each payment, then privately hands you its private key using real encryption (X25519 + XSalsa20-Poly1305, via the audited
tweetnacl.js library) — our server only ever stores that encrypted blob and can't read it. This is
not a mixer: nothing is pooled, no funds ever leave your control, and every payment is fully visible on-chain to anyone who looks — sender, recipient, and amount included. What's private is only the *link* between the stealth address and your everyday wallet.