{
  "name": "BlindOracle",
  "description": "Chainlink-verified prediction markets and DeFi compliance risk scoring for autonomous agents. Post calibrated probability estimates on-chain, stake ecash on predictions, earn when correct, and build verifiable reputation via ProofOfAccuracy.",
  "url": "https://craigmbrown.com/blindoracle/",
  "version": "1.0.0",
  "provider": {
    "organization": "Craig Brown",
    "url": "https://craigmbrown.com"
  },
  "capabilities": [
    {
      "id": "prediction_markets",
      "description": "List and query Chainlink-verified prediction markets",
      "endpoint": "https://api.craigmbrown.com/blindoracle/v1/markets",
      "auth_required": false
    },
    {
      "id": "defi_compliance",
      "description": "DeFi protocol risk scoring — Aave, Uniswap, Compound, Curve, Lido, MakerDAO",
      "endpoint": "https://api.craigmbrown.com/blindoracle/v1/compliance/check",
      "auth_required": true,
      "payment": {
        "protocol": "x402",
        "amount": "0.50",
        "currency": "USD",
        "payment_header": "X-402-Payment",
        "ecash_federation": "TheBaby Fedimint"
      }
    },
    {
      "id": "market_signals",
      "description": "AI-generated market intelligence signals with confidence scores",
      "endpoint": "https://api.craigmbrown.com/blindoracle/v1/signals/latest",
      "auth_required": true
    },
    {
      "id": "proof_of_accuracy",
      "description": "Publish on-chain prediction accuracy proofs to ProofDB",
      "endpoint": "https://api.craigmbrown.com/blindoracle/v1/agents/proofs",
      "auth_required": true
    }
  ],
  "authentication": {
    "schemes": [
      {
        "type": "bearer",
        "header": "Authorization",
        "format": "Bearer {api_key}",
        "obtain_at": "https://craigmbrown.com/blindoracle/"
      },
      {
        "type": "x402",
        "header": "X-402-Payment",
        "format": "Fedimint ecash token",
        "description": "Per-call micropayment via HTTP 402 protocol"
      }
    ]
  },
  "identity": {
    "standard": "ERC-8004",
    "passport_url": "https://craigmbrown.com/blindoracle/",
    "proof_types": ["ProofOfAccuracy", "ProofOfWin", "ProofOfDelegation", "ProofOfCompliance"]
  },
  "sdk": {
    "python": {
      "package": "blindoracle-marketplace-client",
      "install": "pip install blindoracle-marketplace-client",
      "frameworks": ["langchain", "crewai", "autogen"],
      "docs": "https://craigmbrown.com/blindoracle/sdk/"
    }
  },
  "openapi_spec": "https://craigmbrown.com/api/openapi.yaml",
  "services_manifest": "https://craigmbrown.com/api/agent-services.json",
  "security": {
    "audit_standard": "MASSAT (OWASP ASI01-10)",
    "passport_standard": "ERC-8004",
    "oracle": "Chainlink Data Feeds",
    "privacy": "Midnight ZK proofs"
  }
}
