Analyze your Bitcoin, Ethereum, BNB Chain, or Solana wallet for post-quantum migration urgency — using live public blockchain data.
This tool reads publicly available blockchain data to estimate post-quantum migration urgency. It does not access private keys, modify wallets, or store any input. Scores reflect public-key exposure and balance factors — not real-time quantum computing capability, which does not yet threaten elliptic-curve cryptography as of 2026.
Different blockchains have different cryptographic exposure models
Bitcoin addresses store a hash of the public key. Your raw public key is only revealed when you spend from an address — it appears in the transaction input. If you have never sent from an address, your key remains hidden.
Ethereum addresses are derived from the public key via Keccak-256 hashing. Your public key is exposed when you sign your first outgoing transaction. We check transaction nonce: nonce > 0 means the key is on-chain.
BNB Chain is EVM-compatible and uses identical cryptography to Ethereum. Address = Keccak-256(pubkey), and the public key is exposed on first outgoing transaction. Analysis uses the same nonce-based method.
Solana wallet addresses are the Ed25519 public key directly — no hash layer. Every Solana address has its public key permanently visible, regardless of transaction history. Urgency is assessed by balance size.
The cryptographic foundations of today's blockchains were not designed to withstand quantum computing
The AntiQuantum Wallet implements ML-DSA-65 + Ed25519 hybrid signing — quantum-resistant by design from day one.