> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/scene-editor/build/nfts.md).

# NFT

씬에 NFT 초상화 추가하기

씬에 NFT(대체 불가능 토큰)를 액자 형태로 추가할 수 있습니다.

OpenSea에서 지원되는 모든 이미지 및 GIF 형식은 Decentraland에서도 액자 형태로 지원됩니다. 비디오 또는 오디오 형식의 NFT는 현재 지원되지 않습니다. Decentraland 착용 아이템처럼 3D 표현도 있는 NFT는 액자에서 2D 이미지로 표시됩니다.

## NFT 추가하기

다음에서 찾을 수 있는 NFT 스마트 아이템을 사용하세요 **스마트 아이템** 자산 팩에서, 또는 그냥 검색창에서 *NFT* 위의 검색창에 입력하세요. NFT 아이템의 복사본을 씬으로 드래그한 뒤 선택하면, 설정할 수 있는 몇 가지 필드가 있습니다.

![](https://3980763956-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-81fe7d71b8b9e2f56a1ec942daa856fc4e7e2747%2Fnft-item.png?alt=media)

표시할 NFT를 결정하는 주요 설정 필드는 다음과 같습니다:

* **네트워크**: NFT가 속한 블록체인 네트워크입니다. 기본값은 Ethereum 메인넷이지만, Polygon(matic) 또는 여러 테스트 네트워크 중 하나를 선택할 수도 있습니다.
* **컨트랙트**: 이 NFT가 속한 컬렉션의 컨트랙트 주소입니다(예: Cryptokitties, SuperRare, Decentraland Halloween Wearables 2019 등)
* **토큰**: 이 특정 NFT의 고유 ID

이를 얻는 가장 간단한 방법은 Decentraland 마켓플레이스에서 찾아서 URL을 확인하는 것입니다. 예를 들어, 다음 아이템의 URL에서:

*<https://market.decentraland.org/contracts/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0/tokens/20175>*

컨트랙트는 *0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0* (SuperRare를 가리키며) ID는 *20175*.

마찬가지로, 토큰의 OpenSea URL에서도 확인할 수 있습니다. 예를 들어, 다음 아이템의 URL에서:

*<https://opensea.io/assets/0x31385d3520bced94f77aae104b406994d8f2168c/2614>*

컨트랙트는 *0x31385d3520bced94f77aae104b406994d8f2168c* 그리고 ID는 *2614*.

NFT 스마트 아이템에서 설정할 수 있는 다른 선택적 필드는 다음과 같습니다:

* **프레임 스타일**: 기본 프레임 스타일에는 빛나는 여백이 있어 작품이나 씬의 스타일과 맞지 않을 수 있습니다. 바로크부터 미니멀리스트까지, 또는 그림의 모서리에 테이프를 붙인 듯한 스타일까지 다양한 스타일의 여러 다른 옵션 중에서 선택할 수 있습니다.
* **색상**: 투명 배경이 있는 NFT에는 배경색이 적용되며, 기본값은 보라색입니다. 다른 색상도 선택할 수 있습니다. 다음과 같은 일부 프레임 스타일은 *없음*, 배경색을 전혀 포함하지 않습니다.

{% hint style="warning" %}
**📔 참고**: 이러한 변경 사항은 미리보기 모드에서 씬에 들어가야만 적용되는 것을 확인할 수 있습니다. 이러한 변경 사항은 편집 모드에서 드래그하는 스마트 아이템의 표현을 수정하지 않습니다.
{% endhint %}

참고 [NFT 표시하기](/creator/content-creator-ko/sdk7/media/display-a-certified-nft.md) Decentraland가 NFT 초상화를 처리하는 방식에 대한 자세한 내용은 여기를 참고하세요.


---

# 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.decentraland.org/creator/content-creator-ko/scene-editor/build/nfts.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.
