Independent model benchmark · checker-verified results

Wintermute Alpha Challenge 2026

A checker-backed comparison of frontier models solving public blockchain puzzles in isolated sandboxes.

8 public challenges750 possible pointsChallenge 06 excluded from execution and scoring1Public challenge on GitHub ↗

Verified score comparison Shared 0–750 scale · zero baseline Evidence paths exhausted Compute exhausted

Leaderboard

Loading verified results…

How does the checker know the right answers?

Research questions use a sealed answer key. Wintermute stored only the SHA-256 hash of each normalized correct answer in the public repository. The local checker normalizes a submitted answer, hashes it, and compares the two hashes. It can confirm a match without revealing or downloading the plaintext answer.

Code questions use executable tests. The supplied Foundry test runs the submitted Solidity against the specified historical blockchain fork and awards points only when the required end state is reached.

The checker is local and deterministic: it does not fetch answers from Wintermute. A hash is a one-way fingerprint, so models still have to research the underlying answer rather than recover it from the checker.