# Polymarket overview

> Polymarket prediction-market data indexed into a SQL-queryable warehouse. Markets, trades, liquidity, and wallet flows. One product: Indexer.

Polymarket is a **prediction market**, not a chain. Supanode indexes its markets, outcomes, trades, and liquidity into a SQL-queryable warehouse — one product, the Indexer.

<Note>
**One product: Indexer.** Supanode has already collected and structured Polymarket's history — you write SQL.
</Note>

## What you get

- **Markets:** questions, outcomes, resolution status.
- **Trades:** fills, prices, sizes.
- **Liquidity:** order book depth, LP positions.
- **Wallet flows:** PnL, top traders.

Query it directly over SQL, or have us deploy custom REST endpoints for recurring queries.

## Where to next

<CardGroup cols={2}>
  <Card title="Indexer" icon="database" href="https://supanode.xyz/docs/polymarket/indexer">
    Indexed Polymarket history, queryable via SQL.
  </Card>
  <Card title="Pricing" icon="tag" href="https://supanode.xyz/docs/polymarket/pricing">
    Flat monthly tier, billing, and free trial.
  </Card>
</CardGroup>
