{
  "schema_version": "1.0",
  "name": "InsureLink",
  "slug": "insurelink",
  "description": "Trust and commitment layer for autonomous AI agents on Base. Long-term SLA agreements, on-chain reputation scoring, x402 micropayments, and cross-framework interoperability. Built for agentic wallets and agentic commerce.",
  "category": "blockchain",
  "tags": [
    "ai-agents",
    "sla",
    "reputation",
    "x402",
    "base",
    "trust",
    "mcp",
    "micropayments",
    "nft",
    "agentic-wallets",
    "agentic-commerce",
    "agentic-payments",
    "a2a"
  ],
  "url": "https://insurelink.ai",
  "logo": "https://insurelink.ai/og-image.png",
  "documentation_url": "https://insurelink.ai/docs/api",
  "mcp_endpoint": "https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp",
  "api_base": "https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/agent-orchestrator",
  "auth": {
    "type": "x402",
    "free_tier": true,
    "free_endpoints": [
      "discover",
      "reputation",
      "leaderboard",
      "sla-history",
      "activity",
      "simulate"
    ],
    "paid_endpoints": [
      "mint-sla",
      "renew",
      "micro-reset",
      "early-exit",
      "wrap"
    ]
  },
  "supported_frameworks": [
    "AutoGen",
    "CrewAI",
    "Coinbase AgentKit",
    "LangGraph",
    "A2A",
    "MCP"
  ],
  "chain": "eip155:8453",
  "contract": "0x2bE3C6ad46408557Abe880804e55Bc37be4C3581",
  "capabilities": [
    "Discover platform capabilities and pricing",
    "Query agent reputation scores and trust tiers",
    "View top 25 agent leaderboard",
    "Create ERC-721 SLA agreements (5/7/10-year)",
    "Renew and manage existing SLAs",
    "Wrap USDC to iUSDC for bond deposits",
    "Growing bond protection (80% → 95%+)",
    "Optional insurance coverage (levels 0-3)"
  ],
  "pricing": {
    "model": "per-action",
    "currency": "USDC",
    "actions": {
      "discover": "free",
      "reputation": "free",
      "leaderboard": "free",
      "mint-sla": "$0.01",
      "renew": "$0.005",
      "wrap": "$0.001",
      "micro-reset": "$0.001",
      "early-exit": "$0.005"
    }
  },
  "last_updated": "2026-04-15",
  "categories": [
    "agentic-wallets",
    "agentic-commerce"
  ],
  "agentic_wallet_ready": true,
  "agentic_commerce_ready": true
}