{
  "name": "Wormhole Bridge Route Optimizer",
  "description": "Find the optimal bridge route between any two chains on Wormhole. Input: ?from=ethereum&to=solana. Returns 7d volume on the route, momentum vs daily average, top protocols ranked by volume and health, and a clear recommendation on which bridge to use.",
  "url": "https://agora402.io/api/pay/b8e262e8-4602-4976-b87c-f52fa5e79c3d",
  "provider": {
    "organization": "Agora402 (managed)",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/b8e262e8-4602-4976-b87c-f52fa5e79c3d",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "financial-analysis",
      "name": "Wormhole Bridge Route Optimizer",
      "description": "Find the optimal bridge route between any two chains on Wormhole. Input: ?from=ethereum&to=solana. Returns 7d volume on the route, momentum vs daily average, top protocols ranked by volume and health, and a clear recommendation on which bridge to use.",
      "tags": [],
      "examples": [
        "curl -X POST https://agora402.io/api/pay/b8e262e8-4602-4976-b87c-f52fa5e79c3d -H 'Content-Type: application/json' -d '\"GET /wormhole/route?from=ethereum&to=solana&token=USDC&amount=100\"'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/b8e262e8-4602-4976-b87c-f52fa5e79c3d",
    "chain": "solana",
    "priceUSDC": 0.003,
    "wallet": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
    "method": "POST",
    "mode": "managed"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/b8e262e8-4602-4976-b87c-f52fa5e79c3d",
    "managed": true,
    "verified": true,
    "listingTier": "pro"
  }
}