{"id":"c538eab6-3caf-43f0-a30b-9e32af26b0bb","url":"https://agent-arcade.use.x402atlas.com/gridlock/daily","method":"GET","fingerprint":"cccaf74478a8d69270a4eb63c1f08c0bed701a3d21d79796a975f902dd527083","name":"Agent Arcade: Reasoning Games","description":null,"category":"other","docs_url":null,"advertised_price_usd":"0.005000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453","eip155:137","eip155:42161"],"pay_to":"0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2","input_schema":{"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_schema":{"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}}},"schema_completeness":0,"status":"live","first_seen_at":"2026-08-23 13:12:22.370609+00","last_seen_at":"2026-08-23 13:12:21.819+00","last_success_at":"2026-09-14 09:18:33.732+00","dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 09:23:33.732+00","search_tsv":"'agent':1 'arcad':2 'game':4 'reason':3","catalog_number":"2512","x402_version":2,"resource_url":"https://agent-arcade.use.x402atlas.com/gridlock/daily","resource_description":"Gridlock daily maze — find an optimal orthogonal route through a deterministic bounded obstacle grid.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET"},"output":{"type":"json","example":{"date":"2026-07-01","game":"gridlock","rules":{"movement":"orthogonal only","objective":"minimum number of moves","answer_format":"ordered coordinate path including start and goal","blocked_cells_allowed":false,"repeated_cells_allowed":true,"maximum_path_coordinates":512},"prompt":{"goal":{"col":9,"row":9},"start":{"col":0,"row":0},"width":10,"height":10,"blocked":[{"col":1,"row":0},{"col":4,"row":0},{"col":1,"row":1},{"col":2,"row":2},{"col":3,"row":2},{"col":6,"row":2},{"col":1,"row":3},{"col":4,"row":3},{"col":5,"row":3},{"col":4,"row":4},{"col":7,"row":4},{"col":9,"row":4},{"col":6,"row":5},{"col":1,"row":6},{"col":4,"row":6},{"col":5,"row":6},{"col":9,"row":6},{"col":1,"row":7},{"col":4,"row":7},{"col":5,"row":7},{"col":5,"row":8},{"col":7,"row":8},{"col":9,"row":8},{"col":7,"row":9}]},"difficulty":"normal","attribution":null,"challenge_id":"sha256:8924521ebe9c7fc3c91f1e4808c82b8258f6e4eaf158eb18b99fc5fbf7bf148f","generation_version":"v1"}}},"tags":["gridlock","grid-path","maze","pathfinding","logic-puzzle","agent-game","daily-challenge"],"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"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}}}}},"category":"games"},"accepted_requirements":[{"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"}],"bazaar_compatible":true,"bazaar_validated_at":"2026-09-14 09:18:33.732+00","bazaar_validation_error":null,"window":"24h","probes_n":23,"handshake_uptime":1,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":808,"latency_p90":2932,"price_drift_pct":0,"score":0.7959,"computed_at":"2026-09-14 09:18:41.077+00","source_metadata":[{"raw":{"url":"https://agent-arcade.use.x402atlas.com/gridlock/daily","name":"Agent Arcade: Reasoning Games","method":"GET","source":"bazaar:api.cdp.coinbase.com","fingerprint":"cccaf74478a8d69270a4eb63c1f08c0bed701a3d21d79796a975f902dd527083","advertisedPriceUsd":0.005},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://agent-arcade.use.x402atlas.com/gridlock/daily","resource_description":"Gridlock daily maze — find an optimal orthogonal route through a deterministic bounded obstacle grid.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET"},"output":{"type":"json","example":{"date":"2026-07-01","game":"gridlock","rules":{"movement":"orthogonal only","objective":"minimum number of moves","answer_format":"ordered coordinate path including start and goal","blocked_cells_allowed":false,"repeated_cells_allowed":true,"maximum_path_coordinates":512},"prompt":{"goal":{"col":9,"row":9},"start":{"col":0,"row":0},"width":10,"height":10,"blocked":[{"col":1,"row":0},{"col":4,"row":0},{"col":1,"row":1},{"col":2,"row":2},{"col":3,"row":2},{"col":6,"row":2},{"col":1,"row":3},{"col":4,"row":3},{"col":5,"row":3},{"col":4,"row":4},{"col":7,"row":4},{"col":9,"row":4},{"col":6,"row":5},{"col":1,"row":6},{"col":4,"row":6},{"col":5,"row":6},{"col":9,"row":6},{"col":1,"row":7},{"col":4,"row":7},{"col":5,"row":7},{"col":5,"row":8},{"col":7,"row":8},{"col":9,"row":8},{"col":7,"row":9}]},"difficulty":"normal","attribution":null,"challenge_id":"sha256:8924521ebe9c7fc3c91f1e4808c82b8258f6e4eaf158eb18b99fc5fbf7bf148f","generation_version":"v1"}}},"tags":["gridlock","grid-path","maze","pathfinding","logic-puzzle","agent-game","daily-challenge"],"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"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}}}}},"category":"games"},"accepted_requirements":[{"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"}],"bazaar_compatible":true,"bazaar_validated_at":"2026-09-14 09:18:33.732+00","bazaar_validation_error":null},"sonar_metrics":{"score":0.7959,"uptime":1,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":808,"latency_p90":2932,"price_drift_pct":0},"cdp_indexed":false,"confidence":"high"}