# 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 meme token launches on TENNA's watchlist, returning price, change, retrace from high, listing age, and a survival verdict with specific risk axes that triggered.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/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-c9b9e9d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ky6LR2Rbg2chyQDrKtnU3

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

Example prompt: Pull the TENNA early market watch right now — I want to see which Robinhood-chain launches on the watchlist have tripped risk axes like shallow liquidity, whale outflow, or holder concentration, and what the survival verdict is for each.

## When to prefer this

Choose this endpoint when you need real-time, consolidated loss-prevention monitoring across all early Robinhood-chain launches on TENNA's watchlist in a single call, rather than looking up individual tokens one at a time. It is ideal for agents running periodic risk sweeps or alert workflows that need survival verdicts with specific risk axes (liquidity, concentration, whale exits) rather than raw price feeds or entry signals.

## Known failure modes

- Invalid or missing offering identifier returns an error — must be exactly 'early_market_watch'
- Watchlist may be empty if no tokens are currently being tracked, returning an empty result set
- Stale or unavailable on-chain data may delay or degrade risk axis calculations
- Payment failure (x402) blocks the call if USDC balance is insufficient
- Network latency on Robinhood chain may cause incomplete real-time data snapshots

## How this service works

Early Launch Risk Watch. 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 a live snapshot of early Robinhood-chain token launches on the watchlist, including current price, percentage change, retrace from the all-time high since listing, listing age, and a survival verdict (pass/fail) annotated with the specific risk axes that triggered — such as shallow liquidity, holder concentration, top-holder exit, or whale outflow. Not an entry signal; a negative verdict does not certify safety.

## 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-c9b9e9d5/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)
