Skip to content

See for yourself

One settled claim walked link by link from the Move package to the model receipts, every step on a public explorer, none of it served from our database.

Everything on this page is a link a judge can click. The ids belong to one real claim on Sui testnet, "Humans use only ten percent of their brains.", which settled on 2026-09-03 as NO with a Truth Score of 2.00. Objects open on SuiVision, transactions on Suiscan, files on the Walrus aggregator, and model receipts on GonkaRouter's public endpoint, which needs no login. The audit guide walks the same claim through the recomputation; this page only shows where the record lives.

The contracts

WhatLink
Move package, current version0xee51ceb6…
Package version this claim ran on (an earlier upgrade)0x15c6e53c…
Original package address, the type prefix on every object0xa9f3c2db…
Seal time-lock policy package0xf54eb611…
Juror registry, a shared object holding the fee, the minimum stake and every eligible seat0x4020f3cb…

Sui keeps the original package address in every object type across upgrades, so an old claim stays readable after each new version.

The claim, step by step on Sui

StepLink
The claim object, with its deadlines and escrowed budgetsobject 0x273220b5… · creation transaction · in the app
The jury drawn with sui::randomtransaction tirSffTy… · committee object
The evidence root frozen before any reasoning (immutable object)object 0xad34aa81… · freeze transaction · manifest on Walrus
Juror 1's run hash and sealed bundle pinned on chain before its votetransaction FKDaAKuk…
Juror 1's sealed vote, a blake2b-256 commitment and nothing elsetransaction Fgc3kP5b…
Juror 1's reveal, recomputed by Move and frozen as a RevealedVotetransaction 2a8Pg3xU… · object 0xea1afadf…
The resolution certificate, immutable, result NO, 200 basis pointsobject 0x42954c91… · finalize transaction

The finalize transaction also mints the payout tickets, five jury rewards of 1,900,000 MIST and one protocol fee ticket of 500,000 MIST. The JurySeat objects themselves are consumed at reveal, which is why the reveal links to the RevealedVote and not to a seat.

The jurors' work on Walrus

Each juror's sealed bundle was published before its commit, and the plaintext bundle was published at reveal. The plaintext holds the exact prompt, the model's reply, the research transcript and the gateway ids.

JurorModelSealed bundleRevealed bundle
1DeepSeek V4 Flashv17mZYbl…Fj6fvRo1…
2DeepSeek V4 Flashi1kpXtoM…
3MiniMax M2.77ojXvH1a…
4MiniMax M2.7-luVHOzV…
5Kimi K2.6vb_I9Dgk…

The model receipts on Gonka

Every inference returned a gateway request id. Each one resolves at GonkaRouter's public receipts endpoint with no credentials and reports the model, the executing devshard, the timing and the outcome. The same ids are inside each juror's run hash on Sui, so they were committed before the votes were revealed.

JurorModelDevshardReceipt
1DeepSeek V4 Flash70083req-…322552
2DeepSeek V4 Flash70083req-…322716
3MiniMax M2.769838req-…322507
4MiniMax M2.769974req-…322603
5Kimi K2.670076req-…323242

Three model families, four distinct executing hosts, five public receipts.

Stakes and sponsored gas

WhatLink
A seat opened by a wallet with a real 0.1 SUI stakeprofile 0xc32aa5db…
Gas paid by Shinami's gas station, not by the usertransaction 9ToB29r3…

Recompute it

Open app.openverdict.info/verify and paste the claim link, or run the auditor from a terminal:

pnpm ov audit 0x273220b56d87edea0a6db35f85c0fc8f36591461ee6be6962e86bb4586ee4ac6

On 2026-09-05 that passed 111 of 111 checks, every commitment rebuilt from the revealed fields, every run hash rebuilt from the bundle, every receipt matched, and the certificate's score reproduced from the votes. The audit guide explains each check.