# Level Transfer(Inherit) System

#### Level Transfer System

* System to transfer levels between same-grade NFT heroes
* Original NFT that has been used to transfer level will be burned
* NFT that will receive the original's level should be level 1

Level Transfer(Inherit) System Table

| Level | Transfer Fee (MPL) |
| :---: | :----------------: |
|   10  |     15,000 MPL     |
|   9   |     10,000 MPL     |
|   8   |      5,000 MPL     |
|   7   |      3,000 MPL     |
|   6   |      1,500 MPL     |
|   5   |       750 MPL      |
|   4   |       300 MPL      |
|   3   |       250 MPL      |
|   2   |       150 MPL      |


---

# 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://meversedex.gitbook.io/pocketbattlesnftwar/token/nft-features/level-transfer-inherit-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.
