# Magic Box

Magic Box is a random bonus that drops while burning energies . It contains different types of items such as ART，GEM Parts and Scroll. Every user account has 4 Magic Box slots.

Magic Box has 5 different qualities and it costs ART to open. Energy Caps reduction will end up with all Magic Boxes getting purged.

<figure><img src="/files/ZtA0fHOKhZ5YbmJRDjhw" alt="" width="136"><figcaption><p>Sample of Magic Box</p></figcaption></figure>

Magic Box Opening Cost：

<table data-header-hidden><thead><tr><th width="115"></th><th width="128"></th><th width="103"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Box Level</strong></td><td><strong>Box Quality</strong></td><td><strong>Time（in hours)</strong></td><td><strong>Base Cost</strong><br><strong>Passenger,Operator</strong></td><td><strong>Base + Boost Cost</strong><br><strong>Passenger,Operator</strong></td></tr><tr><td>Level 1</td><td>N</td><td>48</td><td>0.2,5</td><td>0.4,10</td></tr><tr><td>Level 2</td><td>R</td><td>72</td><td>0.4,7</td><td>1.2,21</td></tr><tr><td>Level 3</td><td>SR</td><td>96</td><td>0.6,10</td><td>2.4,40</td></tr><tr><td>Level 4</td><td>SSR</td><td>144</td><td>1,20</td><td>6,120</td></tr><tr><td>Level 5</td><td>UR</td><td>192</td><td>2,50</td><td>16,400</td></tr></tbody></table>

RealTimeCost =(boostCost/Time)\*RemainingTime+BaseCost \
Passenger cost: round down by 0.1 \
Operator cost: round down by 1


---

# 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://whitepaper.awana.world/attention-assets/magic-box.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.
