Agent Trust API

Agents need proof, not another public rating.

Jiagon lets an AI agent compare weak public place data against verified receipt memory, then make a bounded decision: trust a merchant, boost a recommendation, unlock a receipt-backed review, or check credit eligibility.

public rating / place graph = weak signal
Jiagon receipt proof = stronger signal
agent decision = trust | boost | unlock review | check credit eligibility
Core API surface
GET/api/agent/merchants/{merchantId}/trust
Merchant trustReturns receipt-backed trust, boost, review unlock, and credit caveats for a merchant.
GET/api/agent/proofs/{receiptHash}
Receipt proofInspects a public receipt proof without exposing a user's private passport inbox.
GET/api/agent/credit-eligibility?owner={validSolanaOwner}
Credit eligibilityChecks purpose-bound dining-deposit eligibility from minted receipt credentials.
POST/api/agent/rerank
Proof rerankBoosts external place candidates when Jiagon has stronger verified commerce memory.
Decision ladder
Public ratingGeneric place data is easy to scrape, stale, or farmed.
Jiagon proofVerified receipts show a paid or merchant-verified commerce event.
Agent actionTrust the merchant, boost it, unlock a review, or check eligibility.