# TRADE

- [NFT란?](https://eggverse.gitbook.io/eggverse/trade/nft.md)
- [NFT 발행하기](https://eggverse.gitbook.io/eggverse/trade/nft-1.md): 상품을 NFT로 민팅하여 거래
- [NFT 구매하기](https://eggverse.gitbook.io/eggverse/trade/nft-2.md)
- [NFT 제안하기](https://eggverse.gitbook.io/eggverse/trade/nft-3.md): 원하는 NFT를 제안하면 그 NFT를 보유하고 있는 소유자가 NFT를 판매
- [보유한 NFT 거래하기](https://eggverse.gitbook.io/eggverse/trade/nft-4.md): 내가 갖고 있는 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://eggverse.gitbook.io/eggverse/trade.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.
