{
  "schemaVersion": "1.0",
  "name": "Prova",
  "description": "Confidential AI inference you can prove. OpenAI-compatible chat completions run inside TEE hardware (NVIDIA Confidential Computing + Intel TDX), are hardware-attested, and anchored on Solana — every response returns a verifiable on-chain proof.",
  "image": "https://www.prova.chat/icon-512.png",
  "logo": "https://www.prova.chat/prova-logo.png",
  "url": "https://prova.chat",
  "docs": "https://prova.chat/docs",
  "verify": "https://prova.chat/verify",
  "protocols": ["x402", "openai"],
  "capabilities": [
    { "id": "inference:chat-completions", "description": "Confidential, OpenAI-compatible chat/completions", "protocol": "openai" },
    { "id": "x402:inference", "description": "Pay-per-call confidential inference settled over x402", "protocol": "x402" }
  ],
  "endpoints": {
    "openai": "https://api.prova.chat/v1",
    "x402": "https://prova-x402-production.up.railway.app/.well-known/x402"
  },
  "payment": {
    "protocol": "x402",
    "network": "solana",
    "currency": "USDC",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "model": "per-call",
    "tiers": { "standard": "0.0007", "premium": "0.0015", "flagship": "0.005" }
  },
  "trust": {
    "tee": ["NVIDIA Confidential Computing", "Intel TDX"],
    "attestation": "per-response, hardware-signed",
    "anchor": "Solana (every proof on-chain, Solscan-verifiable)"
  },
  "socials": { "x": "https://x.com/askprova" },
  "sap": { "program": "SAPpUhsWLJG1FfkGRcXagEDMrMsWGjbky7AyhGpFETZ" }
}
