# Boost calculations/formulas

This page will contain the **official formulas** used in HORSY V2 to calculate race outcomes based on trainable skills, NFT traits, consumable items, and other in-race variables.

We are currently fine-tuning and testing these mechanics to ensure balance, fairness, and competitive depth across all race types and scenarios.

Once finalized, this section will be **fully updated with the complete formula logic**, including:

* Weighting of each skill
* Trait-based passive boost calculations
* Item effect multipliers
* Randomness and fairness mechanics

Our goal is to maintain full transparency so players can make informed decisions and optimize their strategies. Stay tuned — the formulas will be published ahead of the official V2 launch.


---

# 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://horsy-on-hl.gitbook.io/horsy-docs/basics/markdown/boost-calculations-formulas.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.
