{
  "service": "Cryptacity API",
  "version": "0.1.0",
  "status": "experimental",
  "description": "Evidence-backed blockchain infrastructure intelligence for autonomous systems.",
  "endpoints": {
    "status": "GET /api/v1/status",
    "networks": "GET /api/v1/networks",
    "manifest": "GET /.well-known/cryptacity.json"
  },
  "planned": {
    "verify": "POST /api/v1/verify",
    "fit": "POST /api/v1/fit",
    "delta": "GET /api/v1/delta"
  }
}