{
  "name": "Kallipolis Proof",
  "description": "Evidence resolution for public HTTPS domains, AI agents, protocols, and Base accounts.",
  "homepage": "https://proof.platoskallipolis.com",
  "contact": "handongzhen101@126.com",
  "openapi": "https://proof.platoskallipolis.com/openapi.json",
  "agentCard": "https://proof.platoskallipolis.com/.well-known/agent-card.json",
  "pilotEnquiries": "https://proof.platoskallipolis.com/pilots",
  "settlementValidation": "End-to-end paid settlement has not been independently demonstrated",
  "network": "eip155:8453",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "payTo": "0x3A24CC8394358B1e1b61900A73e27b1eA8482e48",
  "resources": [
    {
      "method": "POST",
      "url": "https://proof.platoskallipolis.com/api/v1/quick-resolve",
      "price": "$0.01",
      "currency": "USDC",
      "description": "Concise live evidence check for a public HTTPS domain or Base address"
    },
    {
      "method": "POST",
      "url": "https://proof.platoskallipolis.com/api/v1/deep-resolve",
      "price": "$0.20",
      "currency": "USDC",
      "input": { "contentType": "application/json", "schema": { "type": "object", "required": ["query"], "properties": { "query": { "type": "string", "description": "Public HTTPS domain or Base address" } } } }
    },
    {
      "method": "POST",
      "url": "https://proof.platoskallipolis.com/api/v1/purchase",
      "currency": "USDC",
      "plans": [
        { "id": "builder", "price": "$19", "credits": 100 },
        { "id": "growth", "price": "$199", "credits": 2500 },
        { "id": "scale", "price": "$999", "credits": 20000 }
      ]
    }
  ]
}
