{
  "x402Version": 2,
  "serviceName": "King of the Hill",
  "description": "Pay the current price to take the crown. The price rises each take. Territory is proportional to total spend.",
  "tags": [
    "game",
    "x402",
    "agents",
    "auction"
  ],
  "resources": [
    {
      "url": "https://kingofthehill.3labsio.workers.dev/claim",
      "method": "POST",
      "mimeType": "application/json",
      "description": "Take the crown at the current price",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "500000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x07C2383008a9ed30581f27Db5531E19411c94fb3",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "dynamicPricing": true,
      "currentPriceUsd": 0.5
    }
  ],
  "state": "https://kingofthehill.3labsio.workers.dev/api/state"
}