# Base Statistics

Every hound has a set of publicly available base statistics that are part of determining how fast that hound will run in a race. With the exception of form, all statistics can only be improved through [training.](/muzzle-run-docs/muzzle-run-racing/training.md) Form is increased and decreased based on race results and can also be increased with training.

**Speed**

A value that represents a hounds potential top speed based on the fastest a greyhound can run. Greyhounds have an unofficial top speed of 80km/h. If your hound has a speed value of 100 then the fastest your hound will be able to run is 80 km/h (without a speed boost). A higher speed value also means your hound will on average run faster than a hound with a lower speed value if all other factors were the same.

**Acceleration**

Acceleration is used to help determine how fast a hound is out the blocks. The higher the acceleration, the more likely a hound will hit its top speed earlier in the race.

**Endurance**

Hounds with high endurance are likely to suffer less fatigue as the race progresses. Generally speaking hounds with high endurance will perform better in longer races and maintain a higher average speed.

**Consistency**

Consistency is used to help determine how frequently a hound is able to utilise their statistics to their full potential. The higher the consistency, the higher the probability that a hound will produce a predictable result.

**Form**

Form is another statistic that influences how consistent a hound will run to the best of their ability. Form is increased and decreased after every race. The more a hound wins, the higher likelihood that the hound will run a fast next race and vice versa. Form can not drop below 50 and can not go above 100. Form points are added and decreased based on the following finishing positions:

1. +5
2. +3
3. +2
4. +0
5. -2
6. -2
7. -5
8. -5


---

# Agent Instructions: 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://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/breeding/base-statistics.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.
