> 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/shadow-army-card.md).

# Shadow Army Card

<figure><img src="/files/g7oaqNdCSTebtbHaqT1C" alt=""><figcaption><p>Example of Shadow Army Cards (SS-rank Shadow Army Card Igris in order of SS, SA, SB)</p></figcaption></figure>

## 1. Description

Shadow Army Cards are special Digital Collectible based on protagonist Sung Jin-Woo’s shadow army from the original webtoon “Solo Leveling”.

Shadow Army Cards, representing the protagonist’s most powerful allies from the original webtoon, are one of the best rewards available in SL:U.

Users who own Shadow Army Cards receive Essence Stones every week :

The amount is calculated **by dividing the total Essence Stones consumed in SL:U by the total number of Shadow Army Card holders**.

Shadow Army Cards are ranked from **SB to SA to SS-Grade**, **with higher grades providing greater Collection Score bonuses.**

<mark style="color:blue;">See</mark> [<mark style="color:blue;">**Reward-Pool Page**</mark>](/user-guide/reward-pool.md) <mark style="color:blue;">for more information.</mark>

## 2. Acquisition Method

Users can attempt to upgrade an S-Rank Monster Card into a SB-Rank Shadow Army Card by consuming Essence Stones, with success determined by probability rates.

#### Shadow Army Card Upgrade Path:

1. S-Rank Monster Card → SB-Rank Shadow Army Card (upon successful upgrade)
2. SB-Rank Shadow Army Card → SA-Rank Shadow Army Card (upon successful upgrade)
3. SA-Rank Shadow Army Card → **SS-Rank Shadow Army Card (upon successful upgrade)**

## 3. Reward

Shadow Army Cards are special items that not only certify their holders as dedicated fans of the original series but also recognize their contributions to the SL:U ecosystem.

Weekly rewards are distributed Shadow Army card holders **in proportion to their cards’ rank and quantity.**

The rewards, primarily distributed in **Essence Stones(SL:U’s in-game currency)**, increase based on community activity and platform usage grow.

Additionally, various special rewards and event benefits will be offered through periodic promotions.


---

# 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/shadow-army-card.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.
