> For the complete documentation index, see [llms.txt](https://docs.speedstar.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedstar.io/en/gameplay/player-and-jobs/breeder.md).

# Breeder

This career is vitally important to the SpeedStar game. Without any breeders, there would only be astronomically expensive horses on the market. If your breeding skills are god-like, the next racehorse born might just be that special one

### Breeder Board

The Breeder has two important modes of operation. These are creating a Seed Potion from the seed of the male horse and using this to breed with a female horse in order for her to give birth to a foal. The make-up of the Seed Potion affects the breed of the offspring.

### Energy and Wage&#x20;

The Breeder Mastery level influences how much energy the Breeder will need to use for each job as well as the floor price for Breeder activities when posting a Job.

<table><thead><tr><th>Mastery</th><th>Energy</th><th>Wage</th><th data-hidden></th></tr></thead><tbody><tr><td>Mastery 1</td><td>-5</td><td>500 <strong>$SPEED</strong></td><td></td></tr><tr><td>Mastery 2</td><td>-4</td><td>1,000 <strong>$SPEED</strong></td><td></td></tr><tr><td>Mastery 3</td><td>-3</td><td>1,500 <strong>$SPEED</strong></td><td></td></tr><tr><td>Mastery 4</td><td>-2</td><td>2,000 <strong>$SPEED</strong></td><td></td></tr><tr><td>Mastery 5</td><td>-1</td><td>2,500 <strong>$SPEED</strong></td><td></td></tr></tbody></table>

These wages will be subject to a 35% tax, which will be burned and removed from the circulating supply. The same applies to service fees.

{% content-ref url="/pages/l2vwRXGgW9r3AUtAAuX1" %}
[Daddy Horses](/en/gameplay/player-and-jobs/daddy-horses.md)
{% endcontent-ref %}

{% content-ref url="/pages/3TM6v7KfRTULNeI5VCk1" %}
[Mommy Horses](/en/gameplay/player-and-jobs/mommy-horses.md)
{% endcontent-ref %}


---

# 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://docs.speedstar.io/en/gameplay/player-and-jobs/breeder.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.
