# Acquire Monster Card

<figure><img src="/files/tD8r8geTAsNszbZUgzsd" alt="" width="563"><figcaption><p>Gate Page</p></figcaption></figure>

## 1. Monster Card Acquisition Process

<figure><img src="/files/emIl8fLBj8um2aGM6Q89" alt="" width="563"><figcaption><p>Monster Card Acquisition Process</p></figcaption></figure>

① Users can purchase a gate key at the shop. &#x20;

② Users can enter the gate using the gate key purchased from the shop.

③ After entering the gate, the user will obtain a random box, which can be opened after clearing the gate.

④ Users can open a random box to receive a monster card as a reward.

⑤ You can check the monster cards you have acquired at [collection](/user-guide/collection-inventory/collection.md)/ [Inventory](/user-guide/collection-inventory/inventory.md).

## 2. Purchasing and Using Gate Keys

Gate keys can be purchased in advance from a shop or bought immediately during the gate entry process. Users can only enter gate grades permitted by their Hunter Rank. Gate keys of a higher grade than the user's Hunter Rank cannot be used.

| Hunter Rank | Gate Rank for Entry   | Available Gate Keys        |
| ----------- | --------------------- | -------------------------- |
| E-Rank      | E-Rank Gate           | E-Rank Gate Keys           |
| D-Rank      | E-Rank \~ D-Rank Gate | E-Rank \~ D-Rank Gate Keys |
| C-Rank      | E-Rank \~ C-Rank Gate | E-Rank \~ C-Rank Gate Keys |
| B-Rank      | E-Rank \~ B-Rank Gate | E-Rank \~ B-Rank Gate Keys |
| A-Rank      | E-Rank \~ A-Rank Gate | E-Rank \~ A-Rank Gate Keys |
| S-Rank      | E-Rank \~ S-Rank Gate | E-Rank \~ S-Rank Gate Keys |

## 3. Gate Slot and Open

Each user initially has access to one gate slot. As the user's Hunter Rank increases, they gain more gate slots. Users can use multiple gate slots to quickly acquire monster cards.

<table><thead><tr><th>Hunter Rank</th><th>Available Gate Slots</th><th data-hidden></th></tr></thead><tbody><tr><td>E-Rank</td><td>1</td><td></td></tr><tr><td>D-Rank</td><td>2</td><td></td></tr><tr><td>C-Rank</td><td>3</td><td></td></tr><tr><td>B-Rank or higher</td><td>4</td><td></td></tr></tbody></table>

## 4. Random Box Reward

Users will receive a random box of the same grade as the gate they entered, and rewards will be given according to the grade of the random box.

<table><thead><tr><th width="201">Random Box Grade</th><th>Random Box Reward</th></tr></thead><tbody><tr><td>E-Rank </td><td>E-Rank Monster Cards (3) + Essence Stones (2)</td></tr><tr><td>D-Rank </td><td>E-Rank Monster Cards (4) + D-Rank Monster Cards (2) + Essence Stones (9)</td></tr><tr><td>C-Rank </td><td>E-Rank Monster Cards (5) +  D-Rank Monster Cards (3) + C-Rank Monster Cards (2) +  Essence Stones (28)</td></tr><tr><td>B-Rank </td><td>E-Rank Monster Cards (6) +  D-Rank Monster Cards (4) + C-Rank Monster Cards (3) + B-Rank Monster Cards (2) + Essence Stones (72)</td></tr><tr><td>A-Rank </td><td>E-Rank Monster Cards (7) +  D-Rank Monster Cards (5) + C-Rank Monster Cards (4) + B-Rank Monster Cards (3) + A-Rank Monster Cards (2) + Essence Stones (160)</td></tr><tr><td>S-Rank </td><td>E-Rank Monster Cards (8) +  D-Rank Monster Cards (6) + C-Rank Monster Cards (5) + B-Rank Monster Cards (4) + A-Rank Monster Cards (3) + S-Rank Monster Cards (2) + Essence Stones (340)</td></tr></tbody></table>


---

# 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://doc.sololeveling.space/user-guide/acquire-monster-card.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.
