# Velvet DAO AI Wallet Portfolio Analysis

> Velvet DAO AI Wallet Portfolio Analysis is a paid API for AI agents from vu.velvetdao.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Analyzes a crypto wallet address to return AI-generated token balances, profit/loss metrics, and risk scores.

## Facts

- Endpoint: POST https://vu.velvetdao.xyz/api/v1/wallet_402
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vu-velvetdao-xyz-6598c56f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Ms0gVa9QgGf1fLTm2djy

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vu-velvetdao-xyz-6598c56f -d '<json body>'
```

Example prompt: Can you analyze my crypto wallet 0xAbc123... and tell me my current token balances, overall profit/loss, and any risk flags across my portfolio?

## When to prefer this

Use this endpoint when an agent needs a comprehensive AI-powered view of a wallet's portfolio, including not just raw balances but also PnL calculations and risk metrics in a single call. Prefer this over raw on-chain queries when you want synthesized, human-readable insights about portfolio health.

## Known failure modes

- Invalid or malformed wallet address returns 400 error
- Unsupported blockchain network returns error
- Wallet with no history or zero balances may return empty or minimal results
- Insufficient USDC payment (under $0.01) blocks the request via x402 payment required
- Rate limit or service unavailability returns 5xx error

## How this service works

AI wallet portfolio analysis: token balances, PnL, risk metrics.

## Output

Returns AI-generated analysis of the wallet including token holdings with balances, realized and unrealized PnL, risk metrics, and a portfolio summary or risk score.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "wallet": {
   "type": "string",
   "description": "Wallet address: 0x... for EVM or base58 for Solana"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "Portfolio value $12,500. Top holdings: ETH 60%, USDC 20%..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vu-velvetdao-xyz-6598c56f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vu.velvetdao.xyz](https://www.zero.xyz/host/vu.velvetdao.xyz/llms.txt)
