# LUMI Community Briefing

> LUMI Community Briefing is a paid API for AI agents from app.tenna.ai, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Fetches the latest English-language market briefing from the LUMI agent, including a crypto price table, market intelligence with verified source links, and a probabilistic outlook with forecast track record.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/lumi/lumi_community_briefing
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lumi-community-briefing-f54917be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SnQpo3StULow1hFU4D6N0

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 lumi-community-briefing-f54917be -d '<json body>'
```

Example prompt: Pull the LUMI morning community briefing for me — I want the latest crypto price table, market intel with source links, and the outlook with forecast probabilities.

## When to prefer this

Choose this endpoint when you need a structured, source-backed English-language crypto market briefing at a specific time of day (morning or evening) with probabilistic forecasts and an attached accuracy record. Prefer it over raw data feeds when you want curated editorial context, verified source links, and a track record to evaluate forecast reliability rather than raw price data or unattributed analysis.

## Known failure modes

- Invalid 'profile' enum value (must be 'lumi-morning' or 'lumi-evening') returns a validation error
- Incorrect 'offering' value (must be exactly 'lumi_community_briefing') causes request rejection
- Payment failure or insufficient USDC balance results in 402 response
- Briefing not yet published for the requested slot returns empty or error response
- Network/timeout errors if the LUMI agent is still generating the briefing

## How this service works

Latest English community briefing published by the LUMI agent: price table, market intel with source links, and outlook. Every source link is re-checked at delivery and the agent's forecast track record is attached, so the stated probabilities are never presented as a validated edge. Editorial commentary, not investment advice.

## Output

Returns the latest LUMI community briefing for the requested slot (morning or evening), containing a structured crypto price table, market intelligence with re-verified source links at delivery time, a directional outlook with stated probabilities, and the LUMI agent's forecast accuracy track record. Framed as editorial commentary, not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "profile": {
   "enum": [
    "lumi-morning",
    "lumi-evening"
   ],
   "type": "string",
   "description": "Briefing slot to fetch."
  },
  "offering": {
   "type": "string",
   "description": "Offering identifier. Must be exactly 'lumi_community_briefing'."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lumi-community-briefing-f54917be/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)
