> For the complete documentation index, see [llms.txt](https://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/transparency-tracker.md).

# Transparency Tracker

<figure><img src="/files/4jHRlsrFPcdXdtRSpQoH" alt=""><figcaption><p>Transparency Checker NPC<br><strong><code>@npc 28 / transparency</code></strong></p></figcaption></figure>

### Overview

The **Transparency Tracker** is a utility NPC designed to provide players with a consolidated and transparent overview of their in-game assets. It aggregates key economic values and high-tier items across multiple storage systems, ensuring players can efficiently verify their holdings at any time.

### Tracked Values

#### Currency & Account Credits

* ![](/files/iHP0PHtutjZZQWW57S1r) **Credit**
* ![](/files/tntEvHxcC5XoREEklO3C) **Donation Ticket**

#### Rare Card

* ![](/files/l1eQvmHegxgJUnMlhyTw) **Ifrit Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Fallen Bishop Hibram Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Entweihen Crothen Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Memory of Thanatos Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Randgris Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Gloom Under Night Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Golden Thief Bug Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Tao Gunka Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Berzebub Card**
* ![](/files/l1eQvmHegxgJUnMlhyTw) **Kiel-D-01 Card**

### Data Sources

To ensure comprehensive tracking, the Transparency Tracker scans and compiles information from all major item storage locations:

* **Inventory**
* **Storage**
* **Cart**
* **Rodex**

### Purpose

The Transparency Tracker is implemented to enhance economic transparency and data consistency within the server. It minimizes discrepancies in item and currency tracking while providing players with a reliable reference for their total assets across all supported systems.

{% hint style="info" %}
**NOTE**

* The Transparency Tracker NPC’s tracked data (rare cards, donation tickets, and credits) is refreshed upon **character relog**.
  {% 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:

```
GET https://ragnarok-finest.gitbook.io/ragnarok-finest-wiki/game-features/transparency-tracker.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.
