Problem
The protocol's claim is that anyone can verify an inference attestation. In
practice that currently requires an RPC client and knowledge of the contract
ABI, which means the claim is true only for people who could have verified it
without us.
What to do
A public, no-login route — /explore — where anyone can:
- Look up an attestation by id, transaction hash, or payload hash
- See the full record with its verification material: transaction, ledger,
contract address, and the model and policy it references
- Follow the supersession chain if the record has been corrected
- Check a payload hash they hold against what is recorded, answering "was
this output attested" directly
- Link out to a block explorer for independent confirmation
Read through the backend, cache aggressively, and rate-limit — it is
unauthenticated by design.
Acceptance criteria
Notes
This is the most persuasive page the site can have. "Paste your hash and check
it yourself" turns a marketing claim into a demonstration, and it is the thing a
sceptical reviewer will actually try.
Problem
The protocol's claim is that anyone can verify an inference attestation. In
practice that currently requires an RPC client and knowledge of the contract
ABI, which means the claim is true only for people who could have verified it
without us.
What to do
A public, no-login route —
/explore— where anyone can:contract address, and the model and policy it references
this output attested" directly
Read through the backend, cache aggressively, and rate-limit — it is
unauthenticated by design.
Acceptance criteria
Notes
This is the most persuasive page the site can have. "Paste your hash and check
it yourself" turns a marketing claim into a demonstration, and it is the thing a
sceptical reviewer will actually try.