> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/cwallet-tools/lucky-box/how-to-create-a-lucky-box.md).

# How to Create a Lucky Box

Previously, Lucky Box creation was only available via the Cwallet Mini App on Telegram. Now, you can also create a Lucky Box directly in the Cwallet App!

**1. Open the Cwallet App and tap on “Discover” on the homepage.**

You will find the **Lucky Box** feature listed there.

<div align="left"><figure><img src="/files/eAzxWIqODStenaomdMC2" alt="" width="197"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/o4WWGxbjybZXvVIngme9" alt="" width="205"><figcaption></figcaption></figure></div>

**2. Click the "Send Luckybox" button, and then complete all the settings.**

<div align="left"><figure><img src="/files/nSxTvBdDr0CmyWh6JI0x" alt="" width="197"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/r59YwXZ9os4XPdEzBvBG" alt="" width="197"><figcaption></figcaption></figure></div>

**On the creation page:**

<div align="left"><figure><img src="/files/VfpMhh9RKJsPX8bdD1b5" alt="" width="197"><figcaption></figcaption></figure></div>

* **Select the token** you wish to send and enter the total amount.
* **Set the number of recipients.**
* **Choose the distribution mode:**
  * **Random:** Each recipient will receive a random amount.
  * **Average:** Each recipient will receive an equal share of the total amount.
* **Set the sharing method:**

  * **Link Only:** Anyone with the link can claim.
  * **Link & Code:** Users must have both the link and a claim code to receive the Lucky Box.
  * **Passcode:** Users only need to enter the correct random code to claim.

**3. After filling in all the details:**

* Review and confirm the information.
* Enter your **payment password** to complete the creation.

<div align="left"><figure><img src="/files/5y7PTpcxPPMaozVhEVAn" alt="" width="197"><figcaption></figcaption></figure></div>

* Once created, you can tap the **Share** button to distribute it.

<div align="left"><figure><img src="/files/2bTsVYNlVxTD6bJixjzN" alt="" width="197"><figcaption></figcaption></figure></div>

**4. On the completed page, scroll down to view claim details** including who has claimed and the claimed amounts.

<div align="left"><figure><img src="/files/47lY5D9UHZUGZxfx77E4" alt="" width="197"><figcaption></figcaption></figure></div>


---

# 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.cwallet.com/cwallet-tools/lucky-box/how-to-create-a-lucky-box.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.
