# Breeding system

### Introduction

On Andres, Starmons, like real-world animals, can create new offspring by breeding. To avoid excessive growth in the number of Starmons, in the setting Starmon, the maximum breeding times of each Starmon is 7. The offspring of the Starmons can participate in the game scene and can also be traded in the market as an NFT asset.

Each breeding requires two Starmons’ participation and some costs.&#x20;

**Details about breeding fee**

<table><thead><tr><th align="center">Breed Times</th><th width="172" align="center">Breed Number</th><th width="178" align="center">BNB For Each Parent</th><th align="center">SMON For Each Breed</th></tr></thead><tbody><tr><td align="center">0/7</td><td align="center">1</td><td align="center">0.08</td><td align="center">20</td></tr><tr><td align="center">1/7</td><td align="center">2</td><td align="center">0.1</td><td align="center">20</td></tr><tr><td align="center">2/7</td><td align="center">3</td><td align="center">0.12</td><td align="center">20</td></tr><tr><td align="center">3/7</td><td align="center">4</td><td align="center">0.16</td><td align="center">20</td></tr><tr><td align="center">4/7</td><td align="center">5</td><td align="center">0.26</td><td align="center">20</td></tr><tr><td align="center">5/7</td><td align="center">6</td><td align="center">0.38</td><td align="center">20</td></tr><tr><td align="center">6/7</td><td align="center">7</td><td align="center">0.52</td><td align="center">20</td></tr></tbody></table>

{% hint style="info" %}
**For example, one breeding of a Starmon with 2 breeding times and a Starmon with 4 times will cost 0.1 bnb + 0.16BNB plus 20 SMON.**
{% endhint %}


---

# 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://starmon.gitbook.io/starmon.io/starmon/beginner-guide-game/propagting-system/breeding-system.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.
