# conc-exe.xyz Lounge Signal Unlock

> conc-exe.xyz Lounge Signal Unlock 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).

Unlocks and retrieves a single creator RWA (Real World Asset) intelligence signal summary from the Lounge, identified by signal ID

## Facts

- Endpoint: POST https://conc-exe.xyz/api/lounge-signal-open
- 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/conc-exe-xyz-0f2afb20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j0cvt5-I9JzWpzZao42N1

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 conc-exe-xyz-0f2afb20 -d '<json body>'
```

Example prompt: Can you unlock the full intelligence summary for Lounge signal ID 'sig_abc123' so I can review the creator RWA report?

## When to prefer this

Use this endpoint when you have a specific published signal ID and need to retrieve the full intelligence summary for a creator RWA signal from the Lounge platform. Prefer this over the publish endpoint when the signal already exists and you only need to read it.

## Known failure modes

- Invalid or nonexistent signalId returns an error or empty result
- Signal not yet published or still pending returns not-found error
- Payment failure or insufficient USDC balance blocks access
- Malformed signalId format causes validation error
- Signal may have been removed or expired since publication

## How this service works

Unlock one creator RWA signal (full intelligence summary)

## Output

A full intelligence summary for the requested creator RWA signal, including all signal data and analysis published to the Lounge under the given signal ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "signalId": {
   "type": "string",
   "description": "Published signal id"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "BTC thesis",
  "summary": "Full intelligence summary…",
  "signalId": "sig_abc123"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conc-exe-xyz-0f2afb20/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)
