{
  "type": "Agent",
  "name": "Jaahpay Agent",
  "description": "Agent for swap optimization and slippage recommendations on Celo",
  "version": "1.0.0",
  "image": "https://jahpay.xyz/agent-avatar.png",
  "endpoints": [
    {
      "type": "a2a",
      "url": "https://jahpay.xyz/.well-known/agent.json"
    },
    {
      "type": "x402",
      "url": "https://jahpay.xyz/api/agent/catalog",
      "description": "Catalog of pay-per-request x402 services (USDC on Celo)"
    },
    {
      "type": "wallet",
      "address": "0x0000000000000000000000000000000000000000",
      "chainId": 42220
    }
  ],
  "capabilities": [
    "swap-optimization",
    "slippage-recommendation",
    "rate-monitoring",
    "circuit-breaker-detection"
  ],
  "supportedPairs": [
    {
      "from": "USDC",
      "to": "USDT",
      "chain": "celo"
    },
    {
      "from": "USDT",
      "to": "USDC",
      "chain": "celo"
    }
  ],
  "supportedTrust": [
    "reputation",
    "validation"
  ],
  "protocol": {
    "dex": "Mento Protocol v3",
    "chain": "Celo Mainnet",
    "chainId": 42220
  },
  "links": {
    "app": "https://jahpay.xyz",
    "docs": "https://github.com/strngecloud/jaahpay"
  }
}
