# 보석 소켓

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

NFT는 모두 4개의 보석 소켓이 있으며, 이 소켓에 보석을 장착할 수 있습니다.

보석 소켓에는 빨강, 초록, 노랑, 파랑의 네 가지 색상이 있으며, 각 소켓의 색상은 NFT가 생성될 때 무작위로 결정됩니다. NFT는 같은 색상의 여러 소켓을 가질 수 있습니다.

소켓은 처음에 잠겨 때문에 보석을 장착할 수 없지만, NFT가 특정 레벨에 도달할 때마다 하나씩 잠금 해제되어 보석을 장착할 수 있게 됩니다. 레벨 업 과정에 대한 자세한 내용은 [**\[레벨\]**](/kr/game-fi/nft/undefined-3.md) 페이지를 참조하세요

각 소켓에는 소켓의 색상과 일치하는 색상의 보석만 장착할 수 있습니다.

<table><thead><tr><th width="168">소켓 색상</th><th>장착 효과</th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>빨강</strong></mark></td><td>NFT의 기본 스피드 능력치 N% 증가</td></tr><tr><td><mark style="color:green;"><strong>초록</strong></mark></td><td>NFT의 기본 행운 능력치 N% 증가</td></tr><tr><td><mark style="color:yellow;"><strong>노랑</strong></mark></td><td>NFT의 기본 에너지 능력치 N% 증가</td></tr><tr><td><mark style="color:blue;"><strong>파랑</strong></mark></td><td>NFT의 기본 내구성 능력치 N% 증가</td></tr></tbody></table>

NFT는 기본적인 4개의 보석 소켓 외에도 무지개 색상의 특별한 보석 소켓을 사용할 수 있는 플러스 마크가 있습니다. 이는 초기 상태부터 열려 있으며, 무지개 보석 소켓에는 어떤 색상의 보석이든 자유롭게 장착할 수 있습니다. 무지개 소켓에 있는 보석은 원래 효과의 값보다 두 배의 효율을 가집니다.


---

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