> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sprd.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Discover

> Scan for spreads across every product and marketplace.

export const Embed = ({path, height = 400}) => {
  const isDev = typeof window !== "undefined" && (window.location.hostname === "localhost" || (/^\d+\.\d+\.\d+\.\d+$/).test(window.location.hostname));
  const baseUrl = isDev ? `${window.location.protocol}//${window.location.hostname}:3000` : "https://sprd.app";
  return <iframe src={`${baseUrl}/embed/${path}`} width="100%" height={height} style={{
    border: "none",
    borderRadius: "8px"
  }} />;
};

Discover is where you start. It shows every price difference across all tracked products in one table, so you don't have to check products one by one.

<Embed path="discover" height={560} />

## View modes

Each view filters the table for a different strategy:

| Mode            | What it shows                                      |
| --------------- | -------------------------------------------------- |
| **All**         | Every spread, no filters                           |
| **Hot Spreads** | Products with 10+ trades in the last 7 days        |
| **Flips**       | Profitable flips where ask \< bid across platforms |

<Tip>
  Start with **Hot Spreads**. It filters out illiquid products so you only see spreads on items that are actually moving.
</Tip>

## Display modes

Toggle between **Products** and **Sizes** at the top right:

* **Products** groups by product and shows the single best spread per SKU
* **Sizes** shows every size individually, so you can find the exact variant with the best opportunity

## Filters

* **Category chips** — Narrow by product type (Sneakers, Streetwear, etc.)
* **Marketplace filter** — Exclude marketplaces you don't use
* **Verified Only** — Show only authenticated or high-trust sellers
* **After fees** — See spreads after platform fees

Sort any column by clicking its header. Click again to reverse.

## Reading a row

Each row shows the product, variant (size + condition), best bid and ask with the marketplace name, and the spread between them.

Green spread numbers mean you can buy for less than someone else is willing to pay. Trust icons next to each marketplace tell you about seller reliability. [Learn what they mean →](/evaluating-deals)

Click any row to jump to the full [orderbook](/orderbook) for that product and size.

## Next step

Found a spread? Click the row to open the [orderbook](/orderbook) and see the full depth of bids and asks.
