The open standard that defines what it means for a prediction market oracle to be trustworthy. Published before any competitor has built a working oracle.
Every prediction market ever built has failed on the same constraint: the oracle has no skin in the game. Human committees are bribed. Regulatory oracles are captured. Token-weighted voting reduces to plutocracy.
The common failure root: when the oracle is wrong, nothing happens to it. An oracle that suffers no consequence for inaccuracy is not an oracle. It is an authority. Authorities can be purchased.
Anchor makes the oracle's economic wellbeing a direct function of its accuracy. Not reputational. Not social. Automatic, on-chain, inescapable.
A prediction is valid under Anchor if and only if:
SHA-256(prediction_text + timestamp + oracle_pubkey) computed before any market activityRetrospective fabrication is cryptographically impossible.
A market resolves under Anchor if and only if:
The methodology is locked before the market opens. Outcome is determined by data, not judgment.
An Anchor-compliant oracle must maintain a public $CRED credence pool:
The incentive to be accurate is structural, not reputational.
Any Anchor receipt is independently verifiable by anyone with access to the chain and SHA-256. No trust in PROOF required.
Fetch from the public API: /api/v1/receipts/{receipt_id} — no authentication required.
Compute SHA-256(prediction_text + timestamp + oracle_pubkey) and confirm it matches the receipt's prediction hash.
Look up the anchor.tx_signature on Solana. Confirm the hash is in the transaction and the block timestamp precedes the outcome date.
Confirm the anchoring transaction is signed by the oracle's declared Ed25519 public key.
→ Verify a receipt in your browser
The PROOF intelligence engine is the reference implementation of Anchor v0.1.0 — the first Anchor-compliant oracle in production, against whose track record every subsequent implementation will be compared.
/api/v1/conformanceAnchor is published before any competing standard exists. Every possible competitor response strengthens PROOF's position.
The gift is the specification. The weapon is the track record that no one else has and that the specification makes visible to everyone.