# Reward Pool

Reward Pool displays the total Essence Stones spent daily/weekly, with data available for the past 50 days and 50 weeks.

In SL:U, users can obtain Shadow Army cards by upgrading S-Rank Monster Cards.

Every Monday, 20% of the total Essence Stones spent in SL:U during the previous week is distributed to ‘Shadow Army cards holders’.

The reward calculation formula is detailed below.

<figure><img src="/files/2MS3klnIx40O7MhoZTTZ" alt=""><figcaption></figcaption></figure>

## 1. Essence Stone Consumption Amount

Reward Pool displays chart data showing **the total Essence Stones spent in SL:U**.

These charts provide both **daily and weekly views**, showing consumption data for **the most recent 50 days and 50 weeks**.

## 2. Shadow Army Information

Reward Pool provides an overview of all Shadow Army cards created in SL:U, along with details of the user’s own Shadow Army card holdings.

Users who own one or more Shadow Army cards can view their projected rewards for the current week.

#### **Score awarded per Shadow Army Card**

| Shadow Army Card Rank | Allocated Scores |
| --------------------- | ---------------- |
| SB-Rank               | 4                |
| SA-Rank               | 21               |
| SS-Rank               | 75               |

#### **The Reward Pool calculation formulas are as follows:**

1. **User's Weekly Reward Pool**

\= (Weekly Total Essence Stones Spent x 20%) x (User’s Total Shadow Army Cards Scores) / (Total Shadow Army Cards Scores Issued)

2. **Total Shadow Army Cards Scores Issued**

\= (SB-Rank Shadow Army Cards Total Supply x 4) + (SA-Rank Shadow Army Cards Total Supply x 21) + (SS-Rank Shadow Army Cards Total Supply x 75)

3. **User's Total Shadow Army Cards Scores**

\= (User’s SB-Rank Shadow Army Cards x 4) + (User’s SA-Rank Shadow Army Cards x 21) + (User’s SS-Rank Shadow Army Cards x 75)

## 3. Shadow Army Cards Reward TOP 10

Reward Pool displays the TOP 10 recipients of recent Shadow Army cards rewards.

The TOP 10 ranking is based on Shadow Army card holdings, with larger collections resulting in higher projected rewards for the current week.


---

# 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/reward-pool.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.
