---
name: sorenlux.ai
description: sorenlux.ai provides a single endpoint that aggregates Bitcoin-specific market intelligence from crypto media sources, returning structured sentiment scores, conviction levels, channel mention counts, and investment theses. It does not provide price data, order book data, or coverage of any asset other than BTC.
host: sorenlux.ai
---

# sorenlux.ai

sorenlux.ai is a narrow-purpose Bitcoin intelligence host that synthesizes qualitative signals from crypto media into structured, machine-readable output. It serves agents that need to understand market sentiment and narrative conviction around BTC rather than raw price or trading data. Its scope is intentionally limited to one asset and one data type.

## When to use this host

Use sorenlux.ai when an agent needs structured qualitative intelligence about Bitcoin market sentiment, conviction levels, or narrative themes aggregated from crypto media sources. Do not use it for real-time BTC price feeds, OHLCV data, or order book depth — use a dedicated market data API (e.g., CoinGecko, Binance, or similar) for those needs. Do not use it for sentiment or intelligence on any non-BTC asset; there is no multi-asset support. If an agent needs to combine sentiment context with price action, this host must be paired with a separate market data source, as sorenlux.ai provides no pricing data of its own.

## Capabilities

### Bitcoin Sentiment Intelligence

Retrieves aggregated Bitcoin market sentiment, conviction scores, per-channel mention counts, and recent investment theses sourced from crypto media, providing a structured qualitative view of BTC market narrative.

- **`fetch-btc-intel`** — Returns Bitcoin sentiment, conviction scores, channel mention counts, and investment theses aggregated from crypto media sources via SorenLux.

## Skill reference

### `fetch-btc-intel`

**BTC Insight API** — Returns Bitcoin sentiment, conviction scores, channel mention counts, and investment theses aggregated from crypto media sources via SorenLux.

*Use when:* Use when an agent needs structured Bitcoin market intelligence including bullish/bearish sentiment breakdown, conviction levels, per-channel mention counts, and recent investment theses sourced from crypto media.

*Not for:* Do not use for real-time price feeds or order book data; use a market data API instead. Not suitable for non-BTC assets — this endpoint is BTC-specific.

**Returns:** Returns a JSON object with BTC ticker, total_mentions count, sentiment and conviction breakdowns, per-channel mention arrays, and an array of dated investment theses sourced from crypto media channels.

**Example:** `GET https://sorenlux.ai/api/intel/BTC`

---
