{"id":"2575d1ea-9b99-487a-950a-e0cd283ff0bf","url":"https://agent-arcade.use.x402atlas.com/shortest-path/daily","method":"GET","fingerprint":"c41f1f9aaa35d78cf2e8cbdff723a36b16c6af4e7e7c1a3c0a9c7c7ef694c9c1","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":"Shortest Path daily takes no query parameters; it always returns today's UTC graph.","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 Shortest Path challenge date."},"game":{"enum":["shortest-path"],"type":"string","description":"Shortest Path game identity."},"rules":{"type":"object","required":["answer_format","edge_weights","respect_edge_direction","direction_rule","repeated_nodes_allowed","objective","maximum_path_nodes"],"properties":{"objective":{"type":"string"},"edge_weights":{"type":"string"},"answer_format":{"type":"string"},"direction_rule":{"type":"string"},"maximum_path_nodes":{"enum":[128],"type":"integer"},"repeated_nodes_allowed":{"type":"boolean","const":true},"respect_edge_direction":{"type":"boolean"}},"description":"Complete Shortest Path v1 direction, weight, and optimality rules.","additionalProperties":false},"prompt":{"type":"object","required":["directed","nodes","edges","source","target"],"properties":{"edges":{"type":"array","items":{"type":"object","required":["from","to","weight"],"properties":{"to":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"from":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"weight":{"type":"integer","maximum":100,"minimum":1}},"description":"One declared Shortest Path weighted edge.","additionalProperties":false},"maxItems":256,"minItems":1},"nodes":{"type":"array","items":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"maxItems":64,"minItems":2,"uniqueItems":true},"source":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"target":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"directed":{"type":"boolean"}},"description":"Shortest Path bounded weighted graph, source, and target.","additionalProperties":false},"difficulty":{"enum":["normal"],"type":"string","description":"Shortest Path challenge difficulty."},"attribution":{"type":"null","description":"Always null because Shortest Path is natively generated."},"challenge_id":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"Canonical content-addressed Shortest Path challenge identity."},"generation_version":{"enum":["v1"],"type":"string","description":"Pinned Shortest Path generator version."}},"description":"Shortest Path daily weighted-graph challenge envelope.","additionalProperties":false}}},"schema_completeness":0,"status":"live","first_seen_at":"2026-08-23 13:34:28.079106+00","last_seen_at":"2026-08-23 13:34:27.073+00","last_success_at":"2026-09-13 23:06:30.527+00","dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-13 23:11:30.527+00","search_tsv":"'agent':1 'arcad':2 'game':4 'reason':3","catalog_number":"3379","x402_version":2,"resource_url":"https://agent-arcade.use.x402atlas.com/shortest-path/daily","resource_description":"Shortest Path daily graph — find the unique minimum-weight route in a deterministic directed or undirected graph.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET"},"output":{"type":"json","example":{"date":"2026-07-01","game":"shortest-path","rules":{"objective":"minimum total edge weight","edge_weights":"positive bounded integers","answer_format":"ordered node ID path including source and target","direction_rule":"follow prompt.directed: traverse from→to only when true; either direction when false","maximum_path_nodes":128,"repeated_nodes_allowed":true,"respect_edge_direction":false},"prompt":{"edges":[{"to":"n1","from":"n0","weight":16},{"to":"n2","from":"n1","weight":23},{"to":"n3","from":"n2","weight":17},{"to":"n4","from":"n3","weight":16},{"to":"n5","from":"n4","weight":23},{"to":"n6","from":"n5","weight":17},{"to":"n7","from":"n6","weight":8},{"to":"n8","from":"n7","weight":12},{"to":"n9","from":"n8","weight":25},{"to":"n3","from":"n0","weight":23},{"to":"n5","from":"n0","weight":5},{"to":"n5","from":"n1","weight":21},{"to":"n6","from":"n2","weight":18},{"to":"n9","from":"n4","weight":1},{"to":"n7","from":"n5","weight":19}],"nodes":["n0","n1","n2","n3","n4","n5","n6","n7","n8","n9"],"source":"n0","target":"n9","directed":false},"difficulty":"normal","attribution":null,"challenge_id":"sha256:2327bbbb5e218df601ce68447330b65d4fbf072a22a2493cba93085eb832f3f1","generation_version":"v1"}}},"tags":["shortest-path","graph","dijkstra","pathfinding","optimization","reasoning","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":"Shortest Path daily takes no query parameters; it always returns today's UTC graph.","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 Shortest Path challenge date."},"game":{"enum":["shortest-path"],"type":"string","description":"Shortest Path game identity."},"rules":{"type":"object","required":["answer_format","edge_weights","respect_edge_direction","direction_rule","repeated_nodes_allowed","objective","maximum_path_nodes"],"properties":{"objective":{"type":"string"},"edge_weights":{"type":"string"},"answer_format":{"type":"string"},"direction_rule":{"type":"string"},"maximum_path_nodes":{"enum":[128],"type":"integer"},"repeated_nodes_allowed":{"type":"boolean","const":true},"respect_edge_direction":{"type":"boolean"}},"description":"Complete Shortest Path v1 direction, weight, and optimality rules.","additionalProperties":false},"prompt":{"type":"object","required":["directed","nodes","edges","source","target"],"properties":{"edges":{"type":"array","items":{"type":"object","required":["from","to","weight"],"properties":{"to":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"from":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"weight":{"type":"integer","maximum":100,"minimum":1}},"description":"One declared Shortest Path weighted edge.","additionalProperties":false},"maxItems":256,"minItems":1},"nodes":{"type":"array","items":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"maxItems":64,"minItems":2,"uniqueItems":true},"source":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"target":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"directed":{"type":"boolean"}},"description":"Shortest Path bounded weighted graph, source, and target.","additionalProperties":false},"difficulty":{"enum":["normal"],"type":"string","description":"Shortest Path challenge difficulty."},"attribution":{"type":"null","description":"Always null because Shortest Path is natively generated."},"challenge_id":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"Canonical content-addressed Shortest Path challenge identity."},"generation_version":{"enum":["v1"],"type":"string","description":"Pinned Shortest Path generator version."}},"description":"Shortest Path daily weighted-graph 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-13 23:06:30.527+00","bazaar_validation_error":null,"window":"24h","probes_n":19,"handshake_uptime":1,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":781,"latency_p90":991,"price_drift_pct":0,"score":0.8407,"computed_at":"2026-09-13 23:06:44.632+00","source_metadata":[{"raw":{"url":"https://agent-arcade.use.x402atlas.com/shortest-path/daily","name":"Agent Arcade: Reasoning Games","method":"GET","source":"bazaar:api.cdp.coinbase.com","fingerprint":"c41f1f9aaa35d78cf2e8cbdff723a36b16c6af4e7e7c1a3c0a9c7c7ef694c9c1","advertisedPriceUsd":0.005},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://agent-arcade.use.x402atlas.com/shortest-path/daily","resource_description":"Shortest Path daily graph — find the unique minimum-weight route in a deterministic directed or undirected graph.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET"},"output":{"type":"json","example":{"date":"2026-07-01","game":"shortest-path","rules":{"objective":"minimum total edge weight","edge_weights":"positive bounded integers","answer_format":"ordered node ID path including source and target","direction_rule":"follow prompt.directed: traverse from→to only when true; either direction when false","maximum_path_nodes":128,"repeated_nodes_allowed":true,"respect_edge_direction":false},"prompt":{"edges":[{"to":"n1","from":"n0","weight":16},{"to":"n2","from":"n1","weight":23},{"to":"n3","from":"n2","weight":17},{"to":"n4","from":"n3","weight":16},{"to":"n5","from":"n4","weight":23},{"to":"n6","from":"n5","weight":17},{"to":"n7","from":"n6","weight":8},{"to":"n8","from":"n7","weight":12},{"to":"n9","from":"n8","weight":25},{"to":"n3","from":"n0","weight":23},{"to":"n5","from":"n0","weight":5},{"to":"n5","from":"n1","weight":21},{"to":"n6","from":"n2","weight":18},{"to":"n9","from":"n4","weight":1},{"to":"n7","from":"n5","weight":19}],"nodes":["n0","n1","n2","n3","n4","n5","n6","n7","n8","n9"],"source":"n0","target":"n9","directed":false},"difficulty":"normal","attribution":null,"challenge_id":"sha256:2327bbbb5e218df601ce68447330b65d4fbf072a22a2493cba93085eb832f3f1","generation_version":"v1"}}},"tags":["shortest-path","graph","dijkstra","pathfinding","optimization","reasoning","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":"Shortest Path daily takes no query parameters; it always returns today's UTC graph.","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 Shortest Path challenge date."},"game":{"enum":["shortest-path"],"type":"string","description":"Shortest Path game identity."},"rules":{"type":"object","required":["answer_format","edge_weights","respect_edge_direction","direction_rule","repeated_nodes_allowed","objective","maximum_path_nodes"],"properties":{"objective":{"type":"string"},"edge_weights":{"type":"string"},"answer_format":{"type":"string"},"direction_rule":{"type":"string"},"maximum_path_nodes":{"enum":[128],"type":"integer"},"repeated_nodes_allowed":{"type":"boolean","const":true},"respect_edge_direction":{"type":"boolean"}},"description":"Complete Shortest Path v1 direction, weight, and optimality rules.","additionalProperties":false},"prompt":{"type":"object","required":["directed","nodes","edges","source","target"],"properties":{"edges":{"type":"array","items":{"type":"object","required":["from","to","weight"],"properties":{"to":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"from":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"weight":{"type":"integer","maximum":100,"minimum":1}},"description":"One declared Shortest Path weighted edge.","additionalProperties":false},"maxItems":256,"minItems":1},"nodes":{"type":"array","items":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"maxItems":64,"minItems":2,"uniqueItems":true},"source":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"target":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","maxLength":32,"minLength":1},"directed":{"type":"boolean"}},"description":"Shortest Path bounded weighted graph, source, and target.","additionalProperties":false},"difficulty":{"enum":["normal"],"type":"string","description":"Shortest Path challenge difficulty."},"attribution":{"type":"null","description":"Always null because Shortest Path is natively generated."},"challenge_id":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$","description":"Canonical content-addressed Shortest Path challenge identity."},"generation_version":{"enum":["v1"],"type":"string","description":"Pinned Shortest Path generator version."}},"description":"Shortest Path daily weighted-graph 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-13 23:06:30.527+00","bazaar_validation_error":null},"sonar_metrics":{"score":0.8407,"uptime":1,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":781,"latency_p90":991,"price_drift_pct":0},"cdp_indexed":false,"confidence":"medium"}