RAVEN. / demo kit

Demo kit

Watch it: the 45-second demo — auto-plays, built from real signed verdicts.

A prepared demo script — signed evidence, coverage gaps, receipts. No hype, no price talk.

60-second script

1. "Raven verifies Solana token launches and signs every verdict." Run USDC (receipt): verdict risk — "Circle keeps mint and freeze authority; we report the chain as it is, even for blue chips. If we shaded this, why trust our rug calls?"
2. Run a fresh pump.fun token: pass_with_info_finding with Token-2022 metadata-pointer findings AND coverageGaps listed — "Raven tells you what it did NOT check. With gaps remaining: not enough evidence for a full pass."
3. Open the signature: "ed25519, key rvk_c2997e90215279c2, replay hash, observed slot. Verify it yourself against /pubkey — no trust required."
4. Close: "Agents store the receipt and gate their actions on it. That's the product: evidence with a signature, not a score."

30-second script

"Ask Raven about any Solana token. You get a signed verdict: findings, what wasn't checked, and a receipt you can verify offline forever. USDC comes back risk — issuer authorities are active, and we don't special-case anyone. Agents wire this in before they trade, list, or recommend."

Commands

curl -s https://raven-hosted-verifier.onrender.com/pubkey

curl -s -X POST https://raven-hosted-verifier.onrender.com/verify \
  -H "x-api-key: $RAVEN_KEY" -H "content-type: application/json" \
  -d '{"mintAddress":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
       "tokenProgramAddress":"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"}'

Agent prompt: "Verify this Solana token with Raven. Do not call it safe. Return verdict, findings, coverage gaps, observed slot, engine version, keyId, replay hash, official attestation hash, and a one-paragraph audit note. If coverage gaps remain, say: not enough evidence for a full pass."

What this proves / does not prove

Proves: deterministic findings from decoded bytes; honest gaps; verifiable signatures; blue chips not special-cased; Token-2022 tail decoded.
Does not prove: future price, token success, absence of risks on unchecked surfaces, or anything resembling financial advice. Raven signs evidence; decisions belong to the caller's policy.