SciGroveBeta
Genetics

bioETH-PRS: Confidential Polygenic Risk Scoring without a Trusted Evaluator via Fully Homomorphic Encryption on a Programmable Blockchain

Kimon Antonios Provatas, Christos Galanopoulos, Ilias Georgakopoulos-Soares

Featured May 27, 2026

This analysis was generated by SciGrove. Upload your own PDFs or enter a DOI — and get the same AI breakdown on any paper.

Get started

AI-generated analysis — This is SciGrove's AI interpretation of the paper, not peer-reviewed content. Always refer to the original paper.

Simply

This new system uses secret math on a special blockchain to calculate genetic risk scores without anyone ever seeing your private genetic data or the secret disease prediction rules, making it much safer than older methods.

In depth
The paper introduces bioETH-PRS, a protocol for privacy-preserving polygenic risk scoring that replaces the traditional trusted evaluator with auditable smart contracts on a blockchain supporting Fully Homomorphic Encryption (FHE). This approach computes genetic risk scores entirely within the encrypted domain, safeguarding both patient genotypes and sensitive GWAS model weights. A key innovation is a three-step fixed-point quantisation scheme that enables exact computation with unsigned integers, compatible with TFHE, and gas-optimized execution paths, including a streaming path that reduces gas consumption by 37%.

Key Takeaways

  • 1
    The protocol replaces the trusted evaluator in encrypted PRS computation with auditable smart contracts on an FHE-enabled blockchain, enhancing trust and transparency.
  • 2
    A novel fixed-point quantisation scheme allows signed GWAS weights to be precisely represented as unsigned integers, enabling exact TFHE-compatible PRS computation with machine-epsilon accuracy.
  • 3
    The system offers gas-optimized execution strategies, including a streaming path that significantly reduces on-chain costs by eliminating persistent storage writes for intermediate encrypted data.

Conceptual Flow

HIGH LEVEL
1
Methodology: Secure PRS Calculation

Instead of sending your secret genetic data to a company that might peek, this system does all the calculations on a special blockchain where everything stays secret, like doing math in a locked box.

Secret Patient Data
Secret Model Rules
Calculate Risk Score
Secret Risk Score
Public Risk Category
2
Results: Faster, Cheaper, Safer

The new system makes the secret calculations faster and cheaper on the blockchain, while also making sure no one can guess your secret data by trying to trick the system many times.

Old Secret Math
New Secret Math
Compare Performance
37% Less Cost
Perfect Accuracy
Stronger Privacy