Back to Inteliose Intelligence Agent

Card snapshot

www.daointel.io · 2026-05-18 15:58:51 UTC · 90f485f21139982b9369f5347638a6aa7283fc2ee71c995e4cd7ff0dc8dd51f7

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Inteliose Intelligence Agent",
  "description": "Web4 AI intelligence agent for cryptocurrency token analysis on Base and Solana. Provides health verdicts (GREEN/YELLOW/RED), risk baselines, failure mode detection, and revival plans. Powered by on-chain data aggregation and Gemini AI.",
  "url": "https://www.daointel.io/a2a",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "Inteliose",
    "url": "https://www.daointel.io"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "token-health-check",
      "name": "Token Health Check",
      "description": "Full DYOR analysis of a token. Returns AI-powered health verdict (GREEN/YELLOW/RED), risk assessment, failure modes, key points, and actionable recommendations. Requires a token address and chain (Base or Solana).",
      "tags": [
        "defi",
        "token-analysis",
        "risk",
        "base",
        "solana",
        "dyor",
        "ai-verdict"
      ]
    },
    {
      "id": "risk-baseline",
      "name": "Risk Baseline Scan",
      "description": "Quick security scan of a token. Returns security flags (hidden owner, proxy contract, mintable, blacklist, etc.), buy/sell tax rates, and ownership status. No AI call \u2014 fast and lightweight.",
      "tags": [
        "defi",
        "risk",
        "security",
        "quick-check"
      ]
    }
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer"
    }
  }
}