> For the complete documentation index, see [llms.txt](https://doc.sololeveling.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sololeveling.space/user-guide/score.md).

# Score

## 1. Level Score

Level Score is used to **classify Hunter Ranks.**

This score increases whenever users open gates, with scores awarded according to the following table:

<table><thead><tr><th width="152">Opening Gate</th><th width="181">Level Score Earned</th><th width="217">Required Score for Entry</th><th>Minimum Entry Count</th></tr></thead><tbody><tr><td>E</td><td>1</td><td>0~1</td><td><strong>D-Rank</strong> for 2 entries to E-Gate</td></tr><tr><td>D</td><td>3</td><td>2~10</td><td><strong>C-Rank</strong> for 4 entries to D-Gate</td></tr><tr><td>C</td><td>5</td><td>11~35</td><td><strong>B-Rank</strong> for 8 entries to C-Gate</td></tr><tr><td>B</td><td>8</td><td>36~55</td><td><strong>A-Rank</strong> for 3 entries to B-Gate</td></tr><tr><td>A</td><td>10</td><td>56~99</td><td>S-Rank for 5 entries to A-Gate</td></tr><tr><td>S</td><td>15</td><td>100~</td><td>-</td></tr></tbody></table>

## 2. Activity Score

Activity Score is earned by opening gates and participating in leveling activities.

This score is **reset each season**.

| Opening Gate | Activity Score |
| ------------ | -------------- |
| E            | 140            |
| D            | 375            |
| C            | 1,025          |
| B            | 2,480          |
| A            | 4,235          |
| S            | 5,715          |

## 3. Collection Score

Collection Score is determined by the ranks of cards obtained from random boxes after clearing gates.

Collection Score accumulates **each season based on the cards you own**.

| Card              | Rank | Collection Score |
| ----------------- | ---- | ---------------- |
| Monster Cards     | E    | 1                |
|                   | D    | 4                |
|                   | C    | 11               |
|                   | B    | 26               |
|                   | A    | 57               |
|                   | S    | 120              |
| Shadow Army Cards | SB   | 170              |
|                   | SA   | 237              |
|                   | SS   | 437              |

## Use Case: Season 'Red Gate' Score Acquisition Scenario

1. A New user needs an E-Rank Gate Key to enter an E-Rank gate.\
   \*A Gate Key can be purchased from the shop or obtained through Lucky Box events.&#x20;
2. After entering an E-Rank gate with an E-Rank Gate Key, the user receives a random box of the same rank as the gate.
3. Upon receiving an E-Rank random box, the user can either waits for the Block time reduction or spend Essence Stones to open it immediately.
4. **Rewards for a E-Rank random box and the scores earned from this process are as follows:**

| Rewards          | E-Rank Monster Cards(3), D-Rank Monster Cards(2), C-Rank Monster Card(1), Essence Stones(30) |
| ---------------- | -------------------------------------------------------------------------------------------- |
| Level Score      | **1**                                                                                        |
| Activity Score   | **140**                                                                                      |
| Collection Score | <p><strong>22</strong><br>= {(1*3)+(4*2)+(11\*1)}</p>                                        |

Users can advance to D-Rank after entering E-Rank Gates twice.

By repeating this progression process, users can ultimately reach the highest rank, S-Rank.


---

# 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:

```
GET https://doc.sololeveling.space/user-guide/score.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.
