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

# Breed

Welcome to **Horse Crypto**, where you will have the excitement and possibility of raising and owning unique virtual horses. We are proud to introduce our Breed feature, which allows users to pair mares and horses to breed extraordinary foals.

In **Breed**, the rarity of the foal you get will largely depend on the combination of horses you choose. Each horse has its own unique characteristics and attributes, which means that selecting the right parents is crucial to producing an exceptional foal. Get ready to explore countless possibilities and discover exciting surprises in each hatchling.

When pairing a mare and a horse in **Breed**, a number of **HORS** Tokens will be required as an initial investment. This investment represents the cost of mating and lays the foundation for the growth and development of the foal. Once the hatchling is born, you will be responsible for feeding and caring for it until it reaches adulthood and becomes an **NFT**.

Feeding the foal on its way to maturity will also require an investment in **HORS** Tokens. It is important to provide proper care to ensure healthy and optimal growth. As the foal develops, you'll be able to witness its transformation into a majestic adult horse, ready to compete in Horse Crypto's virtual races. If you do not feed your foal well, it could die

The estimated time for a foal to become an adult horse and ready for use is 4 weeks. During this period, you will have the opportunity to observe their evolution and prepare for their participation in competitions. Once the 4 weeks are up, your foal will officially become an **NFT**, allowing you to use it in races, rent it out to other users, or even sell it on the market.

At **Horse Crypto**, we strive to provide an exciting and immersive virtual horse breeding experience. Our platform uses state-of-the-art technology to ensure security and transparency in all transactions and breeding activities. Additionally, our support team is always available to provide assistance and answer any questions you may have.

Dive into the exciting Breed feature in **Horse Crypto** and discover the thrill of breeding and owning exceptional virtual horses. Get ready to embark on a unique adventure in which genetics and care come together to create magnificent specimens ready to compete and succeed!

{% hint style="info" %}
This function is under development, **HorseCrypto** is structured to remain over time
{% endhint %}


---

# 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://horsecrypto.gitbook.io/whitepaper-es/breed.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.
