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

# Zeny Tax System

We are dedicated to creating and maintaining a fair, stable, and balanced in-game economy. To achieve this, we have implemented a **10% Zeny tax** on a variety of **player-to-player (P2P) transactions**. This taxation system plays a critical role in regulating the flow of Zeny (the in-game currency) and the movement of goods, ensuring that the economy remains healthy and accessible to all players.

The Zeny tax system is designed not only to maintain fairness but also to support sustainable long-term development, preventing harmful practices such as inflation or monopolies, which could hinder the overall player experience.

### **Taxation Policy** <a href="#taxation-policy" id="taxation-policy"></a>

{% hint style="success" %}
A **10% Zeny tax** is applied to the following types of **P2P transactions**:
{% endhint %}

{% hint style="success" %}
**🔄 Trade Transactions**
{% endhint %}

> When players engage in **direct trade**, the total value of the items exchanged is subject to a 10% Zeny tax.

> This tax helps maintain fairness by preventing inflation and ensuring that the value of items remains consistent within the economy. By applying a tax, the system discourages excessive pricing fluctuations and market manipulation.

{% hint style="success" %}
**✉️ Mail Transactions**
{% endhint %}

{% hint style="success" %}
Transactions conducted through the in-game mail system will also incur a 10% Zeny tax.
{% endhint %}

> This policy is intended to encourage players to engage in **face-to-face trades** or utilize **more secure and transparent** methods of exchange. It ensures that transactions are verified and that players can experience direct interactions, fostering a more connected community.

{% hint style="success" %}
**🛒 Vending Transactions**
{% endhint %}

{% hint style="success" %}
**Vending shops** are an essential part of the economy, allowing players to sell items to others.
{% endhint %}

> A 10% Zeny tax is levied on all sales made through vending shops, ensuring that **prices remain fair** and that no player can establish monopolistic control over the market. This taxation policy prevents inflated pricing and promotes a competitive market.

{% hint style="success" %}
**🛍️ Buying Store Transactions**
{% endhint %}

> When players make purchases through **buying stores**, a 10% Zeny tax is added to the total amount spent.

> This policy maintains competitive pricing by ensuring that prices in buying stores remain in balance with the overall market. It encourages players to compare different stores and search for the best deals.

### **Benefits of the Taxation Policy** <a href="#benefits-of-the-taxation-policy" id="benefits-of-the-taxation-policy"></a>

> The **10% Zeny tax** offers several key benefits that contribute to the health and sustainability of the in-game economy:

> **💹 Economic Stability**: By regulating the flow of currency, the Zeny tax prevents the occurrence of **hyperinflation** or a devaluation of the in-game currency. It helps maintain a balance between supply and demand, ensuring that Zeny retains its value over time.

> **⚖️ Fair Trade**: The tax promotes **balanced exchanges** by discouraging market manipulation and encouraging players to engage in fair trade. The system ensures that no player can unfairly influence prices or create imbalances in the economy through unfair practices.

> **🔧 Sustainable Development**: The Zeny tax helps fund long-term **development goals** by providing the game with the resources needed to continually enhance the in-game economy and support future updates. The tax contributes to the game's overall sustainability, allowing it to evolve and improve in a balanced and fair way.


---

# 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.arkvalkyrie.com/server-features/zeny-tax-system.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.
