> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/card-recycle.md).

# Card Recycle

Welcome to the **Card Recycle**! Exchange your unwanted cards for a chance to win various premium items and consumables.

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

***

#### 🧾 How It Works

* **Recycle in sets of 5 cards.**
* For every 5 valid cards you sell, you will receive **1 draw**.
* Each draw costs **5,000 Zeny**.
* You can do multiple draws at once depending on how many cards you recycle.

***

#### 💰 Example

| Cards Recycled | Draws Earned | Total Cost  |
| -------------- | ------------ | ----------- |
| 5 cards        | 1 draw       | 5,000 Zeny  |
| 10 cards       | 2 draws      | 10,000 Zeny |
| 25 cards       | 5 draws      | 25,000 Zeny |

***

#### 🎁 Possible Rewards

Each draw gives you a **random reward** from the following prize pool. Some rare items will trigger a **server-wide announcement** when obtained.

| Reward                           | Chance |
| -------------------------------- | ------ |
| Old Card Album                   | 1.00%  |
| Royal Jelly Box (20 pcs)         | 30.00% |
| Mastela Fruit Box (30 pcs)       | 30.00% |
| Megaphone Box (10 pcs)           | 10.00% |
| Blessing Scroll Box (10 pcs)     | 20.00% |
| Increase AGI Scroll Box (10 pcs) | 20.00% |
| Bubblegum (50%)                  | 1.00%  |
| Bubblegum (100%)                 | 0.50%  |
| Life Insurance                   | 10.00% |
| Kafra Card (x3)                  | 10.00% |
| Unlimited Fly Wing (1-Day Box)   | 3.00%  |

> Percentages are relative chances. A draw pulls randomly based on the configured weights.

***

#### 🛑 Notes

* Only valid **equipment cards** can be recycled (cards with effects).
* Rewards are given **immediately** after payment and deduction.
* Rarer rewards may **announce your name** across the server!

***

Recycle your extras today and test your luck with the Card Recycle Officer!


---

# 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://ro0-4.gitbook.io/godro/custom-features/card-recycle.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.
