# 市场彩票

每次在市场上购买物品时，都会收取一定比例的费用，并将其存入一个彩票基金中，该基金可以用于参与正在进行的市场彩票。每次购买都会为买家的帐户添加积分，这些积分可以用于购买市场彩票的门票。

基本上，每次您从市场上购买物品时，都会收取一定比例的代币用于市场彩票，并且您将获得免费的彩票积分。

## 如何将彩票基金转入市场彩票？

您可以在市场彩票进行新的进行中时，要求将资金从市场转入市场彩票。操作步骤如下：

* 前往[彩票页面](https://payswap.org/lotteries)
* 找到市场彩票，然后点击其面板中的 **控制面板** 按钮
* 在控制面板的菜单中，点击 **领取彩票收入** 按钮。要领取第一笔彩票资金，填写如下所示的表单，并验证交易。这将把来自所有三个市场的彩票资金转移到市场彩票中
* 第二笔彩票资金来自市场赞助商。在表单中将 **来自赞助商** 字段设置为是，然后验证交易。这将把来自市场赞助商资金的代币转移到市场彩票中
* 恭喜！市场彩票应该有足够高的奖池来分配给参与者。
* 任何人都可以运行这些函数，将资金转移到市场彩票中

## 如何购买市场彩票的门票

购买市场彩票的门票与购买任何其他彩票的门票一样，不同之处在于，如果您拥有足够的彩票积分，您的门票价格将为0。您可以在下面的页面上阅读有关如何购买彩票的更多信息：

{% content-ref url="/pages/uJKJnk6kgc6rkGEFsTtR" %}
[如何玩彩票](/zhong-guo-ren/products/lottery/how-to-play-lottery.md)
{% endcontent-ref %}

每次您在市场上购买物品时，都会生成彩票，并与您用于购买的钱包地址相关联。这意味着，如果您在钱包地址1中的信用额度为100，并且您使用钱包地址2购买市场彩票的门票，那么这100个信用额度将不会被使用。


---

# 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/lottery/marketplace-lottery.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.
