> For the complete documentation index, see [llms.txt](https://unium.gitbook.io/unium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unium.gitbook.io/unium/unium-v2-klay-main-version/nft.md).

# NFT 구매 및 판매

## **NFT 구매 및 판매**

1. **경매 진행 방식(Limited Edition)**

* **유니엄은 Limited 콘텐츠를 경매로 진행하고, 판매 수량은 1개입니다. 경매 기간 중 최고 입찰 가격을 제시한 유저에게 낙찰이 이루어지는 경매 방식을 지원하고 있습니다.**
* **경매 진행 중 본인 보다 높은 입찰가가 제시된다면 가스비를 제외한 이전 제시 금액은 자동 반환 됩니다.**&#x20;
* **입찰 후 입찰 금액을 수정하거나 취소를 할 수 없습니다.**
* **경매 마감 15분 전 입찰이 발생할 시 경매 시간은 15분으로 리셋됩니다.**
* **경매에 참여하는 모든 과정은 기록되며 이 과정에서 수수료(가스비)가 발생됩니다.**

&#x20;   **2. 단순 판매 방식(Premium, Common)**

* **유니엄은 Premium, Common 콘텐츠를 단순 판매로 진행하고, 크리에이터가 직접 판매수량과 가격을 선정합니다.**
* **구매에 참여한 모든 과정은 기록되며 해당 과정에서 수수료(가스비)가 발생합니다**

## **재판매 방식**

1. **Limited 콘텐츠 재판매**

* **크리에이터를 통해 경매 낙찰을 성공하신 유저는 Marketplace에서 재판매가 가능하며, 원하는 경매 시작가 및 판매 가격 설정하여 판매할수 있습니다.**

&#x20;  **2. Premium, Common 콘텐츠 재판매**

* **크리에이터를 통해 구매를 성공하신 유저들은 해당 콘텐츠를 Marketplace에서 재판매가 가능하며, 원하는 가격을 설정하여 판매 할 수 있습니다.**
* **구매자는 원하는 가격을 선택 후 구매가 가능합니다.**
* **구매에 참여하는 모든 과정은 기록되며 이 과정에서 수수료(가스비)가 발생합니다**


---

# 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://unium.gitbook.io/unium/unium-v2-klay-main-version/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.
