# Card Trader

The **Card Trader** is a special NPC in Rivalry RO where players can turn their unwanted cards into something useful. Instead of letting duplicates or low-value cards pile up, you can **exchange them for Card Fragments**, a unique currency that can be spent on valuable items.

### Conversion Rates

| **Card Type**  | **Fragments Received** |
| -------------- | ---------------------- |
| Normal Card    | 2 Card Fragments       |
| Mini-Boss Card | 5 Card Fragments       |
| MVP Card       | 10 Card Fragments      |

### How It Works

* Bring any card to the **Card Trader NPC**.
* Exchange it for **Card Fragments** based on its type.
* Use Card Fragments to purchase:
  * **Supplies** (potions, consumables, etc.)
  * **Foods** (stat-boosting consumables)
  * **Card Albums** (chance to obtain new cards)


---

# 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.rivalryro.com/feats/card-trader.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.
