{
  "service": "desert-kings-authoritative-server",
  "guarantee": "发牌不可操纵 · 牌局不可中途更改 · 战报不可事后篡改 · 动作不可越权",
  "residualTrust": "服务端仍能知道全部手牌（校验合法性所必需）；彻底消除需 mental poker",
  "endpoints": {
    "health": "/health",
    "rounds": "/api/rounds",
    "transparencyLog": "/api/log",
    "bundleJson": "/api/verify/<roundId>",
    "humanVerifier": "/verify/<roundId>"
  },
  "stats": {
    "rounds": 0,
    "logEntries": 0,
    "dir": "/data",
    "backend": "sqlite"
  }
}