SWORN is the bonded dispute layer for Intelligent Contracts. Post a statement under bond — it stands as TRUE for free through an optimistic window. Only a bonded challenge triggers consensus, and the loser is slashed.
A sworn statement is true until consensus says otherwise.
Nothing settles on the asserter's word alone, and nothing settles on the LLM's word alone. A label only matters once a bonded challenger has put their own money where their disagreement is.
An unchallenged claim costs zero LLM calls; a challenged one costs exactly one consensus round, paid for by the loser's bond. Payout delivery is proven by on-chain balance-delta — not just an ACCEPTED poll.
Consensus only runs when a challenger has money at risk. An unchallenged claim settles for free; there is no equivalent of "free unless contested" in a conventional oracle.
An off-chain server deciding truth is the captured-oracle problem SWORN exists to kill. The verdict — who won, by how much, what the protocol keeps — is entirely trustless and on-chain.
Any contract reads the settled fact via read_truth(). A real escrow releases on TRUE and refuses anything else — proven live both ways.
Asserters and challengers post bonds. Only a contested claim pulls in evidence and validators. The verdict settles on-chain, and consumer contracts read it.
A consumer escrow gates its own release on read_truth(), and correctly refuses to release on anything but a confirmed TRUE — proven live both ways.
A 15-item graded-difficulty corpus, run live against a deployed contract across decisive, medium and ambiguous tiers.
100% is the eventual, independently-verified outcome, not a clean one-shot — getting there required retrying past real Bradbury-testnet infra issues, none of them evidence- or prompt-correctness bugs.
Swear a statement, challenge one, let consensus resolve it, and read the verdict from any contract. The verdict is trustless and on-chain; composing on it is a single call.
No trusted resolver. No settlement without consensus. Just bonded assertions and an on-chain verdict any contract can read.