> 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/18-glossary.md).

# Glossary

| Term                | Meaning                                                                                   |
| ------------------- | ----------------------------------------------------------------------------------------- |
| Affinity            | Hidden 0–100 score for how well a horse performs on a given surface.                      |
| Bet Slip            | The floating panel where you build and confirm bets.                                      |
| Bloodline           | Lineage (Nakamoto, Szabo, Finney, Buterin), giving a small surface lean.                  |
| Closer              | A horse that runs better from behind, finishing strong.                                   |
| Condition           | Per-race state (Fast / Standard / Yielding / Heavy) that re-weights stats.                |
| Credit              | ZED's display unit, USD-equivalent. Abbreviated "cr".                                     |
| DNA                 | A horse's hidden underlying stats — speed, endurance, acceleration, agility, consistency. |
| Elite               | Top horse tier — 10% drop rate from packs.                                                |
| Fixed odds          | Odds locked at the moment you place the bet.                                              |
| Form guide          | A horse's recent finish positions, used for prediction.                                   |
| Front-runner        | A horse that runs hard early and tries to lead the whole way.                             |
| House edge / margin | The casino's built-in margin on bet payouts. 10% on Win in Season One.                    |
| Jockey              | The rider; contributes a hidden in-race modifier.                                         |
| Lobby               | The home screen showing live + upcoming races.                                            |
| Pack                | A sealed bundle of 5 horses bought from the Pack Store.                                   |
| Place bet           | A bet that wins if your horse finishes 1st or 2nd.                                        |
| Pool                | The set of horses in active rotation — 1,080 in Season One.                               |
| Round               | A 3-hour block of 135 races; every horse races once per round.                            |
| Season              | \~1 calendar month of continuous racing, with leaderboards.                               |
| Stable              | Your owned horses, active and retired.                                                    |
| Star rating         | 1–5 stars indicating overall horse quality (the only stat revealed at pack opening).      |
| Surface             | The track type (Polytrack, Tapeta, Cushion, Prefabricated).                               |
| Syndicate           | A shared-ownership group for a horse.                                                     |
| Trainer             | A long-term conditioning character; contributes a hidden modifier.                        |
| Win bet             | A bet that wins only if your horse finishes 1st.                                          |


---

# 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/18-glossary.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.
