# Rankings

In **Ragnarok Libre**, various rankings exist for each type of content. Achieving higher ranks grants **better rewards**.

1. #### **Hall of Fame**
   * This ranking is calculated based on multiple factors such as **Battle Power**, **Job Level**, **Field Stage Progress**, **MVP Kills**, **Card Upgrades**, and **Crafting Count**.
   * Rankings reset **weekly**.
   * Rewards include items such as **Libre Emblems**, **Gacha Capsules**, **Exchange Tokens**, and **Rare Companion Boxes**.

|     Ranking     | Number of Libre Emblems |
| :-------------: | :---------------------: |
|      Rank 1     |          1,000          |
|      Rank 2     |           500           |
|      Rank 3     |           300           |
|   Rank 4 - 10   |           120           |
|   Rank 11 - 50  |            60           |
|  Rank 51 - 100  |            30           |
|  Rank 101 - 300 |            10           |
|  Rank 301 - 500 |            4            |
| Rank 501 - 1000 |            2            |

2. #### **Battle Power (BP)**
   * This is a ranking based on **BP**, which is displayed next to your character's HP UI in-game.
   * Rankings reset **weekly**.
     * Although your BP value is retained, you will be excluded from the rankings if you remain **inactive for a long period**.
   * Rewards include **Libre Emblems**, **Gacha Capsules**, **Exchange Tokens**, and **Combat Manuals**.
     * Rewards are distributed **weekly**.

|     Ranking     | Number of Libre Emblems |
| :-------------: | :---------------------: |
|      Rank 1     |           500           |
|      Rank 2     |           250           |
|      Rank 3     |           150           |
|   Rank 4 - 10   |            60           |
|   Rank 11 - 50  |            30           |
|  Rank 51 - 100  |            15           |
|  Rank 101 - 300 |            5            |
|  Rank 301 - 500 |            2            |
| Rank 501 - 1000 |            1            |

3. #### **Unified** [**PvP**](/game-system/pvp.md) **Ranking**
   * This includes rankings for **Single Battles** and **Co-op Battles**.
   * Rankings reset **weekly**.
   * Rewards include **Card Boxes**, **Card Upgrade Tickets**, and more.

|     Ranking     | Number of Libre Emblems |
| :-------------: | :---------------------: |
|      Rank 1     |           500           |
|      Rank 2     |           250           |
|      Rank 3     |           150           |
|   Rank 4 - 10   |            60           |
|   Rank 11 - 50  |            30           |
|  Rank 51 - 100  |            15           |
|  Rank 101 - 300 |            5            |
|  Rank 301 - 500 |            2            |
| Rank 501 - 1000 |            1            |

4. #### [**Guild**](/game-system/guild.md) **Ranking**
   * Based on accumulated **Guild EXP**.Rankings are determined by tota l experience gained.
   * Rewards include **Libre Emblems**, **Gacha Capsules**, **Exchange Tokens**, and **Guild Boost Tickets**.
     * Rewards are distributed **weekly**.

|   Ranking   | Number of Libre Emblems |
| :---------: | :---------------------: |
|    Rank 1   |           100           |
|    Rank 2   |            60           |
|    Rank 3   |            40           |
|  Rank 4 - 6 |            20           |
| Rank 7 - 10 |            10           |

5. #### [**Zeny**](/economic-system/currencies/zeny.md) **Consumed Ranking**
   * Ranked by the amount of **Zeny** used for Character Growth activities such as **Upgrades** and **Crafting**.
   * Rankings reset **weekly**.
   * Rewards include **Card Boxes**, **Card Upgrade Tickets**, and more.

|     Ranking     | Number of Libre Emblems |
| :-------------: | :---------------------: |
|      Rank 1     |           500           |
|      Rank 2     |           250           |
|      Rank 3     |           150           |
|   Rank 4 - 10   |            60           |
|   Rank 11 - 50  |            30           |
|  Rank 51 - 100  |            15           |
|  Rank 101 - 300 |            5            |
|  Rank 301 - 500 |            2            |
| Rank 501 - 1000 |            1            |

6. #### [**Marketplace**](/economic-system/zeny-marketplace.md) **Trading Ranking**
   * This ranking is based on **transaction volume** in the **in-game Marketplace**.
   * Rankings reset **weekly**.
   * Rewards include **Gacha Capsules**, [**Exchange Coins**](/economic-system/currencies/exchange-coins.md), and **Bag of Gold Coins**.

|     Ranking     | Number of Libre Emblems |
| :-------------: | :---------------------: |
|      Rank 1     |           1000          |
|      Rank 2     |           500           |
|      Rank 3     |           300           |
|   Rank 4 - 10   |           120           |
|   Rank 11 - 50  |            60           |
|  Rank 51 - 100  |            30           |
|  Rank 101 - 300 |            10           |
|  Rank 301 - 500 |            4            |
| Rank 501 - 1000 |            2            |


---

# 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://wiki.ragnaroklibre.com/game-system/rankings.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.
