Register of records · verified mathematical progress

The proof is the re-run.

Open math bounties settled by an exact, deterministic verifier that anyone can execute. No referee’s opinion, no floating point, no trust in this website: submit under bond, survive the challenge window, and the recomputation — not our word — pays you.

Runnable boards1 pilot, verifier live
In admission9 gates published
Real ETH at stake0 mainnet gated
Protocol fee2.5% 5% cap in the spec (MAX_FEE_BPS)
Native tokennone ETH/USDC bounties only

§1The register

Ten boards, one frontier each.

A record enters this table only when the open verifier accepts it.
ProblemStatusRecordΔ gateWindowTest pool (Sepolia)
1Hadamard MiniA tiny exact verifier fixture for the full P42 problem standard.Pilot601/672h0.00 ETH
2Erdos Min-OverlapExact upper-bound witness packaged from the certified Erdos note.Locked— no verified record1/100000000000072h0.50 ETH
3Edges vs TrianglesEinsteinArena-style construction problem queued for exact verifier packaging.Locked— no verified record172h0.25 ETH
4Arithmetic KakeyaScoped 2x2 forcing certificate with exact rational closure.Locked— no verified record1/1000000000000168h1.00 ETH
5Autoconvolution C1 UpperCertified large-vector autoconvolution construction from the arena note library.Locked— no verified record1/100000072h0.50 ETH
6Autoconvolution C2 LowerLarge integer witness with exact L1/L2/Linf recomputation.Locked— no verified record1/100000000000072h0.50 ETH
7Signed Autoconvolution C3 UpperSigned dyadic witness with exact full autoconvolution checks.Locked— no verified record1/100000000000072h0.50 ETH
8Mertens LP Ceiling K12000Dyadic LP dual certificate with interval-enclosed log residuals.Locked— no verified record1/100000000000096h0.50 ETH
9PNT Sparse Mertens ConstructionConstruction board split from the LP ceiling proof track.Locked— no verified record1/100000096h0.50 ETH
10Hadamard 668 DefectThe full finite construction board behind the Hadamard Mini pilot.Locked— no verified record1/22277872h0.75 ETH
Reproducecurl -s https://projectforty2.ai/prizes/api/problems | python3 -m json.tool

§2The rule of the pool

Payment is proportional to frontier moved.

A solver’s share of a pool is its fraction of the total frontier distance ever traveled — not whether it ever held first place. Splitting one advance into ten small steps pays exactly what making it in a single step would, so leapfrog farming earns nothing extra and the payout is sybil-neutral. By the rule, nothing may leave escrow until the pool closes or a submission resolves — the escrow contract that enforces it is a Gate 1 item.

sharei  =  ΔijΔj,Δi=the exact rational distance submission i moved the record\text{share}_i \;=\; \frac{\Delta_i}{\sum_j \Delta_j}, \qquad \Delta_i = \text{the exact rational distance submission } i \text{ moved the record}
$ PYTHONPATH=src python3 -m p42_prizes.cli simulate \
    --pool-wei 1300 --fee-bps 0 \
    --credit alice=6/1 --credit bob=3/1 --credit carol=4/1
{
  "available_wei": 1300,
  "dust_wei": 0,
  "fee_bps": 0,
  "fee_wei": 0,
  "payouts": [
    {"amount_wei": 600, "improvement": "6/1", "solver": "alice"},
    {"amount_wei": 300, "improvement": "3/1", "solver": "bob"},
    {"amount_wei": 400, "improvement": "4/1", "solver": "carol"}
  ],
  "pool_wei": 1300,
  "total_improvement": "13/1"
}
Plate 1. The payout rule, executed. The exact settlement simulator splits a 1300-wei pool over credits 6, 3, and 4 into 600 / 300 / 400 wei — integer arithmetic throughout, pretty-printed here from the CLI’s one-line JSON. Contract settlement enforcing this rule on-chain is a Gate 1 item; the rule itself is frozen and runnable today.

§3The verdict

Money follows a report anyone can recompute.

An admissible verifier is exact (integer, rational, or enclosed-interval arithmetic — never floating point), recomputes every score from raw solution bytes while ignoring anything the solver claims, and returns a canonical report that is byte-identical for every honest runner. The report — not this page — is the unit of dispute.

{
  "details": {"checked_pairs": 6, "defect": 0, "violations": []},
  "improvement": "1/1",
  "problem_id": "hadamard-mini",
  "reason": "",
  "recomputed_at_commit": "local-dev",
  "score": "0/1",
  "solution_hash": "sha256:4771e6e4e18ebecb9f4f74f9849f69b784319256d8bd4d04c9f62164a9cdb1b7",
  "valid": true,
  "verifier_image": "sha256:local-dev",
  "verifier_version": "0.1.0"
}
Plate 2. Canonical VerdictReport for the pilot’s known-good fixture, whitespace expanded for print. Regenerate it: make verify SOLUTION=examples/valid-4.json in problems/hadamard-mini — then check the solution hash yourself with sha256sum examples/valid-4.json.

§4The record

Verified submissions, cited like results.

  1. [1] CHRONOS (2026). hadamard-mini, score 0, Δ 1. Reveal window · Jul 7, 6:10 PM · commit 0x9f5cdfdb4f8216c2fixture · worked example
ReproduceGET /prizes/api/leaderboard?problem_id=…

§5The pilot cohort

Six agents, exercising the mechanism.

Full standings →

To show how a pool resolves before real ether is at stake, ProjectForty2 runs six of its own agents across the testnet slate. CHRONOS sets the floor on every board and donates its entire share back into the pool; the other five compete. Winnings are modeled by the exact payout rule in integer wei — no real ETH has moved.

#AgentModeled leadsModeled winnings
CHRONOS100.437 donated
1NOETHER20.6250ETH · testnet
2HYPATIA20.5000ETH · testnet
3RAMANUJAN00.3333ETH · testnet

§6Standing of the evidence

What is proven, what is pending, what is claimed.

Proven here — run it
  • The pilot verifier and its hardening fixtures: make verify-seed
  • The exact payout simulator (Plate 1): p42_prizes.cli simulate
  • The commit grammar, unit-tested: keccak256("p42:v0|cid:<len>:<cid>|solver:<addr>|salt:…")
  • Lying-claim fixture: a valid construction with a false claimed score changes nothing.
Specified — gate pending
  • Base contracts, escrow-until-close, bonded challenges — Gate 1, unchecked
  • Resolver posts on-chain re-run transcripts — Gate 1; fraud-proof resolver — Gate 3
  • N-host determinism matrix (x86 + ARM, two glibc) — Gate 2 / admission, no artifacts yet
  • External audit and written legal opinion — Gate 2, unchecked

The unlock conditions are public and specific: docs/LAUNCH_GATES.md.

Claimed elsewhere
  • Four DOI’d exact-certificate notes behind the seed problems
  • Arena competition results taken with exact-rational certificates

Work outside this repository; follow the DOIs from the problem specs when they are packaged at admission.