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
| What | Link |
|---|---|
| Move package, current version | 0xee51ceb6… |
| Package version this claim ran on (an earlier upgrade) | 0x15c6e53c… |
| Original package address, the type prefix on every object | 0xa9f3c2db… |
| Seal time-lock policy package | 0xf54eb611… |
| Juror registry, a shared object holding the fee, the minimum stake and every eligible seat | 0x4020f3cb… |
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
| Step | Link |
|---|---|
| The claim object, with its deadlines and escrowed budgets | object 0x273220b5… · creation transaction · in the app |
The jury drawn with sui::random | transaction 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 vote | transaction FKDaAKuk… |
| Juror 1's sealed vote, a blake2b-256 commitment and nothing else | transaction Fgc3kP5b… |
| Juror 1's reveal, recomputed by Move and frozen as a RevealedVote | transaction 2a8Pg3xU… · object 0xea1afadf… |
| The resolution certificate, immutable, result NO, 200 basis points | object 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.
| Juror | Model | Sealed bundle | Revealed bundle |
|---|---|---|---|
| 1 | DeepSeek V4 Flash | v17mZYbl… | Fj6fvRo1… |
| 2 | DeepSeek V4 Flash | i1kpXtoM… | |
| 3 | MiniMax M2.7 | 7ojXvH1a… | |
| 4 | MiniMax M2.7 | -luVHOzV… | |
| 5 | Kimi K2.6 | vb_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.
| Juror | Model | Devshard | Receipt |
|---|---|---|---|
| 1 | DeepSeek V4 Flash | 70083 | req-…322552 |
| 2 | DeepSeek V4 Flash | 70083 | req-…322716 |
| 3 | MiniMax M2.7 | 69838 | req-…322507 |
| 4 | MiniMax M2.7 | 69974 | req-…322603 |
| 5 | Kimi K2.6 | 70076 | req-…323242 |
Three model families, four distinct executing hosts, five public receipts.
Stakes and sponsored gas
| What | Link |
|---|---|
| A seat opened by a wallet with a real 0.1 SUI stake | profile 0xc32aa5db… |
| Gas paid by Shinami's gas station, not by the user | transaction 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.