---
name: vu.velvetdao.xyz
description: VelvetDAO (vu.velvetdao.xyz) exposes a single AI-powered question-answering endpoint for crypto topics including DeFi, token analysis, yield opportunities, and market trends on Base. Answers are generated by a language model and returned conversationally for a small per-query fee paid via x402. The service does not provide real-time on-chain data or transaction execution.
host: vu.velvetdao.xyz
---

# vu.velvetdao.xyz

VelvetDAO is a pay-per-query AI crypto Q&A service targeting agents and users who need conversational, synthesized analysis on DeFi protocols, yield strategies, and token fundamentals on Base. It is distinct from price-feed or swap services in that it returns natural-language reasoning rather than structured on-chain data. It suits exploratory or advisory queries where a human-readable explanation is more useful than a raw data point.

## When to use this host

Use this host when an agent needs a conversational, synthesized explanation of a crypto topic — such as comparing DeFi protocols, understanding yield strategies, or getting a narrative take on a token — and real-time accuracy is not critical. Do not use it for live price feeds or verified on-chain data; use a dedicated price-feed API (e.g. CoinGecko, CoinMarketCap, or an on-chain oracle) instead. Do not use it to execute swaps or transactions; route those to a swap endpoint. The AI answers may be stale and are not source-cited, so it is unsuitable for any workflow requiring auditable, real-time figures.

## Capabilities

### AI Crypto Q&A

Accepts a natural-language crypto question and returns an AI-generated answer covering DeFi insights, token analysis, yield opportunities, and market trends on Base.

- **`ask-crypto-question`** — Submits a natural-language crypto question and returns an AI-generated answer covering token analysis, market trends, yield opportunities, DeFi insights, and portfolio advice on Base.

## Skill reference

### `ask-crypto-question`

**VelvetDAO Crypto Q&A** — Submits a natural-language crypto question and returns an AI-generated answer covering token analysis, market trends, yield opportunities, DeFi insights, and portfolio advice on Base.

*Use when:* Use when the user or agent needs a conversational AI answer about crypto topics such as yield opportunities, DeFi protocol comparisons, token analysis, or market trends, and is willing to pay a small per-query fee via x402 on Base.

*Not for:* Do not use for real-time price feeds or live on-chain data lookups requiring verified, source-cited figures; the AI answers may be stale. Not suitable for executing swaps or transactions — use a swap endpoint instead.

**Inputs:**

- `question` (string, required) — Natural-language question about crypto, DeFi, tokens, yield, or market trends.

**Returns:** Returns a single 'answer' string containing AI-generated crypto analysis with protocol names, approximate yield figures, and risk guidance.

**Example:** `{"question": "What are the best yield opportunities on Base?"}`

---
