# NFT 가격 제안하기

NFT에 대한 제안을 진행하기 위한 프로세스를 사이트의 몇 가지 다른 영역에서 시작할 수 있습니다.

* 단일 컬렉션을 살펴볼 때
* 모든 NFT를 탐색할 때
* 직접 NFT를 살펴볼 때

1. NFT 정보 페이지에서 "Offer"를 클릭하여 시작하세요.

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

2. "Offer"를 누른 후에 모달 창이 나타납니다. 제안할 ETH 금액을 입력하세요(ETH로만 제안할 수 있습니다).

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

3. ETH로 제안하고자 하는 금액을 입력한 후, "Submit"을 클릭하면 확인 메시지가 나타납니다. 그 후 지갑에서 확인을 통해 NFT 가격 제안을 완료합니다.


---

# 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.2r2.io/korean/undefined/nft/nft-1.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.
