# Recycle

Users can recycle Monster Cards or Shadow Army Cards to obtain Essence Stones.

<figure><img src="/files/qB1WQzILH61WQ1NuCU9S" alt=""><figcaption><p>The user recycle a monster card to obtain a essence stones.</p></figcaption></figure>

The quantity of Essence Stones obtained varies according to the card's rank, as shown below:

<table><thead><tr><th width="204">Card</th><th width="113">Rank</th><th>Number of Essence Stones obtainable after recycling</th></tr></thead><tbody><tr><td>Monster Cards</td><td>E</td><td>3</td></tr><tr><td></td><td>D</td><td>9</td></tr><tr><td></td><td>C</td><td>25</td></tr><tr><td></td><td>B</td><td>62</td></tr><tr><td></td><td>A</td><td>140</td></tr><tr><td></td><td>S</td><td>306</td></tr><tr><td>Shadow Army Cards</td><td>SB</td><td>451</td></tr><tr><td></td><td>SA</td><td>651</td></tr><tr><td></td><td>SS</td><td>1,529</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/leveling/recycle.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.
