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

# NFT 제안하기

## 사용법 영상

{% embed url="<https://youtu.be/10DaiHMORsU>" %}

## NFT 제안하기

#### 1) 상단 Connect wallet 버튼을 클릭하여 지갑연결을 진행합니다. 지갑이 없다면 [지갑을 생성](/eggverse/get-started/undefined.md)해야 지갑연결이 가능합니다.

#### 2) [Trade 페이지](https://www.eggverse.io/search)에서 NFT 역경매 버튼을 클릭합니다.

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

#### 3) 구매하고싶은 작품이나 물품의 이미지를 업로드 합니다.&#x20;

#### 4) 카테고리,NFT 정보, 경매기간을 정한 후 구매가격을 정하고 **등록버튼**을 클릭합니다.&#x20;

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

#### 5) 지갑에서 지갑인증을 위한 창이 나타나면 지갑승인을 완료해주세요. (1\~3분 소요)

#### 6)지갑승인이 완료되면 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://eggverse.gitbook.io/eggverse/trade/nft-3.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.
