> For the complete documentation index, see [llms.txt](https://zkrace.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zkrace.gitbook.io/whitepaper/derace-platform/horse-racing.md).

# Horse racing

A set amount of horses participate in each race. **Every horse owner can participate in a hippodrome race**

**The races are based on RNG technology**, therefore some randomness is expected in the race outcome. The speed, stamina and reaction time parameters also play a big role - it influences the win but does not guarantee it.

**Each speed parameter point gives a chance to win diluted by the total amount of participants’ speed sum**. The RNG algorithm is widely used in video games, statistical sampling, computer simulation, cryptography, etc.

The player selects the race to participate in from the upcoming races section. Players can filter upcoming races by date, game rules, hosting hippodrome.

The player confirms a participation in-game fee. After the race, the winner is announced. After the race, the horse racing cool-down begins.


---

# 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:

```
GET https://zkrace.gitbook.io/whitepaper/derace-platform/horse-racing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
