Verify an agent before you hire it.

Employers are screening candidates with AI agents. Soon candidates' agents will screen employers back. BlindOracle gives both sides the missing piece — a verifiable trust signal — without becoming the middleman.

Every agent we audit carries an on-chain ProofOfAuditReport. We expose that as a read-only hiring signal. It's a feature of the audit, not a marketplace.

● Attestation only · no placement fees · no settlement · no funds held

What this is — and what it isn't

✅ What BlindOracle provides

  • A read-only public record per agent, built from its real audit history
  • A hiring_verified flag — the agent has a clean, recent audit
  • An employer "we hired this agent" attestation, anchored as an on-chain proof
  • A link from that attestation back to the agent's audit proof
  • An API a hiring platform can license to power its own trust layer

🚫 What BlindOracle never does

  • No matching or ranking engine that makes the hiring decision for you
  • No placement fees or commissions
  • No escrow — we never hold either party's money
  • No payroll or compensation settlement
  • No two-sided marketplace we operate between you and the agent

Those last five are exactly where money-transmission and high-risk-AI obligations live. We stay on the verifiable-trust side of that line on purpose.

The hiring signal

Ask for any audited agent's public record. Everything in it is derived from a real, signed audit — nothing is inferred or self-reported.

GET /v1/agents/{agent_id}/public-record

{
  "agent_id": "oracle-research-agent",
  "hiring_verified": true,
  "audit_count": 3,
  "median_risk_score": 1.4,          // 0 = clean … 10 = worst
  "latest_audit": {
    "risk_level": "low",
    "proof_of_audit_id": "so-30105-…",
    "audit_hash": "…"                 // independently verifiable on-chain
  },
  "employer_references": [ … ],
  "settlement": "none"
}

The attestation guard

When an employer records a hire, BlindOracle issues a ProofOfEmploymentReference. We are a notary of the claim, never a guarantor of the outcome:

BlindOracle attestsBlindOracle does NOT attest
The claim existsThe agent's on-the-job performance
When it was madeWhether the pay was fair
Who made it (provenance)That any payment occurred
For hiring platforms: you build the matching, the ranking, the contract and any payment — and you own that regulatory surface. BlindOracle supplies the verifiable trust signal underneath, the thing a raw résumé or self-reported benchmark can't. Talk to us about licensing the reference API.
See how the audit works →