> For the complete documentation index, see [llms.txt](https://mumubit-document.gitbook.io/tycoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mumubit-document.gitbook.io/tycoon/game-play/horse-racing-system/racetrack/settlement.md).

# Settlement

**How to score the race**

* The race will be settled and ranked every day at 11:55 PM.&#x20;
* During the race, 10 random events will be generated.&#x20;
* The system will assess the horse’s attributes and constitution to handle the different events and assign scores accordingly. The total score is the sum of these individual scores.

<figure><img src="/files/ObH9ArMiOFfb9Vn8oq0P" alt=""><figcaption></figcaption></figure>

* The total scores of the horses belonging to participating players will be ranked to calculate the distribution of total rewards for the race. Based on this ranking, players will receive their respective share of the total rewards.
* Players' horses will be ranked based on their total scores and will receive corresponding rewards.
* Players can view the settlement interface to see the results and events encountered during the race.

**Total Prize Pool**

* The total prize pool amount can be seen in the registration interface.&#x20;
* It is calculated as a percentage of the total entry fees paid by all players registered for the horse racing events. The more players that register, the larger the prize pool will be.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfIlZn0mBZGrWNfRyXAftvkQ4cCok30Zk8sqs-ad6RCoQgy2MwmzVp3Hdyse9rXbnT-5DKE5EWVVPHCR9sF4HzqS7ge6G0NsVgPaUawH2lA87Yn_-2egJQPN4IGkxaNNVkhqDNQMMgGE2gt-QMY1_W8u4X7DA27ONQ9CtbH?key=VZOrPGJb1qpsrC3JKmiu-Q)

**Final Settlement and Event Tracking**

* Players can view the settlement interface after the race, where they can see the final results and the various events they encountered during the race.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfz4Ua7GM_0q5XVKBebF7KdlSVEl6SgN3fCctI4mChtuTT8b-U5q26KQnVx1W1NKQq68K_-g4PQzwXLDSSxbiZ-dWPBmTNQAV1vgLbOx0qnFzaIrMRvBOmcXgcy9ldA67RX5Q6ZZjBuf6egaLu1eJ1T7b6rfFKmSEPFIKRWWw?key=VZOrPGJb1qpsrC3JKmiu-Q)


---

# 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://mumubit-document.gitbook.io/tycoon/game-play/horse-racing-system/racetrack/settlement.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.
