# FAQ

## Q1. Is MetaMask account necessary to log in to SL:U?

A : Creating an account in SL:U doesn't require an existing cryptocurrency wallet. You can create an account using your social media accounts (Google, Facebook, Twitter), and a wallet will be automatically created for you.

## Q2. Can I import my SL:U wallet into MetaMask?

A : Yes, it is possible. You can import it using the private key.

## Q3. How is it possible that users don't have to pay any fees when using SL:U?

A : SL:U operates on the **Avalanche mainnet** and provides service without user fees.

This is possible because it runs on the Otherworld subnet called **Space**, which has a system that covers fees using internal **Fuel tokens**.

## Q4. Can I receive rewards immediately after opening a gate?

A : Opening a gate with a Gate Key rewards you with a **Random Box**. You can either wait for the gate to clear time or use Essence Stones to open it immediately for rewards.

For more information about Gate, read [<mark style="color:blue;">**SL:U User Guide Page**</mark>](/user-guide/how-to-sl-u.md)<mark style="color:blue;">.</mark>

## Q5. How can I track my progress in SL:U rank advancement?

A : You can **check your current Level Score and Hunter rank in the SL:U Gate and Season Page.**

For information about earning Level Score, read [<mark style="color:blue;">**Score page**</mark>](/user-guide/score.md)<mark style="color:blue;">.</mark>

## Q6. Can I obtain Shadow Army cards just by clearing gates?

A : Here's the process for acquiring a Shadow Army card:

1. Obtain **S-Rank Monster Cards** from **S-Rank random boxes** through gate clearing
2. Upgrade to **SB-Rank Shadow Army Cards** using S-Rank Monster Cards and **Essence Stones** (probability-based)
3. Progress from B-Rank to **SA-Rank**, and finally to **SS-Rank Shadow Army Cards** through upgrade

For detailed information, read [<mark style="color:blue;">**Upgrade page**</mark>](/user-guide/leveling/upgrade.md)<mark style="color:blue;">.</mark>

## Q7. Are upgrade attempts always successful?

A : No, upgrade succeeds based on probability rates. If an upgrade fails, **the card used for upgrading is preserved**, and **only the Essence Stones are consumed.**

## Q8. Can I join the SL:U Hunter Rankings competition right after registration?

A : If you are **D Hunter Rank and own a card**, you will automatically participate in the Hunter Rankings’ competition.

## Q9. How is Season Score determined?

A : Season Score is the sum of **Activity Score and Collection Score**.

Activity Score is earned through gate entries and leveling activities, while Collection Score is determined by the ranks of cards obtained from Random Boxes after clearing gates.

For detailed information about scores, visit [<mark style="color:blue;">**Score Page**</mark><mark style="color:blue;">.</mark>](/user-guide/score.md)


---

# 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/community/faq.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.
