# HeyAnon Gemma Crypto AI Assistant

> HeyAnon Gemma Crypto AI Assistant is a paid API for AI agents from api.heyanon.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Answers natural language questions about crypto protocols, DeFi TVL, fees, sentiment, token distribution, market data, and community insights using the Gemma AI bot

## Facts

- Endpoint: GET https://api.heyanon.ai/gemma-coinbase/ask
- 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/api-heyanon-ai-050c934a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hZ227D_059bKYjq6Ky6WM

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 api-heyanon-ai-050c934a
```

Example prompt: Can you ask the Gemma crypto AI to give me a full breakdown of Uniswap — including its current TVL, recent fees, community sentiment on Twitter and Discord, token distribution, and any notable news from the last 24 hours?

## When to prefer this

Use this endpoint when you need a broad, multi-source crypto research answer in a single call — especially when combining community sentiment, TVL, fees, token distribution, and market data would otherwise require querying many separate APIs. Best for open-ended research questions about DeFi protocols, tokens, or market conditions where a synthesized natural language answer is more useful than raw structured data.

## Known failure modes

- Ambiguous or vague question may return a generic or low-quality answer
- Unknown protocol or token may result in limited or no data
- Rate limiting or payment failure may block the request
- Truncated context if question is too long or complex
- Stale data if underlying analytics sources have not been recently refreshed

## How this service works

Ask Gemma AI bot for general crypto information including protocols analysis, community insights, market data, news, TVL analytics, sentiment analysis, and token research. Gemma has access to: community (Telegram/Discord/Twitter/Docs analysis), dailyCommunityPulse (24h crypto news), tvl_info (DeFi TVL analytics), fees_info (protocol fees data), defillama_protocols_info (DeFi protocols info), messari (market data), bubblemaps (token distribution), cookie (crypto projects index), xContractAddressResearch (Twitter contract analysis), twentiment (sentiment analysis).

## Output

A natural language AI-generated response synthesizing data from multiple crypto intelligence sources including DeFiLlama TVL, protocol fees, Messari market data, Bubblemaps token distribution, community signals from Telegram/Discord/Twitter, sentiment scores, and 24-hour news summaries — all tailored to the specific question asked.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "The question or message to send to Gemma Info agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  },
  "result": {
   "type": "string"
  },
  "success": {
   "type": "boolean"
  },
  "timestamp": {
   "type": "string",
   "format": "date-time"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-heyanon-ai-050c934a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.heyanon.ai](https://www.zero.xyz/host/api.heyanon.ai/llms.txt)
