# Lucky Box

## 1. Lucky Box Display Cycle and Range

<figure><img src="/files/vBp2BVKTOTjV7j2Qc8e3" alt=""><figcaption><p>Lucky Box image displayed every 20 minutes</p></figcaption></figure>

In SL:U, users get a chance to open a Lucky Box every 20 minutes. Early signs (thunder and lightning) appear 3 minutes before the Lucky Box activation, and **if not selected within 3 minutes after activation, the Lucky Box will be deactivated.**

**Lucky Boxes can be obtained up to 3 times per day**, and will be deactivated when the daily limit is exceeded.

Additionally, selecting a Lucky Box within the time limit rewards you with Lucky Dice tickets, with the amount determined by the Lucky Box's rank.

## 2. Lucky Box and Lucky Dice Ticket

<figure><img src="/files/KClzInvQK0WstIoxYSE1" alt=""><figcaption><p>Getting a Lucky Box rewards users with Dice Draw tickets(e.g., D-Rank)</p></figcaption></figure>

As shown in the below, the number of Lucky Dice tickets awarded varies **according to the Lucky Box Rank.:**

| Lucky Box Rank | Number of Dice Draws |
| -------------- | -------------------- |
| E-Rank         | 1                    |
| D-Rank         | 2                    |
| C-Rank         | 3                    |
| B-Rank         | 4                    |
| A-Rank         | 6                    |
| S-Rank         | 8                    |


---

# 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://doc.sololeveling.space/user-guide/event/luckybox.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.
