> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/server-features/card-trader.md).

# Card Trader

{% hint style="info" %}
🃏 **Turn spare cards into points.** The Card Trader buys your cards at **1 card = 1 point**, and you spend those points on rewards like the **Old Card Album**.
{% endhint %}

## 📍 Location

You'll find the **Card Trader** in **Trinity ( 39, 91 )**.

## 🔄 How It Works

* 🃏 **Trade all your cards** at once — each card is worth **1 point**.
* 💾 Points are saved to your character and shown every time you talk to the NPC.
* 🛒 Open the **Point Shop** to spend what you've earned.

{% hint style="warning" %}
🛡️ **Charm / enchant cards are protected.** They're automatically skipped when you trade in, so you'll never lose them by accident.
{% endhint %}

## 🛒 Point Shop

Spend your points on:

| Item                                                                                                              | Cost      |
| ----------------------------------------------------------------------------------------------------------------- | --------- |
| ![Elite Siege Supply Box](https://static.divine-pride.net/images/items/item/14003.png) **Elite Siege Supply Box** | 5 points  |
| ![Old Card Album](https://static.divine-pride.net/images/items/item/616.png) **Old Card Album**                   | 10 points |


---

# 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://wiki.frontierro.com/server-features/card-trader.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.
