> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/nova-bot/nova-ai-agent/market-intelligence.md).

# Market Intelligence

Nova integrates with Tenero.io to deliver advanced multi-chain analytics. Track portfolios, follow whales, and analyze trading performance — all through conversation.

***

### Supported Chains

Nova's market intelligence covers multiple chains through Tenero:

* **Stacks** — Full DEX analytics
* **Spark** — Token and pool data
* **SportsFun** — Token analytics
* **Citrea** — Token analytics
* **OpNet** — Bitcoin L1 metaprotocol analytics (native asset: BTC)

***

### Portfolio Analysis

Get a complete picture of any wallet's trading activity.

**Example prompts:**

> *"Show me the portfolio for SP1234..."*\
> \&#xNAN;*"What tokens does this wallet hold?"*\
> \&#xNAN;*"What's the P\&L for this address?"*

**What you'll get:**

* Token holdings with current USD values
* Profit & loss breakdown per token
* Win rate and trading performance
* Complete trade history

***

### Whale Tracking

Monitor large trades and smart money movements.

**Example prompts:**

> *"Show me whale trades on Stacks"*\
> \&#xNAN;*"Any large WELSH trades today?"*\
> \&#xNAN;*"Top accumulating wallets for this token"*

**What you'll get:**

* Recent large trades above USD thresholds
* Top wallets accumulating (inflows)
* Top wallets distributing (outflows)
* Aggregated trader statistics

***

### Token & Pool Analytics

Deep dive into any token or liquidity pool.

**Example prompts:**

> *"Show me the price chart for WELSH"*\
> \&#xNAN;*"Trending pools on Stacks"*\
> \&#xNAN;*"Recent trades for this token"*

**What you'll get:**

* OHLC candlestick price data
* Top holders with percentage breakdown
* Trending pools by activity
* Recent trades feed (real-time)
* Market-wide statistics

***

### Token Search

Find tokens, pools, or wallets by name.

**Example prompts:**

> *"Search for tokens named DOG"*\
> \&#xNAN;*"Find pools with STX"*

**What you'll get:**

* Matching tokens with contract addresses
* Pool listings with liquidity data
* Verified token filtering to exclude scams

***

### Cohort & Watchlist Analytics

Analyze groups of wallets and baskets of tokens in a single query — without asking N separate questions.

{% hint style="info" %}
Each cohort call supports up to **20 wallets** and/or **20 tokens** at once.
{% endhint %}

**Example prompts:**

> *"What do these 5 wallets all hold? SP1..., SP2..., SP3..., SP4..., SP5..."*\
> \&#xNAN;*"Show me every buy of WELSH or LEO over $5k by these three addresses"*\
> \&#xNAN;*"Combined portfolio value across our treasury wallets"*\
> \&#xNAN;*"Which of these wallets have realized PnL over $10k?"*

**What you'll get:**

* **Merged holdings** across multiple wallets, with per-position aggregate balance, trade volume, and realized PnL — filter by min volume or min PnL
* **Cross-wallet / cross-token trade feed** filtered by event type (buy/sell/swap), maker, amount range, or DEX platform
* **Bulk portfolio valuation** — total USD value across up to 20 wallets in one call


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zeroauthority.xyz/nova-bot/nova-ai-agent/market-intelligence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
