> 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/card-slot.md).

# Card Slot

Production in Done2Earn happens through **cards** — each capable of generating $DONE tokens when used.\
To activate a utility card, you must place it into an **active card slot**.\
Your available card slots determine how many utility cards you can use at once.

***

### 🧭 How It Works

* Each utility card generates $DONE tokens after a countdown period.
* Move the cards you want to use from your **Wallet** into your **Active Card Area**.
* When the timer ends, mark the card’s task as **completed** to claim your $DONE reward directly into your **App Wallet**.
* You can remove any active card at any time — removed cards remain in your App Wallet.
  * You can sell or store them freely later.

> 🎯 *Cards in slots produce rewards — cards in your wallet rest.*

***

### 💎 Card Slot Capacity by Membership

Your membership plan determines your base number of **active card slots**.

| **Membership Level** | **Active Card Slots** |
| -------------------- | :-------------------: |
| 🆓 **Free Plan**     |         1 slot        |
| 🟫 **Bronze**        |        2 slots        |
| ⚪ **Silver**         |        3 slots        |
| 🟡 **Gold**          |        3 slots        |
| 💎 **Platinum**      |        4 slots        |

> 💡 *Higher memberships = more simultaneous production.*

***

### 🃏 Additional Slots via Card Slot Cards

You can expand your production capacity by obtaining **Card Slot Cards**.\
Each card increases the number of active utility card slots based on its level.

|             **Card**             | **Card Slot Level** | **Extra Card Slots** |
| :------------------------------: | :-----------------: | -------------------- |
| ![](/files/I6gw3OQaq9fOnW5RS9n6) |         Lv.1        | +1 slot              |
| ![](/files/AhGXxXT5KX4y4dh7vnjy) |         Lv.2        | +2 slots             |
| ![](/files/8q3el9rO7BnHwTZGReyL) |         Lv.3        | +3 slots             |
| ![](/files/ZaC4poMjTT4xJkijLsp9) |         Lv.4        | +4 slots             |

> ⚙️ *Combine membership and Card Slot Cards for extended production.*

***

### ⚖️ Slot Limits & Rules

* **Maximum total:** 6 active card slots (membership + card bonuses).
* If you have multiple memberships, only the **highest slot capacity** counts.
  * Example: owning both Silver (3 slots) and Gold (3 slots) = 3 total, not 6.
* If you own multiple Card Slot Cards, only your **highest-level card** applies.
  * Example: Lv.2 + Lv.4 = +4 slots total (not +6).
* Cards beyond the slot limit cannot be activated until space is freed.

> 🔒 *System balance ensures fair, scalable production.*

***

### 🧮 Example Workflow

1. You have **Platinum membership (4 slots)** and a **Lv.2 Card Slot Card (+2)** → total **6 slots**.
2. Move 6 utility cards to your **Active Card Area**.
3. Wait until timers finish.
4. Mark completed cards to receive **$DONE tokens** directly in your **App Wallet**.
5. Replace finished cards with new ones to keep production continuous.

> 💰 *Turn cards into steady $DONE flow.*

***

### 🌟 Summary

Card Slots are the foundation of Done2Earn’s production layer.\
They define how many cards can actively generate rewards — the more slots, the more potential $DONE you can earn.

> ⚙️ *Plan your deck, fill your slots, and keep earning.*


---

# 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/card-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.
