> For the complete documentation index, see [llms.txt](https://help.rexybot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rexybot.xyz/game-guides/fights-and-ranking.md).

# Fights & Ranking

{% hint style="info" %}
Note: Fights unlock at Level 5.
{% endhint %}

## How to play?

You can run <mark style="color:blue;">`/fight`</mark> and the matchmaking will start :&#x20;

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

Matchmaking system allows you to fight against suitable & similar opponents to your current rank.

When matched, it will tell you who is the opponent and the fight will start in 10 seconds :&#x20;

<figure><img src="/files/rNjnOB92Ksj0o6IEHHIz" alt="" width="461"><figcaption></figcaption></figure>

And this is the Fight Interface:&#x20;

<figure><img src="/files/O5Ui6TOL4ZCWdkDV6yLo" alt="" width="443"><figcaption></figcaption></figure>

The interface is similar to [Battles](/game-guides/battles.md) so refer to it if you want to <mark style="color:orange;">learn more</mark>.

## Ranking System

When you win/lose a fight, you get/lose some Ranking points. Ranking points determines your current tier and your rank between the other dragons.

> Every 100 points you rank up to a next tier

**Rank Tiers Are**:

* Novice III : 0-99 Rank Points
* Novice II : 100-199 Rank Points
* Novice I : 200-299 Rank Points
* Guardian III , Guardian II & Guardian I : 300-599
* Titanium III , Titanium II & Titanium I : 600-899
* Elder III , Elder II & Elder I : 900-1199
* Legendary III , Legendary II & Legendary I : 1200-1499
* Mythic III , Mythic II & Mythic I : 1500-1799
* *<mark style="color:orange;">Draconic</mark>* : 1800-∞&#x20;

## Important Details

* Joining a fight consumes 20 Ranked Stamina, in normal cases, you have 200 available ranked stamina per day which resets every day at (GMT+0)
* A new season comes every 40 days. each new season decreases your rank points, enabling you to compete more to be at the top this season
* Season 3 Coming 01:00 AM 19/2/2024 (GMT+0)

Now you are ready to depend on your self to explore the rest of the other systems with this knowledge! WOW!. We can't wait to see your dragon at the top of our leaderboards mate!.<br>

One last thing...&#x20;

## <mark style="color:purple;">**Enjoy Rexy !**</mark>


---

# 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://help.rexybot.xyz/game-guides/fights-and-ranking.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.
