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

# Ranked

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhGzsts3uwLEjBPchLHRj%2Fuploads%2Fdp4Mv7uOJ0mjeGayoPGq%2F9?alt=media)

Want a real challenge? The Ranked Volcano is here. Once you join the current Season, you’ll face opponents of your same rank. The more you win, the higher you climb on the path to the Golden Banana. But beware! Every time you lose, you’ll also fall down a little bit. The system is based on matchmaking points - whenever you win a game, you will gain and your opponent will lose a certain amount of matchmaking points, based upon the differential in matchmaking points between you and the opponent, and vice versa.

There are 5 different leagues, from the least to the most challenging: Wooden Fishbone, Iron Horseshoe, Bronze Acorn, Silver Starfish and Golden Banana.

Each league is split in 5 more divisions, from E (lower) to A (higher). Every time you’re ready to advance to the next division, you’ll have to win at least 2 out of 3 subsequent matches (3 out of 5 when changing league). At the end of each Season you’ll get rewarded based on your rank & division. The top ranked players will receive a large sum of Chaos Orbs, and potentially even unique NFT item that cannot be purchased or obtained anywhere else!


---

# 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.angrymals.io/game-modes/ranked.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.
