Skip to main content

The basics

A private receiving system that gives you a fresh stealth address for every payment, using post-quantum cryptography so the privacy holds up even against future quantum computers.
Neither. SPECTER is a privacy layer that works on top of existing chains (Ethereum, Sui). No new chain, no token.
A one-time destination that the sender derives from your public profile. It’s never been used before and can’t be linked back to you without your private keys.
Your public SPECTER profile. It contains your spending and viewing public keys. Share it (or link it to your ENS name) so people can pay you privately.
No. The product flow is: generate keys, share your profile, receive payments, scan to find them. The crypto runs in the background.

Post-quantum stuff

It means the cryptography is designed to resist attacks from quantum computers. SPECTER uses ML-KEM-768, a NIST-standardized algorithm based on lattice math that no known quantum algorithm can break.
The receiving/discovery layer is. The spending path still uses secp256k1 for Ethereum wallet compatibility. Read Security Boundaries for the full picture.
Estimates vary from 10-15 years for cryptographically relevant quantum computers. But the data SPECTER protects is permanent and public on-chain. An adversary can collect it now and attack it later. That’s why using PQ crypto today matters.
Because blockchain data can’t be deleted. Every payment made with classical crypto today is permanently vulnerable to future quantum attacks. Migrating later doesn’t protect historical data.

Security

Yes. SPECTER improves recipient privacy and unlinkability. It doesn’t make the blockchain itself private. Observers can see a transaction to a stealth address, but they can’t determine who the recipient is.
The receiving path uses ML-KEM-768 (post-quantum). The spending path uses secp256k1 (classical) for wallet compatibility. The receiving data lives on-chain permanently and needs stronger protection.
Yes. The scan endpoint returns eth_private_key and stealth_sk for discovered payments. Treat these like seed phrases. Never log them.

Product

https://backend.specterpq.com - check health endpoint
Ethereum and Sui today. Arbitrum, Base, and Optimism are on the roadmap.
Yellow Network integration for private trading channels. SPECTER stealth addresses hide the counterparty relationship in state channels. Read Yellow Private Channels.
The create and discover flows are live. Fund and close endpoints exist as scaffolding but don’t submit real L1 settlement transactions yet.

Still confused?

Start with these three pages:
  1. How SPECTER Works - Plain-language explanation
  2. Protocol Flow - Step-by-step technical walkthrough
  3. Security Boundaries - What’s protected and what isn’t

Need help?

GitHub Issues

Bug reports and feature requests.

SPECTER on X

Follow @specter_PQ for updates. Creator: @pranshurastogii.