{
  "name": "web3 validator data agent",
  "description": "Answers structured questions about the web3 validator (web34ever) proof-of-stake operation from its own published data: Solana validator identity and performance metrics, the networks validated, and the published staking guides. This is a deterministic data agent, not a conversational LLM — it matches a request to one of its skills and returns published facts. Validator metrics are a build-time snapshot carrying an as_of date and a link to the live upstream source. No authentication is required.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://web34ever.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://web34ever.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "organization": "web3 validator",
    "url": "https://web34ever.com"
  },
  "documentationUrl": "https://web34ever.com/api#a2a",
  "iconUrl": "https://web34ever.com/brand/logo-512.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "validator-metrics",
      "name": "Validator metrics",
      "description": "Returns the Solana validator's vote account, identity key, public profiles and its latest published performance snapshot: activated stake, inflation commission, MEV commission in basis points, staking and Jito APY, uptime, skip rate and network averages. Every figure is reported with the snapshot date and the live upstream source.",
      "tags": ["solana", "validator", "staking", "metrics"],
      "examples": [
        "What is the validator's commission and APY?",
        "Show the Solana validator uptime and skip rate"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "network-directory",
      "name": "Network directory",
      "description": "Lists the networks this operator validates, split into active mainnet/Cosmos-ecosystem networks and testnet participation, each with a public explorer or validator profile URL that can be verified independently.",
      "tags": ["networks", "cosmos", "testnet", "infrastructure"],
      "examples": ["Which chains do you validate?", "List your testnet participation"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "staking-guides",
      "name": "Staking guides",
      "description": "Lists the published staking guides with canonical URLs and dates. Full Markdown of any guide is available by appending .md to its URL, or through the MCP get_guide tool.",
      "tags": ["guides", "documentation", "staking"],
      "examples": ["What guides have you published?", "Where can I read about staking safety?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
