# Concierge Agent — Market Intelligence Verdict

> Concierge Agent — Market Intelligence Verdict is a paid API for AI agents from conc-exe.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns an AI-generated market/DeFi intelligence verdict with signal, summary, and confidence score for a given question or theme

## Facts

- Endpoint: POST https://conc-exe.xyz/api/concierge-intel-verdict
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/concierge-agent-market-intelligence-verdict-9558b6b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Iw2PRh5ZrvfiMt7Qy1Fvb

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 concierge-agent-market-intelligence-verdict-9558b6b6 -d '<json body>'
```

Example prompt: Give me a market intelligence verdict on the current Ethereum L2 ecosystem — include insider creator signals — and tell me whether the bias is bullish, bearish, or neutral and how confident the AI is.

## When to prefer this

Use this endpoint when an agent needs a quick, opinionated AI-generated market verdict with a directional signal and confidence score for DeFi or crypto themes, especially when insider/creator signals are valuable. Prefer over generic sentiment APIs when you need a structured watch/act signal rather than raw sentiment scores.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Missing or empty message field — returns 400 Bad Request
- Service unavailable or AI backend error — returns 500 with error details
- Invalid JSON body — returns 400 parse error

## How this service works

Desk verdict (snipe/watch/follow/avoid/rebalance) with insider creator-signal overlay

## Output

A JSON object containing a verdict with three fields: a signal string (e.g. 'watch'), a natural-language summary of the market bias, and a confidence level (e.g. 'medium' or 'high'). The ok field confirms successful processing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "message": {
   "type": "string",
   "description": "Question or theme for verdict"
  },
  "includeInsider": {
   "type": "boolean",
   "description": "Include Lounge creator signals (default true)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "verdict": {
   "signal": "watch",
   "summary": "Desk bias neutral…",
   "confidence": "medium"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/concierge-agent-market-intelligence-verdict-9558b6b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conc-exe.xyz](https://www.zero.xyz/host/conc-exe.xyz/llms.txt)
