> For the complete documentation index, see [llms.txt](https://done2earn.gitbook.io/done2earn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://done2earn.gitbook.io/done2earn/cards/chest-slot.md).

# Chest Slot

Catching a Lucky Chest is exciting — but only if you have room to store it.\
Your available **chest slots** determine how many unopened chests you can hold while they complete their cooldown period.

***

### 🧭 How It Works

When you complete tasks, you may discover **Lucky Chests**.\
However, if your storage is full, any newly caught chest will **disappear** — even if it’s a rare Platinum one!

The number of slots you can use depends on two things:

1. Your **Membership Level**
2. Your **Chest Slot Cards**

> ⚠️ *No free slots = lost chests.*

***

### 💎 Base Slots by Membership

Each membership tier provides a base number of chest storage slots.

| **Membership Level** | **Chest Slot Capacity** |
| -------------------- | :---------------------: |
| 🆓 **Free Plan**     |         0 slots         |
| 🟫 **Bronze**        |          1 slot         |
| ⚪ **Silver**         |         2 slots         |
| 🟡 **Gold**          |         2 slots         |
| 💎 **Platinum**      |         3 slots         |

> 💡 *Higher memberships = more room for luck.*

***

### 🃏 Chest Slot Cards

If you need extra space, Chest Slot Cards are your best friend.\
They add more storage slots depending on their level.

|             **Card**             | **Card Level** | **Additional Slots** |
| :------------------------------: | :------------: | -------------------- |
| ![](/files/k5jweAh7RVPGGc5omMJe) |      Lv.1      | +1 slot              |
| ![](/files/904FQUKuNzI9b9EGBgwp) |      Lv.2      | +2 slots             |
| ![](/files/yrh6E6jeMUwQYyghrn2h) |      Lv.3      | +3 slots             |
| ![](/files/cOVVEezbtYB4WbZZ4zPP) |      Lv.4      | +4 slots             |

> 🧩 *Combine membership and card bonuses for maximum storage.*

***

### ⚙️ Combined Rules

* **Total maximum:** 6 slots (including membership + card bonuses).
* If you have **multiple memberships**, only the **highest slot capacity** counts.
  * Example: Owning both *Silver* (2 slots) and *Gold* (3 slots) gives you **3 total**, not 5.
* If you own **multiple Chest Slot Cards**, only the **highest-level card** applies.
  * Example: Owning Lv.2 and Lv.4 cards = **+4 slots**, not +6.

> ⚠️ *No stacking beyond the maximum — balance keeps the system fair.*

***

### 🔗 Quick Summary

* Slots = Chest capacity while they unlock
* Membership = Base slots
* Chest Slot Card = Bonus slots
* Combined max = 6 total slots
* Cards are NFTs — tradeable and verifiable on Solana

> 🗄️ *Make space for your fortune before it arrives.*


---

# 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:

```
GET https://done2earn.gitbook.io/done2earn/cards/chest-slot.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.
