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

# Market Detail & Order Book

> Everything you need to trade a market on one screen.

Tapping any market opens the full detail screen — the trade terminal.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/polywin/images/markets-detail.png" alt="Market detail" />
</Frame>

## What you see

* Market title (links out to Polymarket)
* Smart expiry — full date if days away, live countdown under 3 hours
* Active wallet name and balance (with **👛 Switch Wallet** button if you have multiple)
* Your open position in this market (if any) — shares, entry vs current price, and live PnL
* **🟢 Buy YES** / **🔴 Buy NO** buttons with current cents per share
* **📝 Limit YES** / **📝 Limit NO** for a specific price
* The keyboard adapts to position state — sell presets and **➕ Add** appear when you're already long; **🎁 Redeem** appears when the market has resolved in your favor.

## Trade actions

<CardGroup cols={2}>
  <Card title="Buy" icon="arrow-up" href="/markets/buy-sell">
    Market buy YES or NO with preset or custom size.
  </Card>

  <Card title="Limit order" icon="target" href="/markets/limit-orders">
    Buy or sell at a specific price.
  </Card>

  <Card title="Price alert" icon="bell" href="/markets/price-alerts">
    Get notified when YES or NO crosses your threshold.
  </Card>

  <Card title="Add to watchlist" icon="bookmark" href="/markets/watchlist">
    Pin the market to your watchlist for fast access.
  </Card>
</CardGroup>

<Note>
  Sells, partial sells, and TP/SL are managed from the [Positions Hub](/positions/hub) — the trade terminal stays focused on entries.
</Note>
