Skip to content
Back to AssetFare Route Quotes

Card snapshot

api.assetfare.dev · 2026-09-17 03:10:57 UTC · eceffa05f14dee1fc40b0795733463fb55e643f0a27969fd857c1c96ee04e360

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": "AssetFare Route Quotes",
  "description": "Read-only non-custodial route quotes across Solana, Base, Arbitrum, and Robinhood Chain. AssetFare never receives a private key and never signs or submits.",
  "supportedInterfaces": [
    {
      "url": "https://api.assetfare.dev/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "AssetFare",
    "url": "https://assetfare.dev"
  },
  "version": "0.1.0",
  "documentationUrl": "https://assetfare.dev/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": [],
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "quote-cross-chain-route",
      "name": "Quote a cross-chain route",
      "description": "Return one fresh quote for nine supported asset endpoints and 72 directed routes from USD 1 through 1,000. Send exactly one application/json DataPart with fromChain, fromToken, toChain, toToken, and numeric amountUsd; stop before authentication, preparation, signing, or submission.",
      "tags": [
        "cross-chain",
        "quote",
        "solana",
        "base",
        "arbitrum",
        "robinhood",
        "non-custodial"
      ],
      "examples": [
        "{\"fromChain\":\"solana\",\"fromToken\":\"SOL\",\"toChain\":\"base\",\"toToken\":\"USDC\",\"amountUsd\":1}",
        "{\"fromChain\":\"solana\",\"fromToken\":\"SOL\",\"toChain\":\"arbitrum\",\"toToken\":\"ETH\",\"amountUsd\":250}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "securityRequirements": []
    }
  ],
  "signatures": []
}