Audit infrastructure

Audit chain verifier

Convexly publishes a SHA-256 hash-chained audit log for every Coherent Markets Engine run plus a file-level integrity log for logged research artifacts (papers, data bundles, snapshot CSVs). This page walks both chains in your browser and renders a verdict for each. Mutable daily snapshots (leaderboard JSON, wallet-labels JSON, daily Coherence Signals archive) are LOGGED on each regenerate and the verifier compares the LATEST entry per file to the live file (older entries are publication history, not live-file hash assertions). Row-level Coherent Markets Engine hash recomputation and RFC-3161 timestamp anchoring are roadmap items.

Cross-references: AsPredicted manifest · negative-result registry · full research index.

Market Trust Card

Card input verification

Verifies the v0.1 card row hash and lists each source artifact hash declared in the card's input manifest.

Valid

Will Donald Trump visit France in 2026?

d305f2329883be5f4940b58387b37626448ebbaff72d8fcce41840e8a673e3f6

public/research/cme/snapshots/20260506/gamma_snapshot.json

source listed

market_metadata_liquidity: 4a9de70d90c45151a2f5287d8bef3b04814b7246cc978e40a0907cf5ea9c3e0c

data/cme/private/20260506/orderbook_snapshots_coverage.jsonl

source listed

visible_orderbook_depth_coverage: eb9508f556241a89de77dadb330b617b8eee6a9d408e2eaee787d90ec2d88c1a

public/research/cme/snapshots/20260506/cme_signal_report.json

source listed

public_cme_daily_snapshot: eddf694b586287a38011077922ff3e1e8a25b9d261f2fd0483172b5325321f7c

data/cme/private/20260506/cme_signal_report_full.json

source listed

internal_condition_id_join_without_trade_construction: eddf694b586287a38011077922ff3e1e8a25b9d261f2fd0483172b5325321f7c

Coherent Markets Engine audit chain

Every row of the Coherent Markets Engine audit log carries a SHA-256 prev_hash that must match the prior row's row_hash. The genesis row's prev_hash is the all-zero string. Tampering with any row mid-stream breaks the linkage and the verifier below reports the first invalid row.

Rows

47

First row

2026-04-29T01:19:42

Latest row

2026-05-06T00:57:56

Research-artifact integrity log

Every published research artifact (paper PDF, leaderboard JSON, whale-audit CSV) is logged with its SHA-256 + git parent commit + retroactive timestamp. For mutable artifacts (the daily leaderboard, wallet-labels, etc.) the integrity log accumulates one row per regenerate; the verifier compares the LATEST row per file to the live file. Older rows are publication history, not live-file hash assertions.

Artifacts

49

First entry

2026-04-12

Latest entry

n/a

Loading integrity manifest...

What this verifier proves

  • Chain linkage: no row in the Coherent Markets Engine audit log can be edited without invalidating every subsequent row's prev_hash. The verifier identifies the first invalid row when it walks the chain.
  • Artifact integrity: every published research artifact (paper PDFs, JSON snapshots, CSV bundles) hashes match the integrity-log claim at publication time. Tampering after publication breaks the SHA-256.
  • Open verification: the verifier code is inspectable in the page source. Anyone can re-run the same checks offline by downloading the JSONL files and running shasum -a 256.
  • Pre-registration linkage: each AsPredicted entry on /research/preregistrations has an audit_chain_anchor field referencing the run identifier in the audit log. Combined, this shows that the data behind the verdict is the data Convexly committed to before running the test.