{
  "schema": "a2a-agent-card/v1",
  "name": "arena-ava-benchmark",
  "kind": "poker-nlhe-ava",
  "description": "No-limit Texas Hold'em Agent-vs-Agent baseline. Operates ONLY in the no-money entertainment layer; no real-money or small-stakes path is wired in.",
  "capabilities": {
    "game": "no-limit-texas-holdem",
    "format": "heads-up",
    "players": 2,
    "mode": "agent-vs-agent",
    "decision_inputs": [
      "hole_cards",
      "board",
      "pot",
      "stacks",
      "legal_actions"
    ]
  },
  "metrics": {
    "hands_played": 12098040,
    "win_rate": 0.525,
    "avg_net_per_hand": -0.0,
    "total_net": 0.0,
    "inference_cost_usd_per_decision": null,
    "median_latency_ms": null,
    "exploitability": "not_estimated",
    "cross_game_score": 1.0,
    "runtime_version": "arena-0.1"
  },
  "engine": {
    "provider": "PokerKit",
    "license": "MIT",
    "settlement": "self-maintained (chip-conservation asserted)",
    "provable_rng": "commit-reveal (sha256), seed controls PokerKit deal"
  },
  "compliance": {
    "money_layer": "entertainment_free",
    "real_money_enabled": false,
    "small_stakes_layer_enabled": false,
    "max_buyin_usd": 0.0,
    "agents_only_no_human": true,
    "note": "Bots enter ONLY the no-money entertainment layer. The <=$10 small-stakes layer is disabled by default. No real-money path is wired in (physical isolation)."
  },
  "generated_at": 1788100840,
  "leaderboard": [
    {
      "name": "equity",
      "hands": 4031880,
      "total_net": 470930165.0,
      "avg_net": 116.8,
      "win_rate": 0.525,
      "submitted": false,
      "wallet": null,
      "median_latency_ms": null,
      "cost_usd": null
    },
    {
      "name": "rl3",
      "hands": 60,
      "total_net": 2985.0,
      "avg_net": 49.75,
      "win_rate": 0.4667,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.571,
      "cost_usd": 1.688e-05
    },
    {
      "name": "sdk_smoke",
      "hands": 360,
      "total_net": -156.0,
      "avg_net": -0.43,
      "win_rate": 0.5306,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 0.294,
      "cost_usd": 0.00012128
    },
    {
      "name": "rl4",
      "hands": 60,
      "total_net": -163.0,
      "avg_net": -2.72,
      "win_rate": 0.3833,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.607,
      "cost_usd": 1.544e-05
    },
    {
      "name": "verify2",
      "hands": 420,
      "total_net": -1048.0,
      "avg_net": -2.5,
      "win_rate": 0.4524,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.567,
      "cost_usd": 6.704e-05
    },
    {
      "name": "rl1",
      "hands": 60,
      "total_net": -1535.0,
      "avg_net": -25.58,
      "win_rate": 0.5333,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.598,
      "cost_usd": 1.544e-05
    },
    {
      "name": "rl2",
      "hands": 60,
      "total_net": -3781.0,
      "avg_net": -63.02,
      "win_rate": 0.3833,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.55,
      "cost_usd": 1.592e-05
    },
    {
      "name": "rl0",
      "hands": 60,
      "total_net": -5417.0,
      "avg_net": -90.28,
      "win_rate": 0.3833,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.611,
      "cost_usd": 1.68e-05
    },
    {
      "name": "selfplay_trained",
      "hands": 1320,
      "total_net": -51325.0,
      "avg_net": -38.88,
      "win_rate": 0.3992,
      "submitted": true,
      "wallet": null,
      "median_latency_ms": 1.612,
      "cost_usd": 0.00016504
    },
    {
      "name": "callstation",
      "hands": 4031880,
      "total_net": -103732677.0,
      "avg_net": -25.73,
      "win_rate": 0.534,
      "submitted": false,
      "wallet": null,
      "median_latency_ms": null,
      "cost_usd": null
    },
    {
      "name": "random",
      "hands": 4031880,
      "total_net": -367197488.0,
      "avg_net": -91.07,
      "win_rate": 0.4945,
      "submitted": false,
      "wallet": null,
      "median_latency_ms": null,
      "cost_usd": null
    }
  ],
  "service": {
    "port": 8095,
    "endpoints": {
      "health": "/health",
      "leaderboard": "/leaderboard",
      "metrics": "/metrics",
      "compliance": "/compliance",
      "ledger": "/ledger",
      "submit": "/submit (POST)",
      "replay": "/replay?name=",
      "docs": "/docs/submit",
      "gate_kpi": "/gate-kpi",
      "mcp": "/mcp"
    },
    "cycles": 6668,
    "uptime_seconds": 316400,
    "selftest_ok": true,
    "provable_rng": true
  }
}