# 拍卖与投标

PaySwap 还可以让您通过拍卖方式列出产品/订阅。以下是逐步指南：

* 转到您频道的主页，单击**列出产品**按钮（如果您正在创建订阅产品，请单击**列出支付墙**）

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

* 填写弹出的表单，并将**查看高级参数**字段（表单底部）设置为**是**，以显示您需要设置的拍卖字段。

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

* 设置您的竞标持续时间，即可以分隔每次出价的最大分钟数，超过该时间将关闭拍卖，并将最后一个竞标者视为买家。
* 还需设置出价百分比增量值。在上图中，它设置为 10%，这意味着如果上一个竞价是 100 个令牌，那么下一个竞价将是 100 加上 100 的 10%，即 110 个令牌。以此类推，直到没有人愿意出价。如果在最后一次竞标后 10 分钟内没有出价，那么最后一个竞标者将赢得拍卖。

恭喜！您已成功列出一个拍卖。您应该能够在下图所示的与其他产品一起列出的页面上查看它（拍卖产品的背景略微较暗；例如下图中的房屋产品略微较暗）。

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

## 如何竞标

竞标拍卖与购买普通产品非常相似：

* 转到拍卖产品的页面。如果尚未竞标，则会看到像下图中没有计时器的页面。您还可以看到下一次竞标价格为 0.1，即起始价格。要竞标，请单击**竞标**按钮并验证交易。

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

* 竞标后，产品会有一个竞价，因此竞价价格会更改。在下图中，您可以看到**竞标**按钮上显示的下一次竞标价格（竞标 0.11）以及旁边的计时器。在下图中的示例中，我们只有 9 分钟，直到拍卖结束并且最后一个竞标者获胜。

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

竞价价格会持续更改直到拍卖结束。您应该不断重新加载页面以跟上最新的竞标，并在有人出价比您提供的价格更好时再次出价。


---

# 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.payswap.org/zhong-guo-ren/products/cancan/auction-and-bids.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.
