# Trader Guide

Open a trader page for NPC locations, sprite previews, exchange rates, shop items, and costs. Item icons and names open Divine Pride, and the shown item ID is the in-game item ID.

## Trader Pages

| Trader                                                                   | What It Does                                                                   |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| [2-2 Supply Shops](/vanro-global-docs/traders/2-2shop.md)                | Buy specialist supplies for Alchemist, Archer, Ninja, and Gunslinger gameplay. |
| [Activity Trader](/vanro-global-docs/traders/activity_token.md)          | Spend Activity Coin on consumables.                                            |
| [Battleground Trader](/vanro-global-docs/traders/battleground_trader.md) | Spend Battlegrounds Coin.                                                      |
| [Berry Exchanger](/vanro-global-docs/traders/berry_exchanger.md)         | Trade Yggdrasil Berry and Berry Ticket both ways.                              |
| [Card Remover](/vanro-global-docs/traders/card_remover.md)               | Remove cards from equipped items.                                              |
| [Coin Trader](/vanro-global-docs/traders/coin_exchange.md)               | Convert Zeny and trade coins both ways.                                        |
| [Event Token Trader](/vanro-global-docs/traders/event_trader.md)         | Spend Event Coin.                                                              |
| [Guild Trader](/vanro-global-docs/traders/guild_coin_trader.md)          | Spend Guild Coin on consumables and headgear.                                  |
| [Hourly Rewards Shop](/vanro-global-docs/traders/goldpc_shop.md)         | Spend Hourly Rewards points.                                                   |
| [Kaho Traders](/vanro-global-docs/traders/kaho_trader.md)                | Open Ivan, Masi, Venus, and Dimps Kaho shops.                                  |
| [Loonie CAD Trader](/vanro-global-docs/traders/loonie_cad_trader.md)     | Spend Loonie CAD.                                                              |
| [MVP Card Exchanger](/vanro-global-docs/traders/card_trash.md)           | Convert accepted MVP cards into MVP Coin.                                      |
| [MVP Trader](/vanro-global-docs/traders/mvp_coin_trader.md)              | Spend MVP Coin.                                                                |
| [PvP Trader](/vanro-global-docs/traders/pvp_token_trader.md)             | Spend PvP Token.                                                               |
| [Race Trader](/vanro-global-docs/traders/race_token.md)                  | Spend Race Token.                                                              |
| [TCG Trader](/vanro-global-docs/traders/tcg_trader.md)                   | Spend TCG Card.                                                                |

## Coordinates

Coordinates use `map x y`. Example: `prontera 149 161`.


---

# 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://vanro-global.gitbook.io/vanro-global-docs/traders.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.
