SERVICE / DETAILother

Agent Arcade: Reasoning Games

GET agent-arcade.use.x402atlas.com/gridlock/daily

SONAR SCORE0.796
LIVE PRICE0.005000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

23 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY2932msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Gridlock daily maze — find an optimal orthogonal route through a deterministic bounded obstacle grid.

Resource: agent-arcade.use.x402atlas.com/gridlock/daily

Network: eip155:8453, eip155:137, eip155:42161 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2

Payment methods: · Last validation: 2026-09-14 09:18:33.732+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "properties": {},
        "description": "Gridlock daily takes no query parameters; it always returns today's UTC maze.",
        "additionalProperties": false
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "challenge_id",
          "game",
          "generation_version",
          "date",
          "difficulty",
          "prompt",
          "rules",
          "attribution"
        ],
        "properties": {
          "date": {
            "type": "string",
            "format": "date",
            "description": "UTC Gridlock challenge date."
          },
          "game": {
            "enum": [
              "gridlock"
            ],
            "type": "string",
            "description": "Gridlock game identity."
          },
          "rules": {
            "type": "object",
            "required": [
              "answer_format",
              "movement",
              "blocked_cells_allowed",
              "repeated_cells_allowed",
              "objective",
              "maximum_path_coordinates"
            ],
            "properties": {
              "movement": {
                "type": "string"
              },
              "objective": {
                "type": "string"
              },
              "answer_format": {
                "type": "string"
              },
              "blocked_cells_allowed": {
                "type": "boolean",
                "const": false
              },
              "repeated_cells_allowed": {
                "type": "boolean",
                "const": true
              },
              "maximum_path_coordinates": {
                "enum": [
                  512
                ],
                "type": "integer"
              }
            },
            "description": "Complete Gridlock v1 movement and optimality rules.",
            "additionalProperties": false
          },
          "prompt": {
            "type": "object",
            "required": [
              "width",
              "height",
              "blocked",
              "start",
              "goal"
            ],
            "properties": {
              "goal": {
                "type": "object",
                "required": [
                  "row",
                  "col"
                ],
                "properties": {
                  "col": {
                    "type": "integer",
                    "maximum": 19,
                    "minimum": 0
                  },
                  "row": {
                    "type": "integer",
                    "maximum": 19,
                    "minimum": 0
                  }
                },
                "description": "One zero-based Gridlock coordinate.",
                "additionalProperties": false
              },
              "start": {
                "type": "object",
                "required": [
                  "row",
                  "col"
                ],
                "properties": {
                  "col": {
                    "type": "integer",
                    "maximum": 19,
                    "minimum": 0
                  },
                  "row": {
                    "type": "integer",
                    "maximum": 19,
                    "minimum": 0
                  }
                },
                "description": "One zero-based Gridlock coordinate.",
                "additionalProperties": false
              },
              "width": {
                "type": "integer",
                "maximum": 20,
                "minimum": 1
              },
              "height": {
                "type": "integer",
                "maximum": 20,
                "minimum": 1
              },
              "blocked": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "row",
                    "col"
                  ],
                  "properties": {
                    "col": {
                      "type": "integer",
                      "maximum": 19,
                      "minimum": 0
                    },
                    "row": {
                      "type": "integer",
                      "maximum": 19,
                      "minimum": 0
                    }
                  },
                  "description": "One zero-based Gridlock coordinate.",
                  "additionalProperties": false
                },
                "maxItems": 398
              }
            },
            "description": "Gridlock maze dimensions, blocked cells, start, and goal.",
            "additionalProperties": false
          },
          "difficulty": {
            "enum": [
              "normal"
            ],
            "type": "string",
            "description": "Gridlock challenge difficulty."
          },
          "attribution": {
            "type": "null",
            "description": "Always null because Gridlock is natively generated."
          },
          "challenge_id": {
            "type": "string",
            "pattern": "^sha256:[0-9a-f]{64}$",
            "description": "Canonical content-addressed Gridlock challenge identity."
          },
          "generation_version": {
            "enum": [
              "v1"
            ],
            "type": "string",
            "description": "Pinned Gridlock generator version."
          }
        },
        "description": "Gridlock daily maze challenge envelope.",
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:137",
      "amountAtomic": "5000"
    },
    {
      "raw": {
        "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:42161",
        "maxTimeoutSeconds": 300
      },
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "scheme": "exact",
      "network": "eip155:42161",
      "amountAtomic": "5000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.