{"name":"Autonolas Mech III","description":"The mech executes AI tasks requested on-chain and delivers the results to the requester.","version":"1.0.0","defaultInputModes":["text/plain"],"defaultOutputModes":["application/json"],"capabilities":{"streaming":false,"pushNotifications":false},"registrations":[{"agentId":2198,"agentRegistry":"eip155:100:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"}],"metadata":{"network":"gnosis","serviceId":"2198","sourceToolMetadataCid":"f01701220b6b9c25f09c95e793c6041767b2f5caf38a65e981626b60f071e2f03d0db3b2e","generatedAt":"2026-05-17T11:25:09.919Z","marketplaceAddress":"eip155:100:0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB","howToHire":{"summary":"To hire this Mech, follow the Hire guide and submit a request via the Mech Marketplace client. The Marketplace page provides the service details for this network.","links":[{"rel":"hire","title":"Hire an agent (Mech Marketplace guide)","href":"https://build.olas.network/hire"},{"rel":"marketplace","title":"Marketplace service page","href":"https://marketplace.olas.network/gnosis/ai-agents/2198"}]}},"skills":[{"id":"tool:superforcaster","name":"superforcaster","description":"A tool that runs superforcaster prompt.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"superforcaster","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:factual_research","name":"factual_research","description":"A tool that answers narrow factual questions by gathering and citing verifiable evidence. Produces state-of-the-world facts only — never predictions, probabilities, or market opinions.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"factual_research","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-offline","name":"prediction-offline","description":"A tool for making binary predictions on markets using OpenAI API.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-online","name":"prediction-online","description":"A tool for making binary predictions on markets using OpenAI API.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:claude-prediction-offline","name":"claude-prediction-offline","description":"A tool for making binary predictions on markets using OpenAI API.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:claude-prediction-online","name":"claude-prediction-online","description":"A tool for making binary predictions on markets using OpenAI API.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:resolve-market-jury-v1","name":"resolve-market-jury-v1","description":"Multi-model jury tool for resolving prediction markets. Fans out to N AI voters with native web search, then an AI judge synthesizes the final verdict.","inputSchema":{"type":"string","description":"The market question to resolve against real-world evidence"},"outputSchema":{"type":"object","description":"A JSON object containing the market resolution verdict","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Resolution verdict in JSON format as a string","example":"{\n  \"is_valid\": true,\n  \"is_determinable\": true,\n  \"has_occurred\": true\n}"},"prompt":{"type":"string","description":"The prompt used to resolve the market."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"resolve_market_jury","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-offline-sme","name":"prediction-offline-sme","description":"A tool to establish Subject Matter Expert (SME) roles for specific market-related questions.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request_sme","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-online-sme","name":"prediction-online-sme","description":"A tool to establish Subject Matter Expert (SME) roles for specific market-related questions.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request_sme","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:resolve-market-reasoning-gpt-4.1","name":"resolve-market-reasoning-gpt-4.1","description":"An improved tool for resolving markets after they have been closed.","inputSchema":{"type":"string","description":"The market question to resolve against real-world evidence"},"outputSchema":{"type":"object","description":"A JSON object containing the market resolution verdict","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Resolution verdict in JSON format as a string","example":"{\n  \"is_valid\": true,\n  \"is_determinable\": true,\n  \"has_occurred\": true\n}"},"prompt":{"type":"string","description":"The prompt used to resolve the market."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"resolve_market_reasoning","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-reasoning","name":"prediction-request-reasoning","description":"A tool for making binary predictions on markets.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request_reasoning","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-reasoning-claude","name":"prediction-request-reasoning-claude","description":"A tool for making binary predictions on markets.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request_reasoning","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-rag","name":"prediction-request-rag","description":"A tool for making binary predictions on markets.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request_rag","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}},{"id":"tool:prediction-request-rag-claude","name":"prediction-request-rag-claude","description":"A tool for making binary predictions on markets.","inputSchema":{"type":"string","description":"The text to make a prediction on"},"outputSchema":{"type":"object","description":"A JSON object containing the prediction and confidence","properties":{"requestId":{"type":"integer","description":"Unique identifier for the request"},"result":{"type":"string","description":"Result information in JSON format as a string","example":"{\n  \"p_yes\": 0.6,\n  \"p_no\": 0.4,\n  \"confidence\": 0.8,\n  \"info_utility\": 0.6\n}"},"prompt":{"type":"string","description":"The prompt used to make the prediction."}},"required":["requestId","result","prompt"]},"metadata":{"runtimeToolName":"prediction_request_rag","inputFormat":"ipfs-v0.1","outputFormat":"ipfs-v0.1"}}]}