> For the complete documentation index, see [llms.txt](https://zed.gambitpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zed.gambitpro.com/help-and-reference/17-faq.md).

# FAQ

**Q: Do I need to own a horse to bet?** No. You can bet on any race in any round, without owning anything.

**Q: How often do races run?** Every 80 seconds, 24/7. A new race starts as the last one finishes.

**Q: What happens if I'm in the middle of placing a bet when betting closes?** The bet won't be accepted. The race card will close and your stake stays in your balance.

**Q: Can I bet on a race after it's started?** No. Betting closes 50 seconds into the race window, before the race begins.

**Q: Are odds fixed?** Yes. The odds at the moment you place your bet are the odds you're paid at. They don't change after placement.

**Q: Can I bet on multiple horses in the same race?** Yes. You can place a Win bet on one horse and a Place bet on another, or any combination of singles within the limits.

**Q: Are exotic bets (Exacta, Trifecta, etc.) available?** Not in Season One. They're planned for later.

**Q: Can I sell or trade horses?** Not in Season One. Horses are acquired only through syndicate packs; trading is a future feature.

**Q: What's the difference between a Strong and an Elite horse?** Star rating only — Elite horses are statistically more capable, but the rest of the picture (surface affinity, jockey/trainer) often matters more in any single race.

**Q: My horse keeps losing. Can I retire it?** Not manually. Retirement is automatic, and even that is paused for Season One. From Season Two onward, the worst-performing horses are relegated automatically and replacements are added.

**Q: Why are all amounts in credits and not in my crypto?** For readability. Different tokens have wildly different decimal precisions; credits (USD-equivalent) keep stakes and balances scannable. Settlement still happens in your casino's underlying currency.

**Q: Does the casino I'm playing through know I'm a ZED player?** Yes — your casino account is your ZED account. Deposits, withdrawals, KYC, and any responsible-gambling settings are all handled by your casino.

**Q: Where does the prize pool come from?** 90% of every pack sale: 45% goes to the weekly leaderboard pool, 45% to the season pool, and 10% is house revenue.

**Q: What's a syndicate?** A shared ownership of a horse. Pack horses can be syndicated across multiple players, so each player owns a share of the horse and shares in any of its winnings.


---

# 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://zed.gambitpro.com/help-and-reference/17-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.
