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

# PVP

## What is PVP?

PVP is a content in the META ARENA world where players select up to five Avatars they have sent into the game to attack the defense team set up by the opponent. The result determines the player's season ranking and tier points. &#x20;

### PVP Matching

Every day at a specific time, ten new opponents are randomly matched based on the player's accumulated tier points (TP). (All players start with 0 tier points when they first log in.)

### PVP Battle Rules

Battles are single-round matches where the team that defeats more Avatars from the opponent within the time limit wins. Each Avatar defeated increases the winning team's score by 1 point. The player with the highest score at the end of the battle wins. If the scores are tied, it is considered an attack failure, and the attacking team's player is deemed the loser.&#x20;

<br>

### Refresh

Players can consume META to refresh their opponents. The initial ten opponents matched randomly do not automatically refresh even after completing battles, and players cannot rematch the same opponent until they are refreshed.

<br>

※ The “Refresh” button is disabled 10 minutes before the end of the season.

\ <br>


---

# 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.metaarena.world/english/gameplay/pvp.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.
