# Breeding

Users can level up their NFT by burning PPT tokens, each level-up takes a fixed time to complete, so if the user wants to make the process faster they have to boost up by using even more PPT.

An NFT Character is your asset. You are in control. You can use it to earn while you learn, level up, use to breed a new one, and can sell it on the Marketplace. When nft reach the level that can breed, if users want to breed an nft they require to have 2 parents' nft to proceed and PLS token. The higher level the more PLS costs to breed.

| Level     | Amount of Breed nft |
| --------- | ------------------- |
| **0-15**  | **none**            |
| **15-25** | 2                   |
| **25-30** | 4                   |
| **30-35** | 6                   |


---

# 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://plus-skill.gitbook.io/plus-skill-whitepaper/elementary/breeding.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.
