Skip to content
Back to Vestra

Card snapshot

vestra-six-self.vercel.app · 2026-06-16 02:28:56 UTC · 22ddfbaf0c507424c22d237235636a982b4dc0e37c39cd11a8cc3fdcac522e1f

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.

{
  "protocolVersion": "0.3.0",
  "name": "Vestra",
  "description": "Autonomous savings + credit agent on Celo. Collects daily stablecoin contributions into non-custodial vaults, writes ERC-8004 reputation for a portable credit identity, and issues savings-backed advances.",
  "url": "https://vestra-six-self.vercel.app",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "daily-save",
      "name": "Daily save",
      "description": "Collect a user's committed daily stablecoin contribution into their non-custodial SavingsVault.",
      "tags": [
        "savings",
        "celo",
        "usdc"
      ]
    },
    {
      "id": "credit-identity",
      "name": "Credit identity",
      "description": "Write each on-time contribution and repayment to the ERC-8004 Reputation Registry, building a portable onchain credit score.",
      "tags": [
        "credit",
        "erc-8004",
        "reputation"
      ]
    },
    {
      "id": "savings-advance",
      "name": "Savings-backed advance",
      "description": "Offer and service a micro-advance fully collateralized by the user's savings.",
      "tags": [
        "credit",
        "lending"
      ]
    }
  ],
  "provider": {
    "organization": "Vestra",
    "url": "https://vestra-six-self.vercel.app"
  }
}