{
  "chain_slug": "ethereum",
  "name": "Ethereum",
  "scorecard_profile": "L1",
  "evaluated_at": "2026-04-18",
  "evaluator": "layerqu-v2-scoring-agent-2",
  "v1_reference": "chainscreen-v1-archive",
  "dimensions": {
    "1_cryptographic_exposure": {
      "weight": 0.15,
      "score": 42,
      "sub_scores": {
        "1a_primitive_inventory": {
          "score": 14,
          "primitives_named": [
            "ECDSA secp256k1 (EOA signatures)",
            "BLS12-381 (consensus, ~1.2M validators)",
            "Keccak-256 (hashing)",
            "KZG/Groth16 (blob data, L2 proofs)"
          ],
          "evidence": [
            "https://pq.ethereum.org/",
            "https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8141.md"
          ],
          "note": "Complete primitive inventory published by Ethereum Foundation."
        },
        "1b_shor_grover_pq_tag": {
          "score": 10,
          "tags": {
            "ECDSA secp256k1": "Shor-break (~2,330 logical qubits)",
            "BLS12-381": "Shor-break (pairing-based)",
            "Keccak-256": "Grover-weaken-128bit",
            "KZG/Groth16": "Shor-break (pairing)"
          },
          "evidence": [
            "https://pq.ethereum.org/"
          ]
        },
        "1c_algorithm_family_diversity": {
          "score": 4,
          "families_represented": 0,
          "families": [],
          "note": "Zero PQC family deployed on mainnet. All cryptographic primitives are classically-hard, quantum-breakable."
        },
        "1d_nist_security_category": {
          "score": 8,
          "mappings": {
            "ECDSA secp256k1": "128-bit classical (0-bit post-quantum)"
          },
          "evidence": [
            "https://csrc.nist.gov/projects/pqc-dig-sig"
          ],
          "note": "No NIST PQC category on mainnet."
        },
        "1e_implementation_quality": {
          "score": 6,
          "formal_verification": "ECDSA libraries audited; no PQC in mainnet client code",
          "constant_time": "standard",
          "libraries": [
            "go-ethereum",
            "besu",
            "erigon",
            "nethermind",
            "reth"
          ],
          "evidence": [
            "https://ethereum.org/en/developers/docs/nodes-and-clients/"
          ]
        }
      },
      "total_artifacts": 5
    },
    "2_hndl_exposure": {
      "weight": 0.1,
      "score": 15,
      "sub_scores": {
        "2a_active_key_exposure": {
          "score": 3,
          "note": "~95-100% of EOA pubkeys exposed on first transaction. Highest HNDL surface in crypto due to largest TVL/active addresses."
        },
        "2b_cold_key_exposure": {
          "score": 4,
          "note": "120 months mainnet age, largest dormant supply ecosystem, institutional cold-storage (BlackRock, Coinbase, Anchorage) all classical."
        },
        "2c_signature_longterm_validity": {
          "score": 4,
          "note": "All historical ECDSA + BLS12-381 signatures forgeable post-Shor. Archive nodes contain 10+ years of exposed signatures."
        },
        "2d_encryption_confidentiality": {
          "score": 4,
          "note": "Standard TLS; no PQC KEM in devp2p or libp2p node comms."
        }
      },
      "total_artifacts": 2
    },
    "3_metadata_privacy_exposure": {
      "weight": 0.13,
      "score": 18,
      "sub_scores": {
        "3a_tx_graph_visibility": {
          "score": 4,
          "note": "Fully transparent ledger; largest tx graph in crypto."
        },
        "3b_rpc_mempool_concentration": {
          "score": 4,
          "note": "Infura (Consensys), Alchemy, Flashbots — heavy RPC concentration."
        },
        "3c_cross_chain_bridge_correlation": {
          "score": 5,
          "note": "Largest bridge ecosystem: LayerZero, Wormhole, Circle CCTP, canonical L2 bridges all correlate addresses."
        },
        "3d_retroactive_deanon_risk": {
          "score": 5,
          "note": "ZK proofs (Tornado Cash, Aztec historical, Railgun) built on BN254/BLS12-381 — Shor-breakable, enabling retroactive deanon of shielded sets."
        }
      },
      "total_artifacts": 2
    },
    "4_migration_architecture": {
      "weight": 0.1,
      "score": 62,
      "sub_scores": {
        "4a_crypto_agility": {
          "score": 18,
          "note": "EIP-7702 (Pectra, May 2025) + ERC-4337 account abstraction live on mainnet. AA enables per-account signature migration without hard fork. EIP-8141 proposed for native PQC off-ramp."
        },
        "4b_account_abstraction_key_rotation": {
          "score": 18,
          "note": "ERC-4337 + EIP-7702 enable arbitrary signature validation logic. Smart accounts can migrate to Falcon/ML-DSA/SLH-DSA via verifier contracts once deployed."
        },
        "4c_hard_fork_track_record": {
          "score": 16,
          "note": "Smooth track record: The Merge (Sep 2022), Shanghai (Apr 2023), Dencun (Mar 2024), Pectra (May 2025). No contested forks since DAO (2016). Fusaka upcoming."
        },
        "4d_hybrid_deployment_readiness": {
          "score": 10,
          "note": "Foundation endorses hybrid-by-default via AA (Vitalik Feb 2026 roadmap, Coratger/Burdges pq.ethereum.org). No mainnet hybrid code shipped yet; EIP-8141 CFI status for Hegotá (not headliner)."
        }
      },
      "total_artifacts": 6
    },
    "5_deployment_execution": {
      "weight": 0.22,
      "score": 18,
      "sub_scores": {
        "5a_mainnet_pqc_pct": {
          "score": 0,
          "mainnet_pqc_pct": 0,
          "evidence": [
            "https://blog.ethereum.org/2026/04/10/checkpoint-9"
          ],
          "note": "Zero PQC on mainnet as of April 2026. Mosca cap triggers."
        },
        "5b_pqc_code_in_client": {
          "score": 5,
          "note": "PQC research code in separate repos (pq.ethereum.org). Devnet code exists (>10 consumer groups running weekly PQ interop devnets). No PQC merged into go-ethereum/reth/erigon mainnet branches."
        },
        "5c_validator_pqc_adoption": {
          "score": 0,
          "note": "All ~1.2M validators use BLS12-381. Zero PQC validators."
        },
        "5d_published_milestones_count": {
          "score": 7,
          "count": 5,
          "note": "Published milestones: (1) Vitalik 4-year roadmap Feb 2026, (2) pq.ethereum.org hub Mar 2026, (3) $2M Coratger-led research, (4) EIP-8141 CFI, (5) weekly PQ interop devnets. No mainnet PQC code."
        },
        "5e_pqc_washing_delta": {
          "score": 6,
          "ratio": 4.5,
          "note": "High announcements-to-shipped ratio: major PR push (Vitalik, EF blog, coindesk) vs zero mainnet code. Genuine research backing but execution lag."
        }
      },
      "total_artifacts": 5
    },
    "6_supply_chain_vendor_readiness": {
      "weight": 0.22,
      "score": 10,
      "sub_scores": {
        "6a_wallet": {
          "score": 3,
          "top3": [
            "MetaMask",
            "Rabby",
            "Ledger HW"
          ],
          "pqc_roadmap_count": 0,
          "evidence": []
        },
        "6b_bridge": {
          "score": 2,
          "top3": [
            "LayerZero",
            "Wormhole",
            "Circle CCTP"
          ],
          "pqc_roadmap_count": 0,
          "evidence": []
        },
        "6c_custodian": {
          "score": 3,
          "top3": [
            "Coinbase Custody",
            "BitGo",
            "Anchorage"
          ],
          "pqc_roadmap_count": 0,
          "evidence": []
        },
        "6d_rpc_hsm": {
          "score": 2,
          "top3": [
            "Infura",
            "Alchemy",
            "QuickNode"
          ],
          "pqc_roadmap_count": 0,
          "evidence": []
        }
      },
      "total_artifacts": 1
    },
    "7_governance_coordination": {
      "weight": 0.08,
      "score": 62,
      "sub_scores": {
        "7a_validator_stake_distribution": {
          "score": 14,
          "note": "~1.2M validators, largest set in crypto. Lido ~27% concentration is primary risk."
        },
        "7b_upgrade_cadence_under_pressure": {
          "score": 16,
          "note": "Reliable hard-fork cadence; Pectra delivered May 2025. EIP-8141 on CFI shows live PQ process."
        },
        "7c_named_coordination_lead": {
          "score": 18,
          "note": "Named leads: Vitalik Buterin, Thomas Coratger (PQC research), Justin Drake, Dankrad Feist, Jeff Burdges (pq.ethereum.org). Multi-client culture."
        },
        "7d_adversarial_coordination_precedent": {
          "score": 14,
          "note": "DAO fork 2016 proves contentious coordination possible. Lido governance theatre mixed signal. No precedent for emergency cryptographic migration."
        }
      },
      "total_artifacts": 4
    }
  },
  "gates": {
    "hybrid_deployment": "PASS",
    "evidence_reconstruction": "PASS",
    "primitive_naming": "PASS"
  },
  "caps_applied": [
    "mosca_cap_60 (5a=0, below threshold)",
    "sutor_cap_50 (5d=7, 5 milestones but no mainnet code — partial trigger)"
  ],
  "qri": {
    "raw": 26,
    "after_caps": 26,
    "ci_plus_minus": 5,
    "band": 2,
    "band_name": "Planning"
  },
  "migration_stage": 2,
  "mosca_inequality": {
    "X_signature_shelf_life_years": "5-20 (EOA pubkeys exposed first tx; validator BLS long-term)",
    "Y_migration_time_years_range": "8-15 (1.2M validators + AA rollout + client coordination)",
    "Z_10pct_year": 2036,
    "Z_50pct_year": 2041,
    "danger_zone_at_50pct": true
  },
  "four_scenario_grid": {
    "quantum_never": {
      "value_preserved_pct": 100,
      "privacy_preserved_pct": 100
    },
    "arrives_suddenly_pre_migration": {
      "value_preserved_pct": 15,
      "privacy_preserved_pct": 5
    },
    "arrives_slowly_post_migration": {
      "value_preserved_pct": 70,
      "privacy_preserved_pct": 40
    },
    "arrives_slowly_mid_migration": {
      "value_preserved_pct": 45,
      "privacy_preserved_pct": 20
    }
  },
  "burn_vs_rescue_policy": "hybrid-client (Vitalik Feb 2026 roadmap + ethresear.ch STARK-based rescue proposal + AA migration path; not formally ratified)",
  "pqc_washing_ratio": 4.5,
  "vendor_tile_summary": {
    "wallet": {
      "top3": [
        "MetaMask",
        "Rabby",
        "Ledger HW"
      ],
      "pqc_roadmap_count": 0
    },
    "bridge": {
      "top3": [
        "LayerZero",
        "Wormhole",
        "Circle CCTP"
      ],
      "pqc_roadmap_count": 0
    },
    "custodian": {
      "top3": [
        "Coinbase Custody",
        "BitGo",
        "Anchorage"
      ],
      "pqc_roadmap_count": 0
    },
    "rpc_hsm": {
      "top3": [
        "Infura",
        "Alchemy",
        "QuickNode"
      ],
      "pqc_roadmap_count": 0
    }
  },
  "narrative_summary": "Ethereum has the strongest PQC research program and the weakest execution gap in crypto: Vitalik's Feb 2026 4-year roadmap, Thomas Coratger's $2M-funded research team, pq.ethereum.org hub, and weekly PQ interop devnets — but zero mainnet PQC code and EIP-8141 only at CFI status (not a Hegotá headliner). AA primitives (ERC-4337 + EIP-7702) are the migration substrate; the technical path exists. Danger zone is real: X+Y (13-35y) >> Z_10pct (10y).",
  "evaluator_notes": "Highest pqc_washing ratio in batch (4.5) reflects high-visibility Foundation announcements vs. zero mainnet shipping. Migration Architecture score (62) is the highest in batch thanks to AA; offset by Deployment Execution (18) and Supply Chain (10). Gates: all three PASS. Mosca cap (5a=0%) enforces ceiling.",
  "narrative_voiced": "Ethereum has done more reading about PQC than any other chain and more ECDSA signing than any other chain, in the same week. The Foundation's pq.ethereum.org hub and Vitalik's February 2026 roadmap live inside the same 1.2 million BLS12-381 validator set. On paper it is ready. On mainnet it is 2015."
}