# VelvetDAO Crypto Q&A (ask_402)

> VelvetDAO Crypto Q&A (ask_402) 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).

Answers any natural language question about crypto with real-time price data, market sentiment, token analytics, and trend intelligence.

## Facts

- Endpoint: POST https://vu.velvetdao.xyz/api/v1/ask_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-fa677ffa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U9ZYpDMwMvCGdRxqcuz_z

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

Example prompt: What's the current price, market sentiment, and Fear & Greed index for Ethereum — and is the community leaning bullish or bearish right now?

## When to prefer this

Use this endpoint when you need a conversational, AI-synthesized answer to any crypto question — combining real-time price, sentiment, Fear & Greed, and on-chain signals in a single call. Prefer this over raw data APIs when you want a ready-to-display natural language summary rather than structured JSON fields, or when the question is exploratory and spans multiple data dimensions at once.

## Known failure modes

- Unrecognized or very obscure token — may return no data or a vague response
- Network/data feed outage — may return stale or unavailable data
- Malformed or empty question field — likely returns an error or unhelpful response
- Payment failure (x402) — call rejected without valid USDC payment
- Very broad or ambiguous question — response quality may be lower

## How this service works

Ask anything about crypto: real-time crypto insights, token analytics, trend detection and market intelligence.

## Output

A natural language answer containing the token's current USD price, recent price change percentages (1h, 24h, 7d), market cap, trading volume, Fear & Greed Index score with label, community bullish/bearish split, and a brief market dominance or trend summary.

## Example request

```json
{
 "question": "What is the current price and market sentiment for Bitcoin?"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "question": {
   "type": "string",
   "description": "Any crypto question: token analysis, trends, market, insights"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "Top yield on Base: Aerodrome USDC/ETH pool ~25% APR..."
 }
}
```

## More

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