> For the complete documentation index, see [llms.txt](https://docs.perplay.io/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/kr/game-fi/nft/undefined-8.md).

# 분해

유저는 자신이 보유한 차량 NFT를 분해하여 엔진 아이템을 획득할 수 있습니다.\
엔진 아이템은 분해하는 NFT의 등급에 따라 노멀, 레어, 엘리트, 에픽으로 구분됩니다.

엔진 아이템에 대한 자세한 내용은 [\[엔진\]](/kr/game-fi/undefined-2/undefined-3.md)에서 확인할 수 있습니다.

**\[NFT를 분해하기 위한 조건]**

1. NFT 획득 후 72시간이 지나야만 분해할 수 있습니다.
2. NFT 분해를 위해서는 최소 5레벨 이상 육성해야 합니다.
3. NF가 레벨 업 중인 상태에서는 분해를 할 수 없습니다.

**\[NFT 분해 비용]**

|  차종  |  노멀 |   레어  |  엘리트  |   에픽  |
| :--: | :-: | :---: | :---: | :---: |
| XPER | 500 | 1,000 | 2,000 | 4,000 |

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


---

# 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.perplay.io/kr/game-fi/nft/undefined-8.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.
