> 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/the-essence-stone.md).

# The Essence Stone

<figure><img src="/files/6BsGX4yeRcqFelQwlOGl" alt="" width="188"><figcaption><p>Essence Stone image</p></figcaption></figure>

## 1. Description

Essence Stone is the most basic currency in the "Solo Leveling" universe. In SL:U, Essence Stone is also a valuable resource used in many aspects.

## 2. Acquisition Method

There are four ways to acquire Essence Stones:

You can acquire Essence Stones to **1) purchase from the shop**, **2) open Random Boxes or Lucky Boxes**, or **3) recycle Cards**.

<table><thead><tr><th width="187">Acquisition</th><th>Action</th></tr></thead><tbody><tr><td>Shop</td><td>Purchase</td></tr><tr><td>Random box</td><td>Open</td></tr><tr><td>Lucky box</td><td>Open</td></tr><tr><td>Card</td><td>Recycle</td></tr></tbody></table>

## 3. Usage

Essence Stones can be used in three ways:

You can use Essence Stones to **1) clear gates and open Random Boxes instantly**, **2) combine Monster Cards**, or **3) upgrade S-Rank Monster Cards, Shadow Army Cards**.

<table><thead><tr><th width="195">Usage</th><th>Description</th></tr></thead><tbody><tr><td>Clear Gate</td><td>Clear instantly (*same as opening Random Box)</td></tr><tr><td>Combine</td><td>E~A-rank Monster Cards</td></tr><tr><td>Upgrade</td><td>S-rank Monster Card, Shadow Army Cards</td></tr></tbody></table>

### Usage Examples:

* **For E-Rank to A-Rank Monster Cards:**

  Combine two cards of the same rank with Essence Stones to obtain a Monster Card of the next rank up.
* **For S-Rank Monster Cards, SB and SA-Rank Shadow Army Cards:**

  Use one card and 50 Essence Stones per upgrade attempt to obtain a higher-rank Shadow Army Card.


---

# 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/the-essence-stone.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.
