> 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-2.md).

# NFT 구매하기

## 사용법 동영상

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

## NFT 구매하기

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

#### 2) [Trade 페이지](https://www.eggverse.io/search)에서 원하는 NFT를 골라 클릭합니다.&#x20;

<div align="left"><figure><img src="/files/ipNC1fxIN1VN1oRFMZVw" alt=""><figcaption></figcaption></figure></div>

#### 3) '입찰하기' 버튼을 눌러 원하는 가격을 입력합니다.&#x20;

![](/files/o2EKQE9HNkYsxe2OWeVq)

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

#### 5) [Wallet 페이지](https://www.eggverse.io/mypage/nft)에서 내가 구매한 NFT를 확인할 수 있습니다.&#x20;

<div align="left"><figure><img src="/files/kHWm3yWFC4SNLijR3C2Q" alt=""><figcaption></figcaption></figure></div>


---

# 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-2.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.
