> 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/undefined/nft.md).

# 메인 NFT 선택

소유한 NFT 중 하나를 메인 NFT로 선택해야 합니다. 메인 NFT는 다음 규칙이 적용됩니다:

<table><thead><tr><th width="213">특성</th><th>설명</th></tr></thead><tbody><tr><td>능력치 적용</td><td>메인 NFT의 능력치는 효과를 계산할 때 완전한 수치가 적용됩니다. 따라서 메인 NFT를 먼저 키우는 것이 중요합니다.</td></tr><tr><td>보유 효과 한도</td><td>메인 NFT의 등급이 높을수록 다른 NFT의 보유 효과 한도가 증가합니다.</td></tr><tr><td>컨디션 감소</td><td>게임을 플레이하고 파워를 사용할 때마다 메인 NFT의 컨디션은 감소합니다.</td></tr><tr><td>주행 거리 증가</td><td>게임을 플레이하고 파워를 사용할 때마다 메인 NFT의 주행 거리는 증가합니다.</td></tr></tbody></table>

<figure><img src="/files/fBaSu6fUL2xWcAOI8mwc" 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/undefined/nft.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.
