> For the complete documentation index, see [llms.txt](https://dotaro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dotaro.gitbook.io/wiki/items-and-progression/card-deposit-system.md).

# Card Deposit System

By depositing cards, you unlock powerful stat increases tied to specific card collections. Every deposit and withdrawal costs **1,000,000z (1M)**, making each decision strategic and valuable.

{% hint style="info" %}
You can obtain all cards on the list by farming Old Card Album. Note that OCA drops on mobs have been disabled and can only be obtained thru MVP hunts, available shops, etc.
{% endhint %}

***

**Normal Card Bonuses (1,000 pcs per set):**

* **List 1–40:** gives STR +1
* **List 41–80:** gives AGI +1
* **List 81–120:** gives VIT +1
* **List 121–160:** gives INT +1
* **List 161–200:** gives DEX +1
* **List 201–240:** gives LUK +1
* **List 241–280:** gives Max HP +1%
* **List 281–320:** gives Crit Rate +1%
* **List 321–360:** gives ATK +1%
* **List 361–400:** gives MATK +1%

***

**MVP Card Bonus:**

* Deposit **500 Useless MVP Cards** to gain **All Stats +1**

***

> Build your collection, complete each set, and steadily grow stronger. In DotaRO, every card you gather brings you one step closer to ultimate power.


---

# 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://dotaro.gitbook.io/wiki/items-and-progression/card-deposit-system.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.
