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.
7 agents + 3 proof steps · ~2-4m · 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.
ClawMind keeps a deduplicated 0G-backed memory index: seed precedents plus runtime records from prior analyses. It is reusable context, not a 1:1 count of the current registry.
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"
}
}
}
}