Skip to main content

Quantum Intelligence

Quantum Intelligence is WalletWall’s cross-cutting framework for estimating future cryptographic migration urgency for Ethereum wallets. It surfaces inside Holder Wall (wallet drawer), Whale Watcher (risk section), and Coinstellation (NodeDetailPanel).

Framing

A high Quantum Exposure Score does not mean a wallet is currently vulnerable to theft or exploitation by any existing technology. The score is a forward-looking heuristic for long-term cryptographic migration planning, not a statement of current risk.
  • Future-looking: measures potential risk posed by future quantum computing advances to current cryptographic standards (ECDSA/secp256k1)
  • Not currently exploitable: no practical quantum attack exists against these standards today
  • Informational only: provided for cryptographic awareness and security planning
  • Not investment advice: must not be used as a basis for financial decisions

Quantum Exposure Score

The score is a normalized value from 0 to 100, composed of seven weighted components:
ComponentDescription
publicKeyExposureScoreHas the public key been revealed on-chain via a sent transaction?
addressReuseScoreFrequency of address reuse, increasing signature analysis surface
signatureSchemeScoreInherent quantum-vulnerability of the current signature scheme (ECDSA vs. future PQC)
valueAtRiskScoreUSD value held — represents the migration urgency “bounty”
dormancyScoreTime since last transaction; long-dormant wallets may be less migration-ready
migrationReadinessRiskCapability of the wallet (AA vs. EOA) to rotate to new signature schemes
recoveryPathRiskAvailability and security of social recovery or alternative access methods

Score labels

LabelMeaning
Low exposureMinimal risk; public key may not be exposed, or value is low
Moderate exposureStandard EOA risk; public key is exposed but migration is not yet urgent
High exposureSignificant value held in a classical EOA
Migration priorityHigh-value wallets with no clear path to automated rotation
Unknown / insufficient dataSignature info or transaction history is unavailable
Prohibited terminology: “Quantum vulnerable”, “Quantum hacked soon”, “Q-Day target”, “Unsafe wallet”.

Source caveats

Every score carries a caveats array built from up to three layers:
LayerWhen added
Base caveat (SCORE_CAVEAT constant)Always
Coverage caveatWhen key facts (chain profile, tx history, dormancy) are unavailable
Insufficient-data caveatWhen exposureStatus === 'unknown'
Stale-data caveatWhen scheduled Dune data is older than the staleness threshold
Missing-source caveatWhen a required source alias is not configured
Live-only caveatWhen a Dune API call failed or was skipped

Chain and signature assumptions

Chain typeNotes
EVM / Ethereum EOAsUse ECDSA (secp256k1). Public key is recoverable from signature after first outgoing transaction. Accounts that have only received funds have lower immediate exposure.
Smart contract wallets / AAERC-4337 or multisig (Gnosis Safe) wallets may support future upgrades to quantum-resistant signatures. If the upgrade path is unknown, confidence is reduced.
SolanaUses Ed25519. WalletWall does not support Solana holder analytics; Solana quantum risk is documented as a general category only.

Vault Readiness Card

The Vault Readiness Card (QuantumExposureCard component) renders the full score breakdown:
  • Composite score and risk band
  • Per-component breakdown with values
  • Behavioral exposure signals (adversarial signals)
  • Migration-readiness hints from Dune scheduled data
  • Source caveats and confidence level
Source provenance is shown via DataSourceBadge for each contributing data source.

Dormancy signal

Wallets that have not sent any outgoing transaction are classified as dormant. Dormancy increases migration urgency because:
  • The wallet may not be actively monitored
  • The holder may not respond to future migration requirements
  • Long-dormant wallets represent “cold” exposure that is hard to remediate
Dormancy is measured from the last_active_at timestamp. The Dormancy exposure feed provides source-backed dormancy facts with bucket classification:
BucketDuration
warm_dormant_30_180d30–180 days since last outgoing transaction
cold_dormant_180_730d180–730 days (roughly 6 months to 2 years)
ancient_dormant_730d_plusMore than 730 days (2+ years)

Migration readiness

Migration readiness indicates whether a wallet has a viable path to adopt post-quantum cryptography (PQC) signatures. The Migration readiness feed provides:
  • is_contract_wallet: true if the address is a contract-based wallet (Safe, multisig, ERC-4337 AA)
  • contract_wallet_type: safe, gnosis_multisig, erc4337_aa, or other_contract
  • recent_migration_signal: true if a token migration or key-rotation event was observed
  • risky_approval_count: count of active ERC-20 approvals with unlimited or large allowances
is_contract_wallet: true does not mean the wallet is safe — it means it has a programmable upgrade path. The absence of a known-safe upgrade path should still yield low readiness.

How the three concepts relate

WalletWall keeps three distinct ideas separate so users don’t confuse “risk” with “a fix”:
ConceptQuestion it answers
Quantum ExposureHow urgent is the wallet-level risk?
Migration ReadinessHow feasible is it to move safely?
WalletWall VaultOne experimental post-quantum migration path, monitor only in the private app.
Migration Readiness can recommend a single migration path from existing wallet signals (value at risk, signature exposure, dormancy, wallet structure). It does not add a separate score. The recommender (src/lib/migration-readiness.js, deriveMigrationReadiness()) returns level, urgency, difficulty, recommendedPath, blockers, and nextAction.
recommendedPathWhen it is suggested
monitorSmall wallet, low exposure — no action needed yet
fresh-walletOlder exposed wallet with medium value
split-walletVery high value concentrated in one address
multisigHigh-value exposed wallet with no upgrade path
treasury-custodyDAO / treasury-like (Safe / multisig) wallet needing a signer-led migration path
vault-prototypeLong-horizon, high-value, quantum-exposed vault candidate

WalletWall Vault (research prototype)

WalletWall Vault is a Phase 2 research prototype that demonstrates a hybrid classical + post-quantum authorization model: an Ethereum ECDSA signature plus an ML-DSA (FIPS 204, formerly CRYSTALS-Dilithium) signature verified on-chain. Related signature research includes SLH-DSA (FIPS 205, formerly SPHINCS+).
WalletWall Vault is a research prototype. The private app does not store keys, does not ask for seed phrases, and does not implement recovery flows. The on-chain verifier is an architectural placeholder, not production-grade cryptographic verification.
When Migration Readiness recommends vault-prototype, WalletWall surfaces it as a vault candidate with the disclosure above and a link to the research repository. It never enables private key handling, seed phrase inputs, wallet writes, or mainnet interactions. Approved framing: post-quantum migration research, hybrid authorization prototype, experimental migration path, vault candidate, monitor only. Avoid absolute safety, recovery, or asset-control claims. The /vault route and vault.walletwall.org subdomain expose a dedicated Vault product page with its own readiness scan flow, vault readiness card, and a Simulate: Authorization flow research panel. See WalletWall Vault for full product documentation.

Behavioral exposure signals

Behavioral signals (adversarialSignals) are deterministic heuristics derived from wallet transaction history and 12-week Dune activity data. They are computed by deriveAdversarialSignals() in src/lib/adversarial-heuristics.js.
KeyApproved labelWhat it observes
extractionStyleActivityRiskextraction-style activitySingle large outgoing movement dominates outgoing volume
counterpartyConcentrationRiskcounterparty concentrationActivity concentrated among one or few counterparties
relayRoutingExposurerelay routing exposureIncoming value closely followed by outgoing to different addresses
activityRampRiskactivity rampRecent activity sharply elevated vs. prior baseline
assetValueAmbiguityRiskasset/value ambiguityToken or value fields are ambiguous, missing, or unverifiable
Each signal carries score, confidence, reason, and evidence. Signals with score < 0.3 are not rendered. confidence reflects data completeness, not accusatory certainty. These signals are not findings of wrongdoing and do not imply intent, identity, or legal status.

Policy simulator

The policy simulator allows exploring how score components would change under different wallet configuration assumptions (e.g., migrating to a Safe multisig, rotating keys). It operates on the current score breakdown and produces a hypothetical output — no on-chain action is taken.

Dune source aliases

Public aliasQuery nameCadence
Dormancy exposure feedwalletwall_dormant_quantum_exposure_v1Weekly
Signature exposure feedwalletwall_wallet_signature_exposure_v1Daily / on-demand
Value-at-risk feedwalletwall_quantum_value_at_risk_v1Daily
Migration readiness feedwalletwall_wallet_migration_readiness_v1Weekly
See Dune Queries for full field contracts and staleness thresholds.