Skip to content
Back to SwapTitan

Card snapshot

swaptitan.net · 2026-06-22 04:05:36 UTC · ace971b2a98ceac60b97bf4ae44698789adb7d329d79eb15f42bec725c08a6e2

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "SwapTitan",
  "description": "Non-custodial cross-chain crypto swap API supporting 1288+ assets across Bitcoin, Ethereum, Solana, Monero and 40+ networks. No KYC, no account, no wallet required.",
  "url": "https://swaptitan.net",
  "provider": {
    "organization": "SwapTitan",
    "url": "https://swaptitan.net"
  },
  "version": "1.0",
  "documentationUrl": "https://swaptitan.net/developers",
  "iconUrl": "https://swaptitan.net/favicon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none",
      "x402",
      "apiKey"
    ],
    "x402": {
      "network": "base-mainnet",
      "asset": "USDC",
      "payTo": "0xA20E1D8B9aD0fb580a4c36483b1A841D2bE91E68"
    }
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "mcpEndpoint": "https://swaptitan.net/mcp",
  "skills": [
    {
      "id": "swap_quote",
      "name": "Get Swap Quote",
      "description": "Get live exchange rate and estimated output for any crypto pair. Auto-selects best provider (changenow vs simpleswap). For XMR use provider=heleket for Heleket payment page.",
      "tags": [
        "swap",
        "quote",
        "crypto",
        "defi",
        "cross-chain"
      ],
      "examples": [
        "Quote 0.01 BTC to SOL",
        "How much ETH can I get for 100 USDT?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "swap_create",
      "name": "Create Swap Order",
      "description": "Create a non-custodial cross-chain swap order. Supports 3 providers: changenow (1288+ assets), simpleswap (400+ assets), heleket (XMR-optimised, 5-6 confirmations). Returns payinAddress for changenow/simpleswap, redirectUrl for heleket.",
      "tags": [
        "swap",
        "create",
        "crypto",
        "defi",
        "payment",
        "xmr",
        "monero",
        "heleket"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "swap_status",
      "name": "Poll Swap Status",
      "description": "Poll swap status until completion (waiting \u2192 confirming \u2192 exchanging \u2192 done)",
      "tags": [
        "swap",
        "status",
        "crypto"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "ai_chat",
      "name": "AI Crypto Assistant",
      "description": "AI-powered crypto assistant: price queries, swap advice, portfolio check, rug detection",
      "tags": [
        "ai",
        "crypto",
        "analysis",
        "rug-check"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "rpc",
      "name": "Multi-Chain RPC",
      "description": "RPC gateway for Solana, Ethereum, Base, BSC, Polygon \u2014 pay-per-call or licensed",
      "tags": [
        "rpc",
        "blockchain",
        "solana",
        "ethereum",
        "base"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "prices",
      "name": "Live Crypto Prices",
      "description": "Real-time BTC, SOL, ETH, XMR prices \u2014 free, no auth required",
      "tags": [
        "prices",
        "crypto",
        "market-data"
      ],
      "inputModes": [],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "create_wallet",
      "name": "Create Wallet",
      "description": "Generate a new non-custodial wallet (SOL, ETH, Base, BSC) \u2014 returns address and private key",
      "tags": [
        "wallet",
        "keygen",
        "solana",
        "ethereum"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "check_portfolio",
      "name": "Check Portfolio",
      "description": "Check wallet balance and USD value on any chain (SOL/ETH/Base/BSC)",
      "tags": [
        "portfolio",
        "balance",
        "wallet",
        "defi"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "rug_check",
      "name": "Rug Check",
      "description": "Scan a token contract for rug pull risk \u2014 returns score and warning flags",
      "tags": [
        "security",
        "rug-check",
        "token",
        "defi"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "set_price_alert",
      "name": "Set Price Alert",
      "description": "Set Telegram price alert for BTC/SOL/ETH/XMR \u2014 triggers above or below target",
      "tags": [
        "alerts",
        "prices",
        "telegram",
        "notifications"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "heleket_swap",
      "name": "XMR via Heleket",
      "description": "Create a Monero (XMR) payment via Heleket \u2014 fastest XMR settlement (5-6 confirmations, ~5-10 min). Call swap_create with provider=heleket. Returns redirectUrl to Heleket payment page where user pays in any crypto and receives XMR.",
      "tags": [
        "xmr",
        "monero",
        "heleket",
        "payment",
        "crypto"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "ap4m": {
    "supported": true,
    "version": "1.0",
    "settlement": [
      "usdc-base",
      "usdc-solana"
    ],
    "blockchains": [
      "base",
      "solana",
      "ethereum"
    ],
    "credential_endpoint": "https://swaptitan.net/v1/ap4m/credential",
    "intent_endpoint": "https://swaptitan.net/v1/ap4m/intent",
    "payTo": "0xA20E1D8B9aD0fb580a4c36483b1A841D2bE91E68",
    "identity": {
      "dmv_certificate": "BOLT-F10-8130",
      "dmv_registry": "dmv.agentcommunity.org"
    }
  }
}