> 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/sololeveling-unlimited/digital-collectible/gate-key.md).

# Gate Key

<figure><img src="/files/9vsxqKS1nYqi1601ik3m" alt="" width="188"><figcaption><p>Gate Key Example: S-Rank Gate Key</p></figcaption></figure>

## 1. Description

**The first item required for obtaining Monster Cards** is a Gate Key.

The Gate Key are classified from rank E to S.

To enter a gate and obtain a random box containing Monster Cards, **a Gate Key of a corresponding rank must be used.**

#### **Gate Key Rank by Image**

| E-Rank                           | D-Rank                           | C-Rank                           | B-Rank                           | A-Rank                           | S-Rank                           |
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
| ![](/files/TQcxBsAVuBEM0XDmmVbX) | ![](/files/cXbdQB0hofAeqtGFbn7e) | ![](/files/MU2irJk9jHP0VMduyvq3) | ![](/files/hjzH9QTu0uYsQMpsWFgG) | ![](/files/N6PmBfzMPU4h8lTEvh9J) | ![](/files/8nAyKE5z8iyAD4DM2z6g) |

## 2. Acquisition Method

You can purchase Gate Keys from the in-game shop, and one E-Rank Gate Key is available free of charge every 24 hours.

Active users and community contributors will be rewarded with special discounts on Gate Key purchases in upcoming updates.

Additionally, The Fiat On Ramp feature will also give users more payment options.

## 3. Use

**Gate Keys are required to enter gates.** \**(1 required for 1 entry)*

Note that users must have **a Gate Key of the same rank as their Hunter Rank to use it**.

Example: An S-Rank Gate Key can only be used by users who have reached S-Rank Hunter Rank.

| Hunter Rank | Available Gate Key     |
| ----------- | ---------------------- |
| E-Rank      | E-Rank Gate            |
| D-Rank      | E-Rank  \~ D-Rank Gate |
| C-Rank      | E-Rank  \~ C-Rank Gate |
| B-Rank      | E-Rank  \~ B-Rank Gate |
| A-Rank      | E-Rank  \~ A-Rank Gate |
| S-Rank      | E-Rank  \~ S-Rank Gate |


---

# 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://doc.sololeveling.space/sololeveling-unlimited/digital-collectible/gate-key.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.
