---
name: x402.911fund.io
description: x402.911fund.io provides crypto intelligence feeds covering news, upcoming events, macroeconomic indicators, narrative trends, and trending token rankings. All data is delivered via x402 paywall on Base and draws from sources including CoinDesk, CoinTelegraph, CoinGecko, FRED, Kalshi, and Twitter/X. The host is oriented toward alpha discovery and market context rather than real-time pricing or on-chain execution.
host: x402.911fund.io
---

# x402.911fund.io

x402.911fund.io is a crypto research intelligence host serving agents that need structured market context: what's happening in the news, what events are coming up, what macro conditions look like, which narratives are gaining traction, and which tokens are trending. It aggregates data from established crypto media, on-chain event trackers, social signals, and macroeconomic databases into discrete queryable endpoints. It does not provide price quotes, DEX routing, or on-chain transaction capabilities.

## When to use this host

Use x402.911fund.io when an agent needs structured crypto intelligence for research, context, or alpha discovery: news headlines, event calendars, macro indicators, narrative detection, or trending token snapshots. It is the right choice for pre-trade research, market briefing generation, or narrative monitoring workflows. Do not use it for real-time price quotes, OHLCV data, DEX swap routing, or on-chain transaction execution — use a market data API (e.g. CoinGecko Pro, CryptoCompare) or a DEX aggregator host for those needs. It is also not suitable for historical data retrieval beyond its forward-looking event window or for equity and company-level financial analysis.

## Capabilities

### News and Events

Surfaces current crypto news headlines and upcoming calendar events, giving agents a forward-looking and real-time informational baseline about the market.

- **`fetch-alpha-news`** — Fetches recent crypto news headlines and summaries from sources including CoinDesk, CoinTelegraph, Decrypt, and Blockworks, with optional keyword and source filtering.
- **`fetch-alpha-calendar`** — Returns upcoming crypto events and alpha-focused calendar data from research, CoinGecko, and Twitter sources for a configurable look-ahead window.

### Macro and Prediction Markets

Retrieves FRED macroeconomic series alongside Kalshi prediction market probabilities for a given macro theme, enabling agents to contextualize crypto conditions within broader economic signals.

- **`fetch-alpha-macro-intelligence`** — Returns FRED economic data series and Kalshi prediction market probabilities for a specified macroeconomic theme, sourced via x402 paywall on Base.

### Narrative and Trend Discovery

Identifies which crypto narratives and tokens are currently gaining momentum using CoinGecko rankings, research articles, and Twitter/X social signals.

- **`fetch-narrative-alpha`** — Detects and returns active crypto market narratives with trending tokens, ranked research articles, and analyzed Twitter posts for a given narrative category or free-text query.
- **`fetch-alpha-trending`** — Returns trending crypto tokens ranked by CoinGecko score and optional Twitter/X sentiment tweets for a given category and result limit.

## Workflows

### Narrative Deep Dive

*Use when an agent needs to fully characterize a crypto narrative by identifying trending tokens, finding supporting news coverage, and checking upcoming related events.*

1. **`fetch-narrative-alpha`** — Identify the active narrative, its trending tokens, supporting research, and social signal volume.
2. **`fetch-alpha-trending`** — Cross-reference trending tokens within the relevant category to validate momentum with CoinGecko scores and Twitter sentiment.
3. **`fetch-alpha-news`** — Fetch recent news headlines filtered by the narrative keyword to surface media coverage supporting or contradicting the trend.
4. **`fetch-alpha-calendar`** — Check upcoming events related to the narrative's key tokens or category to identify near-term catalysts.

### Macro-Aware Crypto Context

*Use when an agent needs to assess whether current macroeconomic conditions are favorable or adverse for crypto markets before acting on trend or narrative signals.*

1. **`fetch-alpha-macro-intelligence`** — Retrieve current FRED macro indicators and Kalshi probabilities for a relevant theme such as rates or inflation.
2. **`fetch-alpha-news`** — Fetch crypto news filtered by a macro-related query to see how the market is interpreting the macro environment.
3. **`fetch-narrative-alpha`** — Check which narratives are active to understand whether macro conditions are shifting capital toward or away from specific sectors.

## Skill reference

### `fetch-alpha-news`

**Alpha News** — Fetches recent crypto news headlines and summaries from sources including CoinDesk, CoinTelegraph, Decrypt, and Blockworks, with optional keyword and source filtering.

*Use when:* Use when an agent needs current crypto market news headlines, summaries, and source URLs, optionally filtered by a search query or a specific publication such as coindesk or cointelegraph.

*Not for:* Do not use for real-time price feeds or on-chain data; use a market data or DEX quote API instead. Not suitable for historical news archives beyond what the endpoint returns.

**Inputs:**

- `query` (string) — Optional keyword or topic to filter news results.
- `category` (string) — Optional source filter to restrict results to a specific publication. Accepted values: coindesk, cointelegraph, decrypt, blockworks.

**Returns:** Returns a query echo object and a data.news_raw array of articles, each with title, source name, URL, published_at timestamp, and a text summary.

**Example:** `GET https://x402.911fund.io/alpha/news?query=bitcoin&category=cointelegraph`

---

### `fetch-alpha-calendar`

**Alpha Calendar** — Returns upcoming crypto events and alpha-focused calendar data from research, CoinGecko, and Twitter sources for a configurable look-ahead window.

*Use when:* Use when an agent needs to surface upcoming crypto events such as token unlocks, protocol upgrades, governance votes, launches, conferences, or earnings within a 7, 14, or 30-day window, optionally filtered by token symbol, category, or free-text query.

*Not for:* Do not use for real-time price feeds or historical event data; this endpoint covers only upcoming events within a forward-looking window of up to 30 days.

**Inputs:**

- `symbol` (string) — Filter results by token symbol, e.g. ARB, ETH.
- `query` (string) — Free-text event query to narrow results, e.g. "token unlock".
- `days` (integer) — Look-ahead window in days. Allowed values: 7, 14, 30. Default: 14.
- `category` (string) — Event type filter. Allowed values: unlock, upgrade, governance, launch, conference, earnings.

**Returns:** Returns a query echo, an exaResearch array of scored news articles, a coingecko array of ranked tokens with event scores, and a twitter object with analyzed tweets and engagement metadata.

**Example:** `GET https://x402.911fund.io/alpha/calendar?days=14&category=upgrade`

---

### `fetch-alpha-macro-intelligence`

**Alpha Macro Intelligence** — Returns FRED economic data series and Kalshi prediction market probabilities for a specified macroeconomic theme, sourced via x402 paywall on Base.

*Use when:* Use when an agent needs current macroeconomic indicators (Fed Funds rate, CPI, unemployment, GDP, yield curve) combined with prediction market probabilities for a specific macro theme such as inflation, rates, recession, or crypto.

*Not for:* Do not use for real-time price feeds or individual asset quotes; use a market data or DEX quote API instead. Not suitable for company-level or equity-specific analysis.

**Inputs:**

- `theme` (string) — Macro theme to filter intelligence. Defaults to 'general'. Allowed values: inflation, rates, employment, recession, energy, housing, trade, markets, consumer, debt, manufacturing, wages, credit, crypto, money, currency, financial_stress, commodities, banking, general.

**Returns:** Returns a query echo, an array of FRED economic series (Fed Funds, CPI, unemployment, GDP, 10Y yield, yield curve spread) with current values and trends, and an array of Kalshi prediction market contracts with current probabilities and metadata.

**Example:** `GET https://x402.911fund.io/alpha/macro?theme=inflation`

---

### `fetch-narrative-alpha`

**Narrative Alpha** — Detects and returns active crypto market narratives with trending tokens, ranked research articles, and analyzed Twitter posts for a given narrative category or free-text query.

*Use when:* Use when an agent needs to identify which crypto narratives (e.g. AI, RWA, DePIN, meme) are currently trending, including supporting token rankings, research links, and social signal data from Twitter.

*Not for:* Do not use for real-time price feeds or token swap quotes; use a market data or DEX quote API instead. Not suitable for retrieving on-chain transaction data.

**Inputs:**

- `narrative` (string) — Specific narrative slug to track. Must be one of: ai, rwa, meme, l2, depin, defi, gaming.
- `query` (string) — Free-text narrative query to search for, e.g. 'AI agent tokens'.
- `limit` (integer) — Number of narratives to return. Minimum 1, maximum 20. Default is 5.

**Returns:** Returns a query echo, a trending array of tokens with market rank and score, a list of ranked research articles with relevance scores, and up to 99 analyzed tweets with engagement metrics and author metadata.

**Example:** `GET https://x402.911fund.io/alpha/narrative?narrative=depin&limit=5`

---

### `fetch-alpha-trending`

**Alpha Trends** — Returns trending crypto tokens ranked by CoinGecko score and optional Twitter/X sentiment tweets for a given category and result limit.

*Use when:* Use when an agent needs a ranked list of currently trending crypto assets with market rank and score, optionally enriched with recent Twitter/X sentiment posts about those assets.

*Not for:* Do not use for historical trend data or time-series analysis; this is a single-shot snapshot of current trending signals only.

**Inputs:**

- `category` (string) — Optional category filter to narrow trending results.
- `limit` (integer) — Number of trending results to return. Must be between 1 and 50.
- `twitter` (boolean) — When true, includes a Twitter/X sentiment addon with recent tweets and engagement metrics where applicable.

**Returns:** Returns data.coingecko array of up to 50 ranked tokens (name, symbol, CoinGecko rank, trending score) and, when twitter=true, data.twitter with tweetsAnalyzed count and a tweets array of recent crypto posts with full engagement metrics.

**Example:** `GET https://x402.911fund.io/alpha/trending?limit=10&twitter=true`

---
