> ## 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.

# Evaluating Deals

> How to tell a good spread from a risky one.

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"
  }} />;
};

You've found a spread on [Discover](/discover) and checked the [orderbook](/orderbook). Before buying, check three things.

## 1. Is the seller trustworthy?

Expand a row in the orderbook to see trust indicators on each quote.

<Embed path="orderbook-expanded" height={420} />

* **Green shield** — Platform-authenticated (StockX, GOAT, eBay AG). Safest.
* **Amber check** — Top seller with strong track record on that marketplace.
* **No badge** — New or unverified seller. Consider [authenticating yourself](/authentication#self-authentication).

Use **Verified Only** on [Discover](/discover) to filter out unverified sellers entirely.

## 2. Does the spread survive after all costs?

The [fee toggle](/spreads-and-fees) shows platform fees, but a real trade has more costs:

* **Shipping to you** — Free on some platforms, \$10-15 on others
* **Forwarding fees** — If using a service like Planet Express (\$5-15 per package)
* **Authentication** — LegitApp or similar (\$3-5 per item)
* **Shipping to buyer** — Outbound shipping when you sell

Turn on **After fees** on [Discover](/discover) to see realistic spreads. Then mentally subtract any additional costs that apply to your setup.

## 3. Is the product liquid?

Check the **Vol (7d)** column on [Discover](/discover). Higher volume means the product is actively trading and your order is more likely to fill quickly. Low-volume products can show attractive spreads but may take days or weeks to sell.

<Tip>
  Use **Hot Spreads** view to only see products with 10+ trades in the last 7 days.
</Tip>

## Quick checklist

1. Is the seller verified or high-trust?
2. Does the spread survive with **After fees** on?
3. Does it survive after shipping + authentication costs?
4. Is the product liquid? (7d volume > 10)

Once you're confident, [place the order](/placing-orders).
