> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/mvp-shop.md).

# MVP Shop

## MVP Shop

Use this page to check the published MVP Shop handled by **Kirino**.

This segment tracks the current shop list, NPC location, and confirmed exchange costs.

### Overview

{% columns %}
{% column %}

<figure><img src="/files/80B4t5aieQ28mhnVyu4J" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Check the current shop list before you visit **Kirino**.

* **NPC:** <mark style="color:blue;">**MVP Shop — Kirino**</mark>
* **Location:** <mark style="color:blue;">**Payon Town**</mark>
* **Coordinates:** <mark style="color:blue;">`116,117`</mark>
* **Published shop items:** `8`
* **Currencies:** `MVP Coin`, `Loka Key`, `Old Card Album`, `Zeny`
* **Published costume effect:** `Increases Damage`

Every exchange uses **MVP Coin**.
{% endcolumn %}
{% endcolumns %}

### MVP Coin Exchange Menu List

This NPC currently offers these items:

| Item                          |                                                                            Cost |
| ----------------------------- | ------------------------------------------------------------------------------: |
| `Mysterious Loka Potion`      |                                              <p>2 MVP Coin</p><p>2,000 Zeny</p> |
| `Convex Mirror`               |                                              <p>4 MVP Coin</p><p>4,000 Zeny</p> |
| `Bubble Gum 100%`             |                                              <p>8 MVP Coin</p><p>8,000 Zeny</p> |
| `[7 Hours] VIP Card`          |                                            <p>12 MVP Coin</p><p>12,000 Zeny</p> |
| `Loka C. MVP Dragonhelm`      |                         <p>30 MVP Coin</p><p>10 Loka Key</p><p>100,000 Zeny</p> |
| `Loka C. MVP White-Gold Aura` |                         <p>60 MVP Coin</p><p>20 Loka Key</p><p>200,000 Zeny</p> |
| `Loka C. MVP Cape`            |                         <p>30 MVP Coin</p><p>10 Loka Key</p><p>100,000 Zeny</p> |
| `Loka C. MVP Sword`           |                         <p>30 MVP Coin</p><p>10 Loka Key</p><p>100,000 Zeny</p> |
| `Loka Sealed Card Album`      | <p>100 MVP Coin</p><p>1 Old Card Album</p><p>50 Loka Key</p><p>500,000 Zeny</p> |

### \[V2] Sealed Card Exchange Menu List

This NPC currently offers these items:

| Box                                  |                                                                                           Cost |
| ------------------------------------ | ---------------------------------------------------------------------------------------------: |
| <p>Sealed Card<br>\[V1] -> \[V2]</p> | <p>\[V1] Sealed Card<br>200 MVP Coin<br>2 Old Card Album<br>100 Loka Key<br>1,000,000 Zeny</p> |

{% hint style="info" %}
You can get **MVP Coin** from:

* Monster MVP
  * All MVP monster
    * Most valuable player with most dealed damage.
* Boss Dungeon
  * Spirit Girl
    * Chance Drop List
    * Report Quest
* World Boss
  * Freyja
    * Most valuable player with most dealed damage.
      {% endhint %}

{% hint style="info" %}
You can get **Loka Key** from:

* Purchased from the [Cash Shop](/rowiki/server-information/cash-shop.md).
* Crafted from [Material Exchanger NPC](/rowiki/additional-feature/npc-custom/material-exchanger.md) using Printed Text L-O-K-A dropped by monsters across all Midgard maps.
* Earned by completing [Bounty Board](/rowiki/guide/bounty-board.md) missions.
* Obtained by competing on [World Boss](/rowiki/unique-feature/boss-system/world-boss.md).
* Obtained by gacha machine, [Timer Sealer NPC](/rowiki/unique-feature/time-sealer.md).
  {% 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://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/mvp-shop.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.
