> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/wan-le/lottery/lottery-faq.md).

# 彩票常见问题解答

## 如果没有中奖者会怎样？

如果奖池中的 CAKE 没有被赢取，它不会被浪费！未被领取的 CAKE 将滚存到下一个彩票回合。

## 我的彩票匹配了多个数字，但我无法领取奖励

只有从左到右匹配数字的彩票才有资格获得奖励。详细解释请参阅[彩票 v2 文档](/chinese/wan-le/lottery.md)。

## 彩票 v2 与彩票 v1 有何不同？

彩票 v2 比彩票 v1 更广泛地分配奖励。它让每张彩票有 1/10 的机会匹配第一个数字，这意味着更多彩票至少能赢得一份小奖。它还需要按顺序匹配 6 个（从 4 个增加而来）数字才能赢得最大奖。

总体而言，这意味着更多彩票可以中奖，但最大的头奖将更少被赢取，从而造就巨大的头等奖池！

**彩票 v2 引入了：**

* 更便宜的彩票价格（每张约 5 美元等值的 CAKE），不会随 CAKE 价格大幅波动
* 批量购票折扣
* 6 级奖池等级，匹配数字越多奖池越大
* 手动选号（可选），让用户可以使用自己的幸运数字
* [Chainlink 的 VRF 实现](https://docs.chain.link/docs/chainlink-vrf/)，以确保真正、安全的随机性
* 更低的总体手续费（详见[本页下方](#what-transaction-fee-will-i-pay-for-buying-tickets)了解更多信息）

[了解更多关于彩票 v2 的功能、玩法和奖励](/chinese/wan-le/lottery.md)

## 奖励如何在各等级之间细分？

每个等级的奖池都是每个彩票回合中 CAKE 总额的一部分。

* | 等级（按顺序匹配的数字） | CAKE 分配比例 |
  | ------------ | --------- |
  | 前 1 个数字      | 2%        |
  | 前 2 个数字      | 3%        |
  | 前 3 个数字      | 5%        |
  | 前 4 个数字      | 10%       |
  | 前 5 个数字      | 20%       |
  | 前 6 个数字      | 40%       |
  | 销毁           | 20%       |

## 我可以把彩票兑换回 CAKE 吗？

不可以，一旦购买，你将无法把彩票兑换回 CAKE。

## 如果我中奖，需要手动领取奖励吗？

是的，你需要在彩票页面的 "Are you a winner?"（你是中奖者吗？）下点击 **Check Now**（立即查看）按钮。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%2868%29.png)

## 多久开一次彩票？

每 12 或 36 小时进行一次彩票抽奖。每天进行一次抽奖，在 UTC 时间 0 点和 12 点之间交替进行，UTC 时间 0 点回合之后的下一回合将在 36 小时后，UTC 时间 12 点回合之后的下一回合将在 12 小时后。

![Lottery injection schedule](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Lottery%20Schedule%20Update%20Feb%204.png)

## 购买彩票需要支付多少交易手续费？

你每次购买彩票都是一笔交易。在一次彩票购买中购买单张彩票将花费正常的交易手续费金额。

然而，在该次购买中购买更多彩票会增加手续费。购买 100 张而非 1 张彩票不会使手续费翻 100 倍，但可能会使手续费金额增加 5-6 倍（不过这会有所不同）。

## 批量折扣如何运作？

批量折扣以递增的折扣奖励购买更大数量的彩票。如果你只购买 2 张彩票，折扣可以忽略不计，但随着你在一笔交易中购买的彩票数量增加，折扣会迅速累积。

折扣仅适用于每笔交易，最多 100 张彩票。折扣不会结转到下一笔交易或下一个回合。

## 为什么我只能购买 100 张彩票？

你在一次购买中最多只能购买 100 张彩票，但你可以进行多次购买。在你购买首批 100 张彩票后，没有什么能阻止你购买更多彩票。

## 如果我手动创建两张或更多号码相同的彩票，并且它们都中奖了，我是否有资格为每张彩票领取奖励？

是的，每张彩票都被视为彩票的一个独立参与项。但请记住，奖励不会是 1:1 的，因为你拥有的每张中奖彩票都会稀释该等级总奖励的每一份份额。

## 注入时间表：CAKE 何时会添加到彩票中？

当人们购买彩票时，他们花费的 CAKE 会被添加到彩票奖池中。此外，每隔一个回合还会按固定时间表向彩票奖池中添加（注入）8,000 CAKE，每周七个回合，如上方彩票时间表图所示。


---

# 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://docs.pancakeswap.finance/chinese/wan-le/lottery/lottery-faq.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.
