> For the complete documentation index, see [llms.txt](https://doc.giveaway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.giveaway.com/user-tutorial/how-to-play-penny-win/lucky-draw.md).

# Lucky Draw

**Step 1: Choose the draw:** there are various Lucky Draws, such as crypto rewards and physical rewards.

<figure><img src="/files/z8lic0mPP8MpgwkRXNqW" alt="" width="563"><figcaption></figcaption></figure>

**Step 2: Purchase a Ticket** : Click "Deposit" to top up.&#x20;

<figure><img src="/files/ZWod9mK4wxd6Qklyif2f" alt="" width="563"><figcaption></figcaption></figure>

Please make sure to select the correct chain and address for your wallet before completing the deposit.

<figure><img src="/files/H9EvbPgkrk9Cq9KMVNyw" alt="" width="563"><figcaption></figcaption></figure>

**Once your deposit is successful, you can start buying tickets. You can purchase multiple tickets at a time.**

<figure><img src="/files/oPKq8E72CV9IdVd0Iyt5" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/cOe04DXOlfsT4iDUustk" alt="" width="375"><figcaption></figcaption></figure>

**Step 3: Wait for the Draw** ：After your purchase, you’ll need to wait for the results. Please note that the draw will only happen once all required tickets are sold, and the reward will be given to a single winner.

**Step 4: Claim Your Prize：** If you win, your prize will be credited to your account.

<figure><img src="/files/rjeh6sbZZul9vQhGUzrf" alt="" width="289"><figcaption></figcaption></figure>

You can check if you have won the prize in **"Draw History"**

<figure><img src="/files/em77eZp0b1oPqzT1YTbU" alt="" width="563"><figcaption></figcaption></figure>

## How/Where to Check My Reward

click on your profile picture, then select '**My Wallet**' to view your rewards.

<figure><img src="/files/ZLA8hd1yr8nTgsclzZ8l" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://doc.giveaway.com/user-tutorial/how-to-play-penny-win/lucky-draw.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.
