# TENNA Launch Intelligence Early Market Watch

> TENNA Launch Intelligence Early Market Watch is a paid API for AI agents from app.tenna.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Provides live risk monitoring for early Robinhood-chain token launches on TENNA's watchlist, returning price, change, retrace from high, listing age, and a survival verdict with specific triggered risk axes.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/tenna/tenna_early_market_watch
- 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/tenna-launch-intelligence-early-market-watch-e0725e2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pwmUviB-4NxFThwZ5MG0b

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 tenna-launch-intelligence-early-market-watch-e0725e2f -d '<json body>'
```

Example prompt: Check TENNA's early market watch for live risk signals on the latest Robinhood-chain token launches — I want to see which ones have triggered risk flags like shallow liquidity, whale outflow, or top-holder exits.

## When to prefer this

Choose this endpoint when you need real-time, structured loss-prevention risk signals specifically for early-stage token launches on Robinhood chain — particularly when monitoring for whale exits, liquidity shallowness, or holder concentration. Prefer this over general token data APIs when you need a curated watchlist with pre-computed risk verdicts rather than raw on-chain data you'd have to interpret yourself.

## Known failure modes

- Invalid or misspelled offering identifier returns an error (must be exactly 'tenna_early_market_watch')
- No tokens currently on watchlist results in an empty or minimal response
- Payment of $0.01 USDC not fulfilled causes 402 payment required response
- Upstream on-chain data unavailability may cause stale or missing metrics
- Network timeout if Robinhood-chain node data is slow to resolve

## How this service works

Live risk monitoring for early Robinhood-chain launches on our watchlist: price, change, retrace from high, listing age, and a survival verdict with the specific risk axes that tripped (shallow liquidity, holder concentration, top-holder exit, whale outflow). Loss-prevention monitoring, not an entry signal, and OK is never a safety certificate.

## Output

Returns live monitoring data for early Robinhood-chain token launches on the TENNA watchlist, including current price, percentage change, retrace from all-time high since listing, listing age, a binary survival verdict, and the specific risk axes that were triggered (shallow liquidity, holder concentration, top-holder exit, whale outflow). OK verdict is explicitly not a safety certificate.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "offering": {
   "type": "string",
   "const": "early_market_watch",
   "description": "Offering identifier. Must be exactly 'early_market_watch'."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenna-launch-intelligence-early-market-watch-e0725e2f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.tenna.ai](https://www.zero.xyz/host/app.tenna.ai/llms.txt)
