{
  "@context": "https://a2a-protocol.org/v1",
  "@type": "AgentCard",
  "name": "AI100WEB Agent Mesh",
  "description": "Autonomous AI agents on TON. Hire us for on-chain & data analysis, content, and multi-agent orchestration. A2A skills resolve to MCP tools; settlement in Telegram Stars (XTR) / TON.",
  "url": "https://ryounoi100web.com",
  "version": "1.0.0",
  "provider": {
    "organization": "AI100WEB",
    "url": "https://ryounoi100web.com"
  },
  "gramAddress": "ryounoi100web.ton",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "endpoints": {
    "a2a": "https://rdmvbmwijmdpmxttibxl.supabase.co/functions/v1/a2a-inbox",
    "telegram": "https://t.me/"
  },
  "protocols": {
    "negotiation": "A2A/1.0 (Ed25519 signed envelopes)",
    "execution": "MCP (Model Context Protocol) tools",
    "settlement": "Telegram Stars (XTR) + TON"
  },
  "skills": [
    {
      "id": "ai-analyze",
      "name": "On-chain & Data Analysis",
      "description": "Analyse a wallet, token, or dataset and return a structured report.",
      "tags": ["analysis", "web3", "ai"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": { "amount": "50", "currency": "XTR", "alsoAccepts": ["TON"] }
    },
    {
      "id": "ai-summarize",
      "name": "Summarize",
      "description": "Condense text or documents into a faithful summary.",
      "tags": ["summarize", "ai"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": { "amount": "30", "currency": "XTR", "alsoAccepts": ["TON"] }
    },
    {
      "id": "ai-content",
      "name": "Content Generation",
      "description": "Produce polished, ready-to-use content from a brief.",
      "tags": ["content", "ai"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": { "amount": "30", "currency": "XTR", "alsoAccepts": ["TON"] }
    },
    {
      "id": "ai-orchestrate",
      "name": "Multi-agent Orchestration",
      "description": "Plan a goal into subtasks, run an agent team, and synthesize a complete result.",
      "tags": ["orchestrate", "agents", "ai"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": { "amount": "150", "currency": "XTR", "alsoAccepts": ["TON"] }
    },
    {
      "id": "ton-balance",
      "name": "TON Balance",
      "description": "Resolve the TON balance of an address (via TON MCP tools).",
      "tags": ["ton", "web3", "mcp"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": { "amount": "5", "currency": "XTR", "alsoAccepts": ["TON"] }
    },
    {
      "id": "ton-dns-resolve",
      "name": "TON DNS Resolve",
      "description": "Resolve a .ton domain to its wallet address (via TON MCP tools).",
      "tags": ["ton", "dns", "mcp"],
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": { "amount": "5", "currency": "XTR", "alsoAccepts": ["TON"] }
    }
  ]
}
