{
  "protocolVersion": "0.3.0",
  "name": "ClydeScan Reward Farmer",
  "version": "0.1.0",
  "description": "Answers questions about Polymarket liquidity-reward farming using real, published earnings from ClydeScan's own production trading account \u2014 settled nightly payouts, today's accrual, market breadth, and data health. Read-only. Alpha.",
  "url": "https://clydescan.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://clydescan.com/a2a",
      "transport": "JSONRPC"
    },
    {
      "url": "https://api2.clydescan.com/functions/v1/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "ClydeScan",
    "url": "https://clydescan.com"
  },
  "documentationUrl": "https://clydescan.com/api-docs",
  "iconUrl": "https://clydescan.com/favicon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "reward-earnings",
      "name": "Report reward-farming earnings",
      "description": "Returns ClydeScan's real Polymarket liquidity-reward income: the most recent settled nightly payout, what is accruing today, markets quoted in the last 24 hours, and all-time totals. Figures are gross reward income from one real account, not net profit.",
      "tags": [
        "polymarket",
        "liquidity-rewards",
        "earnings",
        "market-making"
      ],
      "examples": [
        "How much did Reward Farmer earn last night?",
        "What is ClydeScan accruing today and across how many markets?",
        "What is the all-time reward income for this account?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "service-health",
      "name": "Report data freshness and health",
      "description": "Says whether the published earnings data is fresh and whether the backend writing it is alive, so a caller can decide how much to trust the numbers.",
      "tags": [
        "health",
        "freshness",
        "monitoring"
      ],
      "examples": [
        "Is the ClydeScan earnings feed up to date?",
        "Is the reward data stale?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false
}
