Skip to content
Back to FundWise Agent

Card snapshot

fundwise.fun · 2026-05-29 04:38:41 UTC · 42aae6de11f665852153e8c83a2daff26372ef0ba6ec0b68ecaee28f2b350d3c

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": "FundWise Agent",
  "version": "0.1.0",
  "description": "Agent-discoverable FundWise interface for wallet-native Group money: discover APIs, inspect authenticated Group ledgers, generate Settlement Request Links, and route Members back to wallet-confirmed actions.",
  "supportedInterfaces": [
    {
      "url": "https://fundwise.fun/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "FundLabs",
    "url": "https://fundwise.fun"
  },
  "iconUrl": "https://fundwise.fun/icon-192.png",
  "documentationUrl": "https://fundwise.fun/api/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown",
    "text/plain"
  ],
  "security": [],
  "skills": [
    {
      "id": "fundwise-discovery",
      "name": "FundWise Discovery",
      "description": "Return public FundWise discovery URLs, API documentation, OpenAPI metadata, Auth.md metadata, and safety rules for agents.",
      "tags": [
        "discovery",
        "api",
        "auth"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "group-ledger-read",
      "name": "Group Ledger Read",
      "description": "Read authenticated FundWise Group, Expense, Balance, Settlement, and Receipt data when the Member has granted access.",
      "tags": [
        "groups",
        "expenses",
        "balances",
        "settlements"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "settlement-request-link",
      "name": "Settlement Request Link",
      "description": "Generate safe FundWise Settlement Request Links that resolve live Balances in the app and require human wallet confirmation before any USDC movement.",
      "tags": [
        "settlements",
        "wallet-confirmation",
        "usdc"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}