# VelvetDAO Token Analysis

> VelvetDAO Token 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-15).

Analyzes a crypto token using AI, returning price data, social signals, risk score, and on-chain metrics.

## Facts

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

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-5e43d7a9 -d '<json body>'
```

Example prompt: Give me a full AI analysis of the PEPE token on Ethereum — price, social signals, on-chain data, and risk score so I can decide if it's worth investing.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized view of a single crypto token combining price, social, risk, and on-chain signals in one call. Prefer over generic price feeds when risk scoring and social sentiment context are needed together.

## Known failure modes

- Token not found or unsupported — returns 404 or empty result
- Invalid token address format — returns validation error
- Payment not fulfilled — x402 payment required error
- Network/chain not supported — returns unsupported chain error
- Rate limit exceeded — returns 429 too many requests

## How this service works

AI crypto token analysis: price, social signals, risk score, on-chain data.

## Output

Returns an AI-generated analysis of the specified crypto token including current price, social media signals, a risk score, and on-chain data metrics such as liquidity, holder distribution, and transaction activity.

## Example request

```json
{
 "chain": "ethereum",
 "token": "PEPE",
 "includeOnChainData": true
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "Token symbol (e.g. VELVET, VU) or contract address (0x...)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "ETH is trading at $3,200 with bullish sentiment..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vu-velvetdao-xyz-5e43d7a9/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)
