> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero/koren/jiao-yi/4-1.md).

# 거래 시장

**거래 시장**

‌유저는 NFT 카드를 자유롭게 거래할 수 있고 현재 Heroes 및 BUSD로 거래 가능합니다.

![](/files/-Mb5h6vSWZwTLzXeEwqW)

**판매**

유저는 가격을 스스로 결정할 수 있고 고정가격으로 카드를 판매할 경우Heroes/BUSD로 판매 가능합니다.

판매 완료의 경우 일정한 수수료가 부과되고 Heroes 거래 수수료는 1%, BUSD 거래 수수료는 3%입니다.

판매 관정은 블록체인에 저장되어 일정한 수수료인 BNB가 부과됩니다.

![](/files/-Mb5hBAa7hXtPdPyzWcJ)

**인출**

거래 시장에서 카드를 판매해서 획득하는 수익은 '인출' 기능을 통해 잔고를 자신의 바이낸스 스마트 체인 지갑 주소에 저장 가능합니다.

인출 기능을 이용할 경우 한꺼번에 기존 모든 잔고를 인출할 것입니다.

인출 과정은 블록체인에 저장되어 일정한 수수료인 BNB가 부과됩니다.

![](/files/-Mb5hF5FopMGV45P3gxf)

**주문 기록**

판매 중: 판매 중인 카드가 전시되고 유저는 '주문 취소' 버튼을 눌러 수시로 판매 중인 카드를 취소할 수 있습니다.

주문 기록: 이미 완료된 주문 기록이 전시됩니다.

주문 취소 과정은 블록체인에 저장되어 일정한 수수료인 BNB가 부과됩니다.


---

# 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://mixmarvel.gitbook.io/dehero/koren/jiao-yi/4-1.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.
