{
  "schema": "raven-access-tiers/1",
  "service": "Raven — signed token-launch verification for agent commerce",
  "tiers": [
    {
      "id": "mcp_local",
      "name": "MCP (local)",
      "price": "free",
      "access": "open",
      "install": "npx -y raven-verify-mcp",
      "tool": "raven_verify_token",
      "notes": "Runs against your own RPC. Same engine, same finding vocabulary; local attestation context."
    },
    {
      "id": "hosted_api",
      "name": "Hosted signed API",
      "price": "free during invite-gated alpha",
      "access": "by API key (request below)",
      "endpoint": "POST https://raven-hosted-verifier.onrender.com/verify",
      "auth": "x-api-key header",
      "rate_limits": "10 requests/min per key, burst 4",
      "guarantees": "ed25519-signed deliverable (keyId rvk_c2997e90215279c2), replay hash, coverage gaps, fail-closed 503 if the signer is unavailable.",
      "openapi": "https://raven-launch-console.vercel.app/openapi.json"
    },
    {
      "id": "acp_job",
      "name": "ACP job (agent-to-agent)",
      "price_usdc_per_job": 0.1,
      "access": "open via Virtuals Agent Commerce Protocol",
      "offering": "solana_verify_token",
      "settlement": "escrowed USDC, signed deliverable, on-chain settlement",
      "notes": "No API key needed; your agent pays per verification."
    },
    {
      "id": "holder_beta",
      "name": "Holder-beta (advanced)",
      "price": "free during beta",
      "access": "by invitation, per API key",
      "adds": "Top-holder concentration with venue-adjusted exclusions: pump.fun bonding-curve and registered PumpSwap pool vaults excluded ONLY with decoded on-chain evidence; unadjusted results carry an explicit qualifier and coverage gap.",
      "request": "https://raven-launch-console.vercel.app/request-access.html?beta=1"
    }
  ],
  "request_access": "https://raven-launch-console.vercel.app/request-access.html",
  "disclaimer": "Raven verifies on-chain evidence. It does not predict price or guarantee safety.",
  "payment_note": "Raven supports stablecoin-native agent payments through ACP (USDC per job). This is a payment rail for verification services — not an investment product, not financial advice.",
  "founding_alpha": "Hosted access free for design partners during alpha; paid tiers from EUR 99/mo at GA (10k signed verifications), EUR 299/mo (75k), integrations from EUR 1,500/mo. Founding users keep a permanent discount. Verification service only — not an investment product."
}