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

# When do I use Kash?

> How market timing works — from open trading to freeze, resolution, and claims

<img style={{ borderRadius: '0.5rem' }} className="block dark:hidden" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Light" width="1500" height="500" data-path="assets/cover/cover.svg" />

<img style={{ borderRadius: '0.5rem' }} className="hidden dark:block" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Dark" width="1500" height="500" data-path="assets/cover/cover.svg" />

Markets are open 24/7 — the only clock that matters is each market's own **resolve time**, shown on every market card.

## The life of a market

<Steps>
  <Step title="Open — trading is live">
    From the moment a market goes live until shortly before its resolve time, you can buy and sell any outcome. Prices move with every trade, so odds reflect the latest information.
  </Step>

  <Step title="Frozen — trading closes">
    Before resolution, the market freezes. No new trades are accepted; positions are locked in while the outcome is determined.
  </Step>

  <Step title="Resolved — winnings become claimable">
    Kash's oracle resolves the market to its winning outcome(s). Winning positions become claimable — use **Claim Winnings** in your [Portfolio](/getting-started/guides/winning).
  </Step>

  <Step title="If a market can't resolve — refunds">
    In the rare case a market is cancelled, every position is refunded at its last market price, and a **Claim Refund** option appears in your Portfolio — a recovery path enforced by the contract itself.
  </Step>
</Steps>

## Picking your moment

* **Early positioning** — new markets and scheduled events (matches, earnings, elections) often offer better prices before the crowd arrives
* **When news breaks** — prices adjust as information spreads; if you know something the market hasn't priced in yet, that's your edge
* **Any time before the freeze** — you can enter or exit a position whenever the market is open; you don't have to hold until resolution

<Tip>
  There's no fixed maximum duration — each market runs until its own resolve time. Check the countdown on the market page before you trade.
</Tip>

<CardGroup cols={2}>
  <Card title="Finding Markets" icon="magnifying-glass" href="/getting-started/guides/finding-opportunities">
    Discover prediction opportunities
  </Card>

  <Card title="Making Predictions" icon="crystal-ball" href="/getting-started/guides/predicting">
    Learn how to predict
  </Card>
</CardGroup>
