Critic challenges every conclusion
Final score is not just an LLM verdict. A separate Critic agent finds gaps in other agents' reasoning. Each unresolved challenge mathematically lowers score.
AGENTIC INFRASTRUCTURE · 0G MAINNET · OPEN SOURCE
Specialized agents — Planner, Researcher, Risk, Architect, Critic, Final — analyze a Web3 project end-to-end. Each report is hashed, signed by an authorized operator, and recorded on 0G Chain.
8 agents · ~30s per analysis · ~$0.03 cost · signed and recorded on 0G
Final score is not just an LLM verdict. A separate Critic agent finds gaps in other agents' reasoning. Each unresolved challenge mathematically lowers score.
Reports are hashed, signed by an authorized operator with EIP-712, and recorded in a smart contract on 0G Chain. You can verify integrity without trusting us.
Each analysis is stored in a 0G Storage memory index. Future tasks retrieve relevant precedents through semantic similarity, so context improves with every run.
MCP integration
ClawMind exposes its full pipeline as an MCP server. Two tools: analyze_web3_project and get_recent_analyses. Authentication uses the X-MCP-Client-Id header and each client is rate-limited.
{
"mcpServers": {
"clawmind": {
"url": "https://clawmind-mcp.vercel.app/sse",
"headers": {
"X-MCP-Client-Id": "your-client-id"
}
}
}
}