> For the complete documentation index, see [llms.txt](https://docs.metapopit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metapopit.com/metapopit-game/breeding.md).

# Breeding

What came first, the chicken or the egg? The MetaPopit!

In fact, they come from a long, long time ago, when it all started with the Big Bang.

MetaPopit are born from Supernova – the rocky fragments of the stellar explosion are full of very powerful energy that creates these little strange creatures.

Their name originates from the reaction... they POP out from the rocks!&#x20;

When a player has 2 MetaPopits LVL 40 and above, he can pair them and get a Star Ticket for the pair. This ticket allows these 2 MetaPopits to make a trip into the universe and find a stellar fragment that can create a new MetaPopit! Each MetaPopit can travel to the universe 6 times max in their life.&#x20;

The same MetaPopit couple can’t travel together again.<br>

### **Stellar Fragment** <a href="#enul4s3vs38f" id="enul4s3vs38f"></a>

* An item that the player obtained from a space trip of 2 MetaPopits of level 40 and above.
* The new MetaPopit will be created from the stellar fragment within 7 days.
* Players should feed the stellar fragment with stellar dust every day.&#x20;
* If the player is less than X days late in feeding, they will be able to feed the stellar fragment later.
* If the player is more than X days late, they should use a recovery formula from the marketplace.
* The stellar fragment will be destroyed after the new MetaPopit creation.&#x20;


---

# 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.metapopit.com/metapopit-game/breeding.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.
