# NFT Disassembly

Users can disassemble their owned vehicle NFTs to obtain engine items.\
Engine items are classified as Normal, Rare, Elite, or Epic depending on the grade of the disassembled NFT.

For more details about engine items, please refer to [\[Engine\]](/perplay-whitepaper/game-fi/item/engine.md).

**\[Conditions for Disassemble NFTs]**

1. NFTs can be disassembled 72 hours after acquisition.
2. NFTs must be at least level 5 to be disassembled.
3. NFTs cannot be disassembled while they are in the process of leveling up.

**\[Cost of NFT Disassembly]**

| Grade | Normal |  Rare | Elite |  Epic |
| :---: | :----: | :---: | :---: | :---: |
|  XPER |   500  | 1,000 | 2,000 | 4,000 |

<figure><img src="/files/BdKsUR3iOXOljrlA6cDi" alt=""><figcaption></figcaption></figure>


---

# 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://docs.perplay.io/perplay-whitepaper/game-fi/nft/nft-disassembly.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.
