Checking the published evidence
The page fetches the manifest, then verifies transaction receipts and settlement state against the public RPCs.
FOR JUDGES · SUPPORTING EVIDENCE
The primary demo is a new purchase in the buyer workspace. This page keeps the technical evidence in one place: a completed reference run, its private answer and a separate wrong-build refusal.
Did the buyer get the work they paid for? Follow one completed purchase, then inspect a separate wrong-build refusal.
Your browser rereads the public payment and settlement records and compares them. It checks the evidence for an already completed run; it does not run the AI again, connect a wallet or spend money.
Testnet demonstration · one completed purchase + one refusal caseLoading the published example…
The page fetches the manifest, then verifies transaction receipts and settlement state against the public RPCs.
A small lender wants a model’s answer, but cannot hand borrower data to an unknown compute provider. ProofSettle seals the record to a measured enclave and makes the provider’s payment conditional on verifiable service completion.
Try the buyer workflow →The measured model sees the record.
The buyer receives the private answer.
A deterministic logistic model illustrates the workflow. Synthetic inputs keep the example open to inspection. A computed decline still pays the provider.
The native Creditcoin verifier checks inclusion and continuity. The contract pins the Sepolia escrow, checks receipt success and consumes each proof once.
The signature binds the job, chain, contract, request, service outcome, result hash and encrypted delivery. An alternate model, input or return key does not match.
A registrar checks Google’s attestation and binds the measured image to its signing key. The browser checks the published evidence. Google, hardware and the registrar remain trusted.
Creditcoin authorizes the split. A fixed trusted relayer releases original ETH on Sepolia. This is a testnet return path, not production Attestcoin writability.
Public metadata includes addresses, payment amounts, commitments and ciphertext. Plaintext inputs and accepted answers stay encrypted. Enrollment evidence is historical. The synthetic model is not validated for lending decisions.
FOR OTHER ATTESTCOIN BUILDERS
AttestcoinProven verifies once and fails on false. The settlement contract demonstrates receipt and emitter checks, with tests and mutations.
PatientBlockProvider works without eth_getBlockReceipts. A live comparison checks raw and hosted proof bytes.
The calldata rider carries sealed or plain payloads alongside ordinary Solidity arguments, ready for an application to bind to its proof.
The CC3 scanner reports coverage explicitly. The published snapshot informed a Hello Bridge tutorial fee correction.
65 contract tests. 15 deliberately broken guarantees caught. Real enclave and browser integration checks.