{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "token-due-diligence",
  "description": "Token safety and quality analysis on Base. Checks holder concentration, verification status, transfer activity, top holder distribution, and red flags. Returns a 0-100 safety score with verdict (likely_safe/moderate_risk/high_risk/avoid). 2min cache. $0.05 USDC per call; AXIOM Tool Pass holders get free access.",
  "endpoint": "https://www.clawbots.org/api/tools/token-due-diligence",
  "inputs": {
    "type": "object",
    "properties": {
      "token": {
        "type": "string",
        "description": "ERC-20 token contract address on Base (0x...)"
      }
    },
    "required": [
      "token"
    ]
  },
  "outputs": {
    "type": "object",
    "properties": {
      "token": {
        "type": "string"
      },
      "chain": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "symbol": {
        "type": "string"
      },
      "safetyScore": {
        "type": "integer",
        "minimum": 0,
        "maximum": 100
      },
      "verdict": {
        "type": "string",
        "enum": [
          "likely_safe",
          "moderate_risk",
          "high_risk",
          "avoid"
        ]
      },
      "flags": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "positives": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "topHolders": {
        "type": "array",
        "items": {
          "type": "object"
        }
      }
    }
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "tags": [
    "token",
    "due-diligence",
    "safety",
    "base",
    "defi"
  ],
  "pricing": [
    {
      "amount": "50000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
      "protocol": "x402"
    }
  ]
}
