# Item Deposit System

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

A custom system that allows players to **store specific collectible items** in special “collection storages” in exchange for **permanent bonus stats**. Deposited items contribute to collections and grant account-wide benefits.

You may **deposit or withdraw items at any time** (unless marked non-withdrawable).

***

| NPC             | Map      | Coordinates |
| --------------- | -------- | ----------- |
| **Item Keeper** | `prt_hq` | `74, 116`   |

***

### What the System Does?

| Feature          | Description                                           |
| ---------------- | ----------------------------------------------------- |
| Deposit Items    | Store eligible items into special collection storages |
| Gain Bonuses     | Receive bonus stats based on deposited items          |
| View Collections | Check what you have collected or are missing          |
| Withdraw Items   | Retrieve deposited items (if allowed)                 |
| Pay Fees         | Some items require zeny to deposit/withdraw           |

***

#### Depositing an Item:

When depositing, the NPC will show:

* Item name and refine level
* Amount being deposited
* Zeny fee (if any)
* Warning if item becomes **non-withdrawable**

{% hint style="info" %}
You must **confirm twice** if the item is permanent.
{% endhint %}

***

#### Withdrawing an Item:

You can withdraw if:

* The item is **withdrawable**
* You have enough zeny to pay the withdrawal fee

{% hint style="info" %}
If an item is **non-withdrawable**, you will get a red message and cannot retrieve it.
{% endhint %}

***

### How to Use (Quick Guide):

1. Talk to **Item Keeper** in `prt_hq 74,116`
2. Open **Collection Storage**
3. Deposit eligible items
4. Check **Collection Benefit** to see your new stats
5. Complete collections for maximum bonuses

***

### 🧾 Player FAQs:

| Question                           | Answer                                                                                       |
| ---------------------------------- | -------------------------------------------------------------------------------------------- |
| Can I remove my items?             | Yes. Unless marked non-withdrawable                                                          |
| Do bonuses stay if I withdraw?     | No. Bonuses are based on deposited items                                                     |
| Do bonuses stack?                  | Yes, across all collections                                                                  |
| Is this per character?             | Bonuses are account-wide                                                                     |
| Can I check missing items?         | Yes via **Uncollected List**                                                                 |
| How can I check each item bonuses? | You can check **Information** via Item Deposit NPC or right click the item to see the bonus. |

***


---

# 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.osro-revo.gg/progression/item-deposit-system.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.
