# Lootboxes & Keys

Lootboxes are designed to **reward daily returning players** with essential items for battles.

Rewards are randomized once the box is opened.

***

### **How to Open Lootboxes**

**Option 1: Key-Based Opening**

Use the correct key to instantly open a lootbox. Active players can earn **1 random key per day.**

**Option 2: Hacking-Based Opening**

If no key is available, players can hack lootboxes. Each lootbox type has its own difficulty and cooldown. Hacking locks the lootbox in a smart contract until claimed back.

| Lootbox      | Loot          | Hack Difficulty | Cooldown |
| ------------ | ------------- | --------------- | -------- |
| **Standard** | **Common**    | ⭐⭐              | 60 min   |
| **Upgraded** | **Uncommon**  | ⭐⭐⭐             | 120 min  |
| **Elite**    | **Rare**      | ⭐⭐⭐⭐            | 180 min  |
| **Quantum**  | **Epic**      | ⭐⭐⭐⭐⭐           | 300 min  |
| **Mythic**   | **Legendary** | ⭐⭐⭐⭐⭐⭐          | 600 min  |

***

### **Daily Rewards & Tiers**

A **daily returning player** = anyone who has fought at least once that day.

* **1 skipped day resets progress.**

**Reward Tiers:**

* **Tier 1 (Days 1–4):** Common "Standard"
* **Tier 2 (Days 5–9):** Uncommon "Upgraded"
* **\*Tier 3 (Days 10–14):** Rare "Elite"
* **\*Tier 4 (Days 15–19):** Epic "Quantum"
* **\*Tier 5 (Day 20+):** Legendary "Mythic"

{% hint style="success" %}
\*The player must stake the required amount of tokens to unlock **Tier 3 lootboxes** and higher. Amount TBA.
{% endhint %}

***

### **Lootbox Contents**

Each lootbox contains **1 main item** (weapon or armor) plus ability charges.

* **Common (Standard):** 3 items
* **Uncommon (Upgraded):** 4 items
* **Rare (Elite):** 7 items
* **Epic (Quantum):** 8 items
* **Legendary (Mythic):** 10 items


---

# 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://wiki.cyberpunks.world/v1-launch-phase/activities/lootboxes-and-keys.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.
