> For the complete documentation index, see [llms.txt](https://miner-dynasty-1.gitbook.io/miner-dynasty/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miner-dynasty-1.gitbook.io/miner-dynasty/pvp/player-vs-player.md).

# Player Vs Player

<figure><img src="/files/OKWrtxAyy4ATrzyaJg4j" alt=""><figcaption></figcaption></figure>

The **PvP** system in **Miner Dynasty** allows players to face each other in battles to conquer diamonds and increase their power within the game. Each battle is an opportunity to test your strategy and skills, offering valuable rewards.

**How PvP Works**

1. **Character Selection**:
   * To start in PvP, the player must select one of the three available characters: **Wizard**, **Warrior**, or **Archer**. Each character has unique attributes that directly influence the outcome of battles.
   * **The stronger your character's power**, the bigger the battles you can fight, with the chance to receive **greater rewards**.
2. **Opponent Search**:
   * To find an opponent, the player will need to spend **1000 diamonds**. If the player wins the battle, this amount **will not be deducted**. However, if they lose, the **1000 diamonds** will be subtracted from their account.
   * Battles can be initiated every **10 minutes**. The system automatically matches players with **similar status levels** to keep the battles balanced. However, if the opponent has just lost a battle, they may no longer have diamonds for you to claim, meaning players need to create **their own strategies** and choose the best times to attack.

**Battle Rewards**

* **Winner**: The player who wins the battle will receive **80% of the diamonds** the opponent has at the time of the attack.
* **Token Burn**: The remaining **20% of the diamonds** will be removed from the game, contributing to the **token burn** and keeping the game economy balanced.
* **Zero Balance**: After a battle, the opponent’s diamond balance may be completely drained.

**Level-Up Costs**

The initial cost to level up is **20,000 diamonds**, and with each upgrade, the cost increases by **10%**. Leveling up your character strengthens it, making it more competitive in PvP battles.

**Equipment Store**

* Players can purchase equipment from the **equipment store** to increase their character's power. These items enhance important attributes such as attack, defense, and evasion, making the character stronger in PvP battles.


---

# 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://miner-dynasty-1.gitbook.io/miner-dynasty/pvp/player-vs-player.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.
