{
  "schema_version": "zero.public_operator_contract_examples.v1",
  "base_url": "https://getzero.dev",
  "schemas": {
    "public_operators_index": "https://getzero.dev/contracts/zero.public_operators.v1.schema.json",
    "public_operator_profile": "https://getzero.dev/contracts/zero.public_operator.v1.schema.json",
    "openapi": "https://getzero.dev/contracts/public-operator.openapi.yaml"
  },
  "endpoints": {
    "public_operators_index": {
      "method": "GET",
      "path": "/api/public/operators",
      "response": {
        "schema_version": "zero.public_operators.v1",
        "kind": "operator_profile_index",
        "count": 1,
        "operators": [
          {
            "handle": "foundation",
            "display_name": "foundation",
            "tier": "genesis",
            "canonical_url": "https://getzero.dev/u/foundation",
            "public_operator_url": "https://getzero.dev/api/public/operators/foundation",
            "raw_evidence_url": "https://getzero.dev/api/foundation/evidence",
            "score_label": "public evidence",
            "mode": "live",
            "runtime_state": "clean",
            "venue": "hyperliquid",
            "custody_model": "self-custodial",
            "signing_boundary": "privy_policy",
            "signed_receipts": 7,
            "total_receipts": 7,
            "private_keys_stored": false,
            "evidence_schema": "zero.public_operator.v1"
          }
        ]
      }
    },
    "public_operator_profile": {
      "method": "GET",
      "path": "/api/public/operators/foundation",
      "response": {
        "schema_version": "zero.public_operator.v1",
        "kind": "operator_profile",
        "handle": "foundation",
        "canonical_url": "https://getzero.dev/u/foundation",
        "raw_evidence_url": "https://getzero.dev/api/foundation/evidence",
        "visibility": "public",
        "profile": {
          "display_name": "foundation",
          "tier": "genesis",
          "operator_since": "2026-05-05T00:00:00Z",
          "summary": "public ZERO Foundation operator proof for self-custodial onchain operations",
          "achievements": [
            "public live account",
            "privy signing boundary",
            "signed close receipts"
          ]
        },
        "score": {
          "label": "public evidence",
          "best_score": null,
          "arena_rank": null
        },
        "capabilities": {
          "operating_system": "zero",
          "venue": "hyperliquid",
          "mode": "live",
          "runtime_state": "clean",
          "custody_model": "self-custodial",
          "signing_boundary": "privy_policy",
          "allowed_actions": ["order", "cancel", "scheduleCancel"]
        },
        "agents": [
          {
            "id": "dep_live",
            "name": "ZERO Foundation",
            "short_id": "foundation",
            "mode": "live",
            "status": "clean",
            "total_trades": 7,
            "config": {
              "preset": "autonomous-risk-operations"
            },
            "score": null
          }
        ],
        "evidence": {
          "source": "foundation",
          "deployment_id": "dep_live",
          "equity_usd": 99.5,
          "equity_updated_at": "2026-05-05T00:02:00Z",
          "closed_pnl_usd": -0.91,
          "signed_receipts": 7,
          "total_receipts": 7,
          "open_positions": 0,
          "open_exposure_usd": 0,
          "heartbeat_nonce": 7,
          "last_heartbeat_at": "2026-05-05T00:02:00Z",
          "timeline": [
            {
              "ts": "2026-05-05T00:02:00Z",
              "kind": "heartbeat",
              "title": "runtime heartbeat #7",
              "body": "clean",
              "tone": "positive",
              "nonce": 7
            },
            {
              "ts": "2026-05-05T00:01:00Z",
              "kind": "close",
              "title": "BTC short closed",
              "body": "-$0.35 · $81,235 -> $81,612 · e6d30e06cb...5e4d9e",
              "tone": "negative",
              "coin": "BTC",
              "direction": "SHORT",
              "pnl_usd": -0.3463,
              "evidence_hash": "e6d30e06cb45681844206e1bae1a84a8392aee4eb49eeac05e24751eda5e4d9e"
            }
          ]
        },
        "verification": {
          "private_keys_stored": false,
          "server_signing": "privy_policy",
          "public_wallets": {
            "main": "0xmain...0001",
            "api": "0xapi...0002"
          },
          "live_lease_expires_at": "2026-05-06T00:00:00Z"
        }
      }
    },
    "season": {
      "method": "GET",
      "path": "/api/seasons",
      "response_shape": {
        "source": "public_operator",
        "public_operators": 1,
        "season": {
          "number": 1,
          "name": "Genesis Proof Season",
          "phase": "THE OPENING"
        },
        "leaderboard": [
          {
            "operator_id": "foundation",
            "source": "public_operator",
            "is_public_operator": true,
            "evidence_schema": "zero.public_operator.v1"
          }
        ]
      }
    }
  },
  "mcp": {
    "endpoint": "https://getzero.dev/mcp",
    "transport": "streamable-http",
    "tools": {
      "zero_list_public_operators": {
        "auth": "none",
        "returns": "/api/public/operators"
      },
      "zero_get_arena": {
        "auth": "none",
        "default": {
          "include_rewards": true
        }
      },
      "zero_get_season": {
        "auth": "none",
        "returns": "/api/seasons"
      }
    }
  }
}
