# Minara AI Crypto Chat

> Minara AI Crypto Chat is a paid API for AI agents from x402.minara.ai, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Answers natural language questions about cryptocurrency via an intelligent AI assistant

## Facts

- Endpoint: POST https://x402.minara.ai/x402/chat
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minara-ai-crypto-chat-b9717361
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yHq-iA8tynf_CvAbUoB-3

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 minara-ai-crypto-chat-b9717361 -d '<json body>'
```

Example prompt: Ask Minara AI to explain what impermanent loss is in DeFi liquidity pools and whether it would affect me if I provide liquidity on Uniswap with ETH and USDC.

## When to prefer this

Use this endpoint when a user needs a conversational, intelligent explanation of any crypto or blockchain topic — from beginner concepts to advanced DeFi mechanics. It complements the sibling perp trading and prediction market endpoints when the user's need is educational or exploratory rather than action-oriented.

## Known failure modes

- Malformed or empty message body returns an error
- Questions outside crypto/blockchain domain may receive off-topic or unhelpful responses
- Network timeout if the AI model takes too long to respond
- Payment failure if USDC balance is insufficient for the $0.2 fee

## How this service works

Ask Minara AI - Intelligent crypto assistant

## Output

A natural language AI-generated response answering the user's crypto question, potentially including explanations of concepts, market context, risks, or strategy insights relevant to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "userQuery"
 ],
 "properties": {
  "userQuery": {
   "type": "string",
   "description": "User query content"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "properties": {
  "content": {
   "type": "string",
   "description": "AI response content"
  }
 },
 "description": "AI Response"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minara-ai-crypto-chat-b9717361/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.minara.ai](https://www.zero.xyz/host/x402.minara.ai/llms.txt)
