# NFT拍卖

NFT市场支持一口价与拍卖两种模式

## 拍卖规则

1. 当拍卖剩余时间不足10分钟时，如有新的出价，则结束时间将再延后10分钟。
2. 每次出价都将在当前价格上增加10%。倒计时结束时，最后一次的出价者将获得拍卖品。
3. 除首次出价者外，每次出价的10%都将分配给上一位出价者，剩余部分在成交时将成为卖家的收益，或在被新的出价超过时返还给出价者。
4. 出价被超过后，出价的金额将被返还给出价者。

## 如何发起拍卖

1. 在[NFT资产管理](https://scv.finance/zh/nft/portfolio?tab=in-wallet)中找到要拍卖的NFT，点击**出售**按钮。
2. 设定起拍价格和拍卖时长。
3. 在钱包中完成Approve和确认操作后，拍卖即刻开始。


---

# 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.scv.finance/zh-cn/nft-ecosystem/nft-market/nft-pai-mai.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.
