# 拍卖版块

拍卖交易是最古老的交易形态之一，在 Mythical  Animals的拍卖功能中，用 户可以查看当前 NFT 的创建者，持有者，交易记录，拍卖情况。NFT 拍卖 者设置竞拍交易规则 ，设置竞拍结束时间 ，最低拍卖价格 ，设置交易挖矿 分红比例 ，交易分红越多 ，参与的人会更多 ，越容易竞拍成功。

每次竞拍价格必须高于上一次，竞拍时间结束，价格最高者获得 NFT， 每次竞拍成功 ，  NFT 铸造者获得 n%交易额的铸造税 ，平台获得一定的交 易额作为手续费。


---

# 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://masaitis-nary.gitbook.io/mythical-animals-kong-jian/gong-neng/pai-mai-ban-kuai.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.
