> 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/introduction/donation-system.md).

# Donation System

### 🙏 Thank You

Every donation—big or small—helps keep **DotaRO: Reborn** alive and evolving.\
We truly appreciate your support and trust in our server 💖

Together, we build a stronger, more exciting world. See you in-game, hero! ⚔️

***

#### 💱 Conversion Rate

* **1 PHP = 1 Proof of Donation Ticket**

> Simple, transparent, and rewarding—every peso counts!

***

### 🎥 Streamer Code Benefits

Support your favorite creators while boosting your own rewards!

When you use a **streamer code**:

* 🎁 **+10% Bonus Donation Points** for you
* 💰 Streamer Commission:
  * **Tier 2** → 10%
  * **Tier 3** → 20%
  * **Tier 4** → 30%

> Grow together—support the streamers who support the community 💖

***

### 🎁 Monthly Donation Milestone Reward

Players who donate a total of **₱10,000 within a month (accumulative)** will receive:

* ✨ 1x **FREE Costume Armor (Job Class Costume)**
  * Choose your preferred design based on your class!

> Your support deserves to be seen—stand out with exclusive cosmetics 👑

***

### 📦 Donation Promo Rewards (Accumulative)

All donations are **accumulative**, meaning every contribution stacks toward these rewards!

***

#### 💰 Donate ₱1,000

* x5 Cheese Box
* x5 Greater Healing Lotus Box
* x5 Bloody Branch Box
* x5 Random Material Box
* x5 Old Card Album
* x5 All Elemental Weapon Box
* x1 HE Bubble Gum Box
* x1 Event Coin Box
* x1 Currency Coin Box

***

#### 💰 Donate ₱2,000

* x10 Cheese Box
* x10 Greater Healing Lotus Box
* x10 Bloody Branch Box
* x10 Random Material Box
* x10 Old Card Album
* x10 All Elemental Weapon Box
* x2 HE Bubble Gum Box
* x2 Event Coin Box
* x2 Currency Coin Box

***

#### 💰 Donate ₱3,000

* x15 Cheese Box
* x15 Greater Healing Lotus Box
* x15 Bloody Branch Box
* x15 Random Material Box
* x15 Old Card Album
* x15 All Elemental Weapon Box
* x3 HE Bubble Gum Box
* x3 Event Coin Box
* x3 Currency Coin Box

***

#### 💰 Donate ₱4,000

* x20 Cheese Box
* x20 Greater Healing Lotus Box
* x20 Bloody Branch Box
* x20 Random Material Box
* x20 Old Card Album
* x20 All Elemental Weapon Box
* x4 HE Bubble Gum Box
* x4 Event Coin Box
* x4 Currency Coin Box

***

#### 💰 Donate ₱5,000

* x25 Cheese Box
* x25 Greater Healing Lotus Box
* x25 Bloody Branch Box
* x25 Random Material Box
* x25 Old Card Album
* x25 All Elemental Weapon Box
* x5 HE Bubble Gum Box
* x5 Event Coin Box
* x5 Currency Coin Box

***

{% hint style="info" %}
By making a donation, you acknowledge and agree to the policies outlined below. Your generous support plays a vital role in the continued growth and success of the DotaRO community.
{% endhint %}


---

# 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/introduction/donation-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.
