# PvP Arena

![](/files/KNIKxGDtd0WZuAldqKXl)

This is the first mode of the game, in which players can participate with **non-NFT Heroes** deck. Players will be matched with other players based on their **PvP Rank** to engage in a match.&#x20;

In this mode, players can earn **eCGC** after each match, depending on their **PvP Rank and NFT-Heroes** in team. For low level matches, they can only get a very small amount of **eCGC**. The higher **PvP Rank** the players are, the more **eCGC** they can get.

**eCGC earned** in this mode will based on the **Points table** below. The formula can be found on **Earn section**: <https://docs.heroestd.io/gameplay/earn>

{% hint style="warning" %}
**You can see the most recent matches on the** [**wiki**](https://wiki.heroestd.io/recent-pvp-match).
{% endhint %}

| From (Ranking Points) | To (Ranking Points) | Points earned on each match |
| --------------------- | ------------------- | --------------------------- |
| 0                     | 799                 | 0 Point                     |
| 800                   | 999                 | 1 Point                     |
| 1000                  | 1199                | 2 Points                    |
| 1200                  | 1399                | 3 Points                    |
| 1400                  | 1599                | 4 Points                    |
| 1600                  | 1899                | 5 Points                    |
| 1900                  | 2199                | 6 Points                    |
| 2200                  | 2499                | 7 Points                    |
| 2500                  | 2899                | 8 Points                    |
| 2900                  | 3299                | 9 Points                    |
| 3300                  |                     | 10 Points                   |


---

# 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://docs.heroestd.io/gameplay/battle-modes/pvp-arena.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.
