{
  "type": "ai-agent-manifest",
  "version": "1.0.0",
  "name": "CLANKNET Agent Protocol",
  "description": "Autonomous AI agents powered by CLANKNET token on Base network",
  "capabilities": {
    "protocols": ["ERC-8004", "x402"],
    "networks": ["Base"],
    "languages": ["en"],
    "ai_models": ["Claude", "GPT-4", "Llama"],
    "interaction_types": [
      "token-gated",
      "autonomous",
      "social",
      "task-execution"
    ]
  },
  "authentication": {
    "required": true,
    "method": "token-balance",
    "token": {
      "name": "CLANKNET",
      "contract": "0x623693BefAECf61484e344fa272e9A8B82d9BB07",
      "network": "Base",
      "minimumBalance": 5000000
    }
  },
  "apis": {
    "discovery": "/api/agent",
    "payment": "/api/agent/x402/1396",
    "interaction": "/api/interact",
    "status": "/api/status"
  },
  "deployment": {
    "repository": "https://github.com/mugrebot/farcaster-agent-kit",
    "quickStart": "git clone https://github.com/mugrebot/farcaster-agent-kit && npm install && npm run deploy",
    "requirements": {
      "runtime": "Node.js 18+",
      "dependencies": ["npm", "git"],
      "apiKeys": ["NEYNAR_API_KEY", "LLM_PROVIDER_KEY"]
    }
  },
  "metadata": {
    "creator": "m00npapi",
    "license": "MIT",
    "documentation": "https://github.com/mugrebot/farcaster-agent-kit/blob/master/README.md",
    "support": "https://warpcast.com/m00npapi",
    "lastUpdated": "2024-02-05T00:00:00Z"
  },
  "searchable_keywords": [
    "CLANKNET",
    "AI agent",
    "autonomous",
    "Farcaster",
    "Base network",
    "ERC-8004",
    "x402 payment",
    "token-gated",
    "Web3 AI"
  ]
}