> For the complete documentation index, see [llms.txt](https://wickdottrade.gitbook.io/wick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wickdottrade.gitbook.io/wick/prediction/faq.md).

# FAQ

<details>

<summary>What are prediction markets in Wick?</summary>

Wick lets you trade sports outcomes using Polymarket’s markets, directly inside the app. Instead of placing a fixed-odds bet, you’re buying and selling outcome contracts whose prices move in real time.

</details>

<details>

<summary>How is this different from a normal sportsbook</summary>

Sportsbooks offer fixed odds at the time you place a bet. In prediction markets, outcomes trade on an orderbook, so prices change based on supply and demand. You can also exit early by selling your position before the event ends.

</details>

<details>

<summary>What am I actually buying when I place a prediction?</summary>

You’re buying contracts (shares) for an outcome (for example, “Team A wins”). If the outcome becomes more likely, the contract price usually rises and you can sell to lock in profit. If the outcome wins at settlement, the contract resolves at the full payout value.

</details>

<details>

<summary>Can I cash out before the game ends?</summary>

Yes. Since outcomes trade on a market, you can sell your position at any time (depending on liquidity) to lock in profit or reduce exposure before the event settles.

</details>

<details>

<summary>Why does settlement take time after a game ends?</summary>

Markets need time to finalize the official result and resolve on-chain. This can take additional time after the event ends, especially if outcomes require verification or there are disputes/edge cases.

</details>

<details>

<summary>What odds formats can I use?</summary>

You can change odds display in Settings to the format you prefer (Price, Decimal, US, or Percentage).

</details>

<details>

<summary>My live scores look delayed — is that normal?</summary>

Yes. Live game feeds in Wick can be delayed by about \~2 minutes. If you need the fastest possible score updates, we recommend using a third-party sports app alongside Wick.

</details>

<details>

<summary>Is slippage recommended?</summary>

For best execution, we recommend leaving slippage enabled. It helps orders fill more reliably when prices move quickly.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wickdottrade.gitbook.io/wick/prediction/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
