> 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/japanese/purei/lottery.md).

# 宝くじ

PancakeSwapの宝くじに参加すると、巨大なCAKE賞金を獲得するチャンスがあります！簡単で公平、CAKEでチケットを購入できる限り何度でも参加できます。

[スマートコントラクトを確認する](https://bscscan.com/address/0x5aF6D33DE2ccEC94efb1bDF8f92Bd58085432d2c)

## **詳細：**

* 宝くじチケット1枚の費用：CAKEで約5ドル相当。
* 個人ユーザーの宝くじ参加上限：上限なし。ただし、1回の購入で最大100枚まで。
* 1枚のチケットを購入すると、各桁が0〜9の範囲でランダムな6桁の組み合わせが付与されます。例：「1-9-3-2-0-4」。左から順に番号を一致させると賞品が獲得できます。一致する番号が多いほど、より大きな賞金プールから分配されます。
* 宝くじはChainlinkのVRFを使用して、真の安全なランダム性を実現しています。

## チケットの費用とまとめ購入割引

宝くじのチケット価格は新しいラウンドの開始時に設定され、5ドルUSを目安としています（急激な価格変動によりわずかに異なる場合があります）。

複数の宝くじチケットをまとめて購入すると、まとめ購入割引が適用されます。1回の購入で最大100枚まで購入でき、割引は2枚から少額ずつ始まり、100枚では最大10%まで拡大されます。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Screenshot%202024-08-22%20at%209.59.52%20PM.png)

## **当選方法**

チケットの左側から、宝くじラウンド終了時に抽選された当選番号と番号を一致させてください。

* 最初の1桁だけ一致しても小さな賞品が獲得できます。
* より多くの番号が一致するほど、より大きな賞金プールから分配されます。

## **‌**賞品の受け取り資格

‌各チケットには0〜9の宝くじボールが合計6個あります。当選するには、チケットの左から順に、抽選された番号と同じ順序で番号が一致する必要があります。例：

抽選番号

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

あなたのチケットの番号

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

上記の例では、チケットAは5桁の番号が抽選番号と同じ順序で一致しています（4桁目のみ不一致）。

ただし、4桁目が抽選番号と**一致しない**ため、左から3桁のみが順序通りに一致していることになります。これは「最初の3桁一致」賞となります。

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

チケットBの例です。残念な結果になりました。最後の5桁が一致していても、最初の1桁が一致していないため、このチケットは何も当選しません。

受け取り資格のある最高の賞品ブラケットからのみ賞品を分配できます。最初の3桁が一致するチケットは、3桁一致のブラケットの賞品のみを受け取ることができ、1桁一致や2桁一致のブラケットの賞品は受け取れません。

**覚えておいてください：桁は左から右の順序で一致する必要があります。**

## 賞品ブラケット間の賞金分配

‌ラウンドの抽選が終了し、一致番号を持つチケットが確定すると、賞品が授与されます。各チケットが獲得する金額は、同じ賞品ブラケットで当選したチケットの数によって異なります。

‌例えば、3桁の番号が順番に一致したチケットがあなただけの場合、そのブラケットの賞金プールのあらかじめ決められた分配額が2000 CAKEであれば、2000 CAKEをすべて受け取ることができます。

‌しかし、あなたを含む4人が3桁の番号を順番に一致させた場合、2000 CAKEは4枚の当選チケットで分配されるため、500 CAKEを受け取ることになります。

各ブラケットの賞品内訳については[宝くじFAQ](/japanese/purei/lottery/lottery-faq.md#how-are-prizes-broken-down-between-brackets)をご覧ください。


---

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