> 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-2.md).

# 등급

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

NFT는 노멀, 레어, 엘리트, 에픽, 울티메이트의 5가지 등급으로 구분됩니다.

등급은 NFT의 희소성을 나타내며 다음과 같은 차이점이 존재합니다:

<table><thead><tr><th width="220">특성</th><th>설명</th></tr></thead><tbody><tr><td>기본 능력치</td><td>NFT의 기본 능력치는 등급별로 설정된 무작위 범위 내에서 결정됩니다. 높은 등급은 더 높은 능력치가 부여됩니다.</td></tr><tr><td>능력치 포인트</td><td>NFT는 레벨이 올라갈 때마다 일정한 능력치 포인트를 받습니다. NFT의 등급이 높을수록 레벨 업 시 얻을 수 있는 능력치 포인트가 더 많습니다.</td></tr><tr><td>보유효과 한도</td><td>메인 NFT의 등급이 높을수록 다른 NFT로부터 추가되는 보유효과의 한도가 증가합니다.</td></tr></tbody></table>


---

# 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-2.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.
