> For the complete documentation index, see [llms.txt](https://docs.novamp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novamp.io/traders/discover.md).

# Discover

A cross-chain market scanner for finding new launches, trending coins, and smart-money moves before they run.

{% hint style="info" %}
Discover is a **signal, not advice**. Every feed — trending, smart money, KOL and bot calls — surfaces activity, not recommendations. Do your own research before trading.
{% endhint %}

## Overview

Discover is Novamp's home scanner. It aggregates markets across `🟢 Robinhood Chain (4663)`, `🔵 Base (8453)`, `🟡 BNB Chain (56)`, `⚪ Ethereum (1)`, `🟣 HyperEVM (999)`, and `🟪 Solana` into one ranked, filterable feed with a live price overlay.

It has two companion surfaces:

* **Discover** — the ranked cross-chain scanner (modes: trending, gainers, smart money, large trades, watchlist, and a dedicated **Novamp** tab for cross-chain Novamp launches).
* **Trenches** — a lane-based launch board (New Pairs → Graduating → Graduated) with live GMGN feeds, Novamp launches, smart-money strip, KOL leaderboard, and Pump-Fun-Bot calls.

All feeds are powered by the public API (`/api/discovery`, `/api/trenches`, `/api/search`, `/api/tokens`). See the [Public API](/developers/public-api.md).

## How it works

1. **Pick a chain** (or "All Chains") from the chain bar.
2. **Pick a mode** tab — Trending, Gainers, Smart Money, Novamp launches, etc.
3. **Set a timeframe** (5m / 1h / 24h) — this drives the price-change column and ranking.
4. **Filter** by market cap and 24h volume, then sort by any metric.
5. Rows stream in with a **live price overlay**; rankings refresh about every 45 seconds (live prices update continuously and do **not** reshuffle the list mid-scroll).

```mermaid
flowchart LR
  A[Choose chain] --> B[Choose mode + timeframe]
  B --> C[Filter + sort]
  C --> D[Scan ranked feed]
  D --> E{Act}
  E -->|Quick view| F[Preview drawer]
  E -->|Instant buy| G[One-tap buy]
  E -->|Open| H[Token detail page]
```

## How to use it

**Scan and sort**

* Toggle **list** or **grid** view. In list view you can add, reorder, and pin columns (price, change, volume, liquidity, market cap, FDV, txns, traders, holders, trending score) and choose comfortable/compact density.
* Search by **name, ticker, or contract address** across chains (press `⌘K` / `Ctrl+K` to focus the search box).
* Save filter **presets** and share a scan as a URL.

**Act on a row**

* Click a row to open the **quick view** drawer (snapshot + socials) without leaving the feed.
* Tap **Instant buy** on a row to buy your preset amount in one tap — see [🟢 Quick Buy & Sell](/traders/quick-buy-sell.md). On `🟣 HyperEVM`, Instant buy routes through **HyperSwap** the same way Swap does.
* Open the full [📊 token detail page](/traders/token-detail.md) for charts, holders, and the trade panel.

**Read the side rail**

The rail highlights **Novamp Signal** (top trending scores in view), **Launchpad Radar** (fresh/graduating launches), and **AntiVamp** (protected identities in view — see [Protected badge](/identity-protection/protected-badge.md)).

## Important details

| Feed / control     | What it shows                                      | Source                             |
| ------------------ | -------------------------------------------------- | ---------------------------------- |
| Trending / Gainers | Ranked by score or price change over the timeframe | `/api/discovery`                   |
| Smart Money        | Net-flow signal from tracked wallets (Solana)      | Birdeye — signal, not advice       |
| KOL calls          | Notable-wallet / influencer activity               | Trenches feeds                     |
| Pump-Fun-Bot calls | Bonding-bot signals on Solana (badges + alerts)    | `@PumpbondingBot`                  |
| Novamp tab         | Cross-chain Novamp launches, every chain           | `/api/tokens`                      |
| Market pulse       | Per-chain health metrics                           | may show `Partial` / `Unavailable` |
| Your Edge          | Coins in view that overlap your holdings           | your connected wallet              |

{% hint style="warning" %}
Data coverage varies by chain and source. A metric may read **Partial** or **Unavailable** rather than a number — Novamp shows honest gaps instead of inventing values.
{% endhint %}

## What happens next?

* Tapping **Instant buy** hands off to the one-tap buy flow (Solana via your Novamp trading wallet, EVM via the integrated router). See [🟢 Quick Buy & Sell](/traders/quick-buy-sell.md).
* Tapping the **☆** on any coin pins it to your [👁️ Watchlists](/portfolio-and-analytics/watchlists.md).
* Opening a coin takes you to its [📊 token detail page](/traders/token-detail.md).

## Troubleshooting

| Symptom                                  | Likely cause                             | What to do                                       |
| ---------------------------------------- | ---------------------------------------- | ------------------------------------------------ |
| "No tokens match these filters"          | Filters too tight / chain has no matches | Clear filters, switch chain, or widen ranges     |
| A metric shows **Unavailable**           | No data from that chain/provider yet     | Normal for brand-new or thin markets             |
| "Smart Money unavailable for this chain" | Signal is Solana-focused                 | Switch to Solana or another mode                 |
| Feed feels stale                         | Rankings refresh \~45s                   | Tap **Refresh**; live prices update on their own |

## Continue exploring

* [📊 Token Detail Pages](/traders/token-detail.md)
* [🟢 Quick Buy & Sell](/traders/quick-buy-sell.md)
* [👁️ Watchlists](/portfolio-and-analytics/watchlists.md)
* [📡 Public Data API](/developers/public-api.md)


---

# 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.novamp.io/traders/discover.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.
