> For the complete documentation index, see [llms.txt](https://wiki.lemoncloud.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lemoncloud.org/server-features/reclaim-vault.md).

# Reclaim Vault

This page explains changes to the Reclaim feature for monthly crate items which is gradually rolling out when gamemodes next reset.

In order to address some flaws in our monthly item economy, we're changing how items are kept between server resets.

Issues with the old Reclaim system:

* Duplicate items won from monthly crates are not reclaimable.
* Items from monthly crates are not reclaimable by players who obtain them via trade.
* Players who are aware of upcoming resets are selling items to newer players who don't realize they'll soon lose the monthly item.
* Old items are account-locked and not tradeable.

***

## New Reclaim Vault

All previously won items from monthly crates (armor, tools and weapons) will transfer to a new 'Reclaim Vault' section in the `/reclaim` menu.

Items in the Reclaim Vault can be taken out but **must be added back to the vault** if you wish to keep the items across future resets.

Players have a certain amount of slots in their vault, detailed below.

This means that:

* Duplicate items won from monthly crates can be stored in your vault, or sold to other players
* Items can be traded between players and buyers can keep them across resets
* Old, sought-after items such as the Fairy set now hold significant value as they can be sold and kept by a new owner

***

## Slots

Players have a limited number of slots in which they can store monthly items in. This number increased by rank, or you can find a 'Vault Slot Voucher' to add +1 to your slot count.

Bonus slots are given for each item you had in the legacy reclaim system. If you had 100 items in your old reclaim, you'll have 100 bonus slots on top of the slots you're entitled to from your rank.

### Rank Bonus Slots

<table data-search="false"><thead><tr><th>Rank</th><th>Slots</th></tr></thead><tbody><tr><td>Default</td><td>0</td></tr><tr><td>Rank 1</td><td>+5</td></tr><tr><td>Rank 2</td><td>+10</td></tr><tr><td>Rank 3</td><td>+15</td></tr><tr><td>Rank 4</td><td>+25</td></tr><tr><td>Rank 5</td><td>+35</td></tr><tr><td>Rank 6</td><td>+50</td></tr></tbody></table>

### Patron Bonus Slots

| Tier       | Slots |
| ---------- | ----- |
| Patron     | +5    |
| Patron+    | +10   |
| Patron++   | +20   |
| Patron+++  | +50   |
| Patron++++ | +100  |

### Slot Vouchers

You can also find vouchers to gain +1 slot from the Common and Epic crates. These can be traded to other players.

<figure><img src="/files/Q4Ph7bmhRiLMm60eSIB7" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.lemoncloud.org/server-features/reclaim-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
