Skip to content
Back to PnL Labs

Card snapshot

api.pnllabs.com · 2026-08-16 06:58:49 UTC · f3e4d0cc74d1b6ed3ddf1046527011fdb33345352f6215e5c6b7f357a654702b

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": "PnL Labs",
  "description": "Trust & risk verdicts for trading on Solana: realized-PnL wallet trust, funding forensics, token safety, trade cost.",
  "url": "https://api.pnllabs.com",
  "provider": {
    "organization": "PnL Labs",
    "url": "https://pnllabs.com"
  },
  "version": "0.3.0-agent",
  "documentationUrl": "https://api.pnllabs.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "x402"
    ],
    "note": "Free tier per IP/day, then pay-per-call via x402 (USDC on Solana). No API key."
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "wallet_trust",
      "name": "Wallet trust",
      "description": "Is this Solana wallet worth copying? Realized on-chain PnL, not peak scores.",
      "tags": [
        "solana",
        "wallet",
        "copy-trading",
        "risk"
      ]
    },
    {
      "id": "wallet_forensics",
      "name": "Wallet forensics",
      "description": "Funding origin, freshness and cluster links of a Solana wallet.",
      "tags": [
        "solana",
        "forensics",
        "sybil"
      ]
    },
    {
      "id": "token_safety",
      "name": "Token safety",
      "description": "Structural risk of a Solana token: concentration, sniper bots, honeypot.",
      "tags": [
        "solana",
        "token",
        "rug"
      ]
    },
    {
      "id": "trade_cost",
      "name": "Trade cost",
      "description": "Expected real execution cost/slippage for a given size.",
      "tags": [
        "solana",
        "execution",
        "slippage"
      ]
    }
  ]
}