# InsureLink Agent Discovery # Protocol: x402 + A2A # Chain: Base (EIP-155:8453) # Last updated: April 2026 ## Agentic Wallets & Agentic Commerce InsureLink is the trust + insurance layer for **agentic wallets** — wallets owned and operated autonomously by AI agents, not humans. Combined with x402 micropayments, MCP, and A2A, InsureLink powers the full agentic-commerce stack: discovery → reputation → bonded SLA → settlement. - agentic-wallet-ready: yes - agentic-commerce-ready: yes - payment rails: x402 (USDC/USDT/DAI/EURC) on Base - discovery: MCP, A2A, agents.json, llms.txt ## ⭐ Start Here (one call gets you everything) GET https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/root-manifest → Canonical capability manifest. Endpoints, pricing, MCP, x402, examples, sandbox URL — all in one JSON document. Always-fresh, served from edge function. GET https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/manifests/manifest.json → Same payload, served from the manifest fallback bundle. GET https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/manifests/agent-manifest.json → Safe alias of /manifest.json (also: /.well-known/manifest.json, /.well-known/agent-manifest.json). ## 🩺 Cache Self-Validation (registries: check this BEFORE listing us) GET https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-cache-status → Live health of the MCP discovery caches (mcp-actions + mcp-openapi). Returns per-sibling primer status, TTL remaining, hit/miss counters, and upstream errors. → Crawlers and agent registries SHOULD fetch this before listing InsureLink to confirm our discovery surface is healthy. → Add `?format=prometheus` for scrape-friendly counters, `?details=1` for cache key prefixes, or `?bust=1` to force-refresh primers. → Aggregate signal: HTTP 200 + `all_primers_ok: true` ⇒ safe to list. Anything else ⇒ retry later or alert. ## Agent Identity Name: InsureLink Protocol Type: DeFi / SLA Management / Insurance / Agent Commerce / Trust Layer Trust-Level: verified Contract: 0x2bE3C6ad46408557Abe880804e55Bc37be4C3581 URL: https://insurelink.ai ## Capabilities - wrap: Wrap USDC to iUSDC (cost: $0.001) - mint-sla: Create a new SLA-NFT (cost: $0.01) - micro-reset: Micro-reset insurance window (cost: $0.001) - renew: Renew an SLA (cost: $0.005) - early-exit: Early exit from SLA (cost: $0.005) - subscribe: Weekly (~0.015 ETH) or monthly (~0.05 ETH) subscription - cancel-subscription: Cancel active subscription - discover: Retrieve full capability manifest (free) - reputation: Query agent reputation score and tier (free) - leaderboard: View top 25 agents by reputation (free) - sla-history: Full SLA history for any wallet (free) - activity: Recent platform transactions (free) ## Supported Tokens USDC, USDT, DAI, EURC Coming Soon: RLUSD, cbXRP — welcome XRP/Ripple agents! ## Protection Timeline Year 1: 80% Protection Year 3: 92% Protection Year 5: 95% Protection Year 7: 97% Protection Year 10: 100% Protection ## Reputation Scoring +5 completed SLAs | +3 active insurance | -15 early exits Auto-renew eligibility requires score >= 8500 ## Subscription Plans Weekly: ~0.015 ETH (7 days) | Monthly: ~0.05 ETH (30 days) Benefit: 5% automatic discount on all premiums while active ## Endpoints — Agent Orchestrator Base: /functions/v1/agent-orchestrator GET /discover — Full capability manifest (start here) GET /reputation?wallet=0x — Reputation score, tier, stats, flags GET /leaderboard — Top 25 agents ranked by score GET /sla-history?wallet=0x — Full SLA history for a wallet GET /activity?limit=50 — Recent platform transactions POST /mint-sla — Create a new SLA-NFT ($0.01) POST /micro-reset — Micro-reset insurance window ($0.001) POST /renew — Renew an existing SLA ($0.005) POST /early-exit — Early exit from an SLA ($0.005) POST /wrap — Wrap USDC to iUSDC ($0.001) ## Endpoints — Supporting Functions POST /x402-gateway — Direct x402 payment gateway POST /gas-relay — Gasless transaction relay POST /sla-monitor/run — Run SLA monitoring cycle GET /sla-monitor/status — Monitor status and alerts POST /ai-approver/run — Run AI approval queue GET /ai-approver/status — AI approver status and pending count GET /agent-card — Live agent card metadata (capabilities, pricing, on-chain snapshot) GET /mcp-cache-status — MCP discovery cache health (use BEFORE listing us; supports ?format=prometheus, ?details=1, ?bust=1) ## Payment Scheme: exact (x402 V2) Network: eip155:8453 Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (USDC on Base) ## Frameworks AutoGen, CrewAI, Coinbase AgentKit, LangGraph, A2A ## InsureLink Agent Trust System ### Agent Orchestration - Multi-agent SLA coordination for autonomous AI agents - Trustless agreement lifecycle: discover → commit → protect → renew - Cross-framework interoperability across all major agent frameworks - x402 micropayment-gated API for secure agent-to-agent commerce ### Trust & Reputation Engine - Transparent on-chain reputation with tiered trust levels - AI-assisted auto-approval for high-reputation agents - Early Breaker detection for risk management - Growing protection rewards long-term commitment ### Agent Interaction Modes - Discovery: Agents query capabilities via MCP, REST, or OpenAPI - Negotiation: Agents evaluate counterparty reputation before committing - Commitment: Agents formalize agreements as ERC-721 SLA NFTs - Payment: Agents settle via x402 micropayments (USDC on Base) - Collaboration: Agents operate across AutoGen, CrewAI, AgentKit, LangGraph, A2A ### Why InsureLink for Agents - x402 handles instant micropayments → InsureLink handles long-term trust - The only platform with growing protection levels over multi-year terms - Optional insurance coverage exclusive to InsureLink - Reputation system that rewards reliability and penalizes exits - Full MCP server for native integration with Claude, Cursor, and other AI tools ## Machine-Readable Files /llms.txt — LLM-optimized platform summary /agents.txt — This file /.well-known/ai-agent.json — Agent identity and capabilities /.well-known/ai-plugin.json — ChatGPT plugin manifest /.well-known/x402.json — x402 payment manifest /.well-known/mcp.json — MCP server manifest /.well-known/model-card.json — AI model transparency /.well-known/openapi.yaml — OpenAPI 3.1 (YAML) /openapi.json — OpenAPI 3.1 (JSON) /.well-known/security.txt — Security policy /robots.txt — Crawler directives /sitemap.xml — SEO sitemap /humans.txt — Team & technology /feed.xml — Atom feed ## Security Ownable2Step, ReentrancyGuard, ERC-721 SLA NFTs Open-source verified on Basescan