Summary
Add trustless, on-chain recording of MCMC reliability scores so that analysis results are not only permanently stored (Arweave) but independently verifiable on a public blockchain.
Planned Features
- MCMC diagnostics hashing — deterministic hash of convergence diagnostics (R-hat, ESS, trace summaries) to create a tamper-proof fingerprint of each analysis run
- Smart contract integration — record reliability scores, diagnostic hashes, and dataset identifiers on-chain
- Chain candidates under evaluation: SUI, Solana, Ethereum L2
- On-chain ↔ Arweave cross-referencing — link the on-chain verification record to the corresponding Arweave TX ID for full provenance
- Verification API —
bioanchor.verify() endpoint to validate that a stored analysis matches its on-chain record
Motivation
Permanent archival (Arweave) proves data exists. On-chain verification proves data has not been altered and attaches a public reliability score. Together, they close the loop on reproducible, trustless science.
Related
- Depends on: v0.1.0 (shipped)
- See also: ROADMAP.md
Summary
Add trustless, on-chain recording of MCMC reliability scores so that analysis results are not only permanently stored (Arweave) but independently verifiable on a public blockchain.
Planned Features
bioanchor.verify()endpoint to validate that a stored analysis matches its on-chain recordMotivation
Permanent archival (Arweave) proves data exists. On-chain verification proves data has not been altered and attaches a public reliability score. Together, they close the loop on reproducible, trustless science.
Related