> For the complete documentation index, see [llms.txt](https://docs.heroestd.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heroestd.io/gameplay/battle-modes/pvp-arena.md).

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