# Concierge Agent — Market Intelligence Momentum

> Concierge Agent — Market Intelligence Momentum 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 AI-generated momentum and positioning intelligence for crypto/DeFi assets, identifying crowded trades and directional risk

## Facts

- Endpoint: POST https://conc-exe.xyz/api/concierge-intel-momentum
- 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-momentum-7aa1110d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gptnqHS13tu9c5WJCXc_7

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

Example prompt: Give me the top 5 momentum candidates on Ethereum right now — I want to know which assets are in crowded positions with liquidation risk, and include insider signal data if available.

## When to prefer this

Use this endpoint when you need rapid AI-synthesized momentum and crowding analysis for crypto assets, especially when you want a structured conviction-rated watchlist rather than raw price data. Best suited for agents that need directional bias signals for DeFi/crypto trading research, not historical price retrieval or on-chain analytics.

## Known failure modes

- Payment not included or insufficient — returns HTTP 402 requiring x402 USDC payment
- Invalid chain identifier — may return empty candidates or error
- Vague or unrecognized message/theme — may return generic summary with no focused candidates
- Limit set too high — may result in slower response or truncated results
- Network or server downtime on conc-exe.xyz — returns 5xx error

## How this service works

Large-move candidates (up or down). Optional theme:robinhood for Robinhood Chain meme rotation via Pump.fun SOL routing.

## Output

A JSON object with a summary of the current momentum desk outlook and a list of candidate assets, each with a directional thesis (e.g. 'crowded long — liq risk on dips'), a direction (up/down), and a conviction level (low/medium/high).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "limit": {
   "type": "number"
  },
  "message": {
   "type": "string",
   "description": "Asset or momentum theme"
  },
  "includeInsider": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "summary": "Momentum desk: crowded positioning watchlist.",
  "candidates": [
   {
    "asset": "BTC",
    "thesis": "Crowded long — liq risk on dips.",
    "direction": "down",
    "conviction": "medium"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/concierge-agent-market-intelligence-momentum-7aa1110d/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)
