AGENTIC INFRASTRUCTURE · 0G MAINNET · OPEN SOURCE

Multi-agent Web3 due diligence with on-chain verifiable receipts.

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

LIVELatest analysis 5h ago·NO_GO score 34·signed by 0x9A0C...99F8 · verified

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.

Initial score70
High severity × 1-15
Medium severity × 1-7
Final score48

Every report is signed and on-chain

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.

SIGNED BY0x9A0C...99F8
ROOT HASH0x10d9...cc65
CONTRACT0x08a9...e2b1

Memory grows with every analysis

Each analysis is stored in a 0G Storage memory index. Future tasks retrieve relevant precedents through semantic similarity, so context improves with every run.

TOTAL RECORDS18
SEED3
RUNTIME15
NEW THIS WEEK+15

MCP integration

Works in Claude Desktop, Cursor, and any MCP client

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.

claude_desktop_config.json
{
  "mcpServers": {
    "clawmind": {
      "url": "https://clawmind-mcp.vercel.app/sse",
      "headers": {
        "X-MCP-Client-Id": "your-client-id"
      }
    }
  }
}