> For the complete documentation index, see [llms.txt](https://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/game-guide/mining-system.md).

# Mining System

​![](https://1023509870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKmoDHR63ZUtu1chIcSsu%2Fuploads%2F7nB5BNqLl5LoFJUTjNc1%2Fimage.png?alt=media\&token=f05406ee-0c41-42a7-9d47-8dea1af64103)​

The Mining System provides an avenue to generate income. By successfully extracting ore through this system, players can acquire Adamantine Fragments which can be refined into Adamantine (ADAM) Tokens in-game. \
\
ADAM is a utility token that can be exchanged for USDC on Maxion's platform, allowing players to earn.

Players can acquire Adamantine Fragments through mining on designated mining maps. The rate at which the Fragments are obtained will be determined by the rarity of ore, higher rarity more Adamatine Fragments to mine from.

Players can mine only within the map **Yggdrasil's Rift**. Here’s a comprehensive guide on how to access and make the most of the Mining System:

### **Accessing Yggdrasil's Rift**

1. **Obtain ROverse Manual Book:** Ensure you have the ROverse Manual Book in your inventory.

<figure><img src="/files/cbNF1It6ov9iE8CdqMlN" alt=""><figcaption></figcaption></figure>

2. **Warp to Yggdrasil's Rift:** Use the ROverse Manual Book to warp to Yggdrasil's Rift. This action requires a fee of 25,000 zeny.

<figure><img src="/files/88Z0B676sGn5kJbh2iHX" alt=""><figcaption></figcaption></figure>

3. **Immediate Transport:** Upon paying the fee, you will be immediately transported to Yggdrasil's Rift.

<figure><img src="/files/AipD3ee60RSRaE5ZsEmw" alt=""><figcaption></figcaption></figure>

### **Features of Yggdrasil's Rift**

* **PK Map:** Yggdrasil's Rift is a Player Killing (PK) map where players can attack each other.
* **Safe Zones:** The map has 4 Safe Zones where:
  * Players cannot attack each other.
  * Players cannot attack monsters.
  * Monsters will not attack players.
* **Special Drops:** Monsters within Yggdrasil's Rift have a chance to drop **Adamentine Blessing**, a valuable resource for miners.

### Before Mining​ <a href="#before-mining" id="before-mining"></a>

Each mining attempt consumes 5 point of [stamina](/ragnarok-landverse-whitepaper/game-guide/stamina-system.md)​

Players must equip a pickaxe at the Mining Shop before they can begin mining.

### Mining shop Location <a href="#mining-shop-location" id="mining-shop-location"></a>

* **The Mining Shop** is located within the Safe Zones at all 4 points.

<figure><img src="/files/rFNJuoHdLWBlZvulhC12" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/52TFjKp5YGusYQQX6YZH" alt=""><figcaption></figcaption></figure>

### What Adamantine Fragment can do? <a href="#adam-fragment" id="adam-fragment"></a>

​![](https://1023509870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKmoDHR63ZUtu1chIcSsu%2Fuploads%2FU0AUSpNslnSlIbLVg3az%2Fimage.png?alt=media\&token=6c07b22f-b3c4-48fe-b65f-efdda8640fc6)​

Adamantine Fragments can be processed into Adamantine Tokens for minting as a utility token.

Conversion rate: 4000 Adamantine Fragment = 1  Adamantine

Adamantine Fragments can be refined into Adamantine Blessings for use in the game systems.

Conversion rate : 250 Adamantine Fragment : 1  Adamantine Blessing

### Ore rate & Reward

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/nzwTXfoXC0TaXEpb27fW" alt=""></td><td>Basic Ore: 4 Adamantine Fragment per dig</td><td></td></tr><tr><td><img src="/files/TxB0kbMg3axLSASrxQHg" alt=""></td><td>Rare Ore: 10 Adamantine Fragment per dig</td><td></td></tr><tr><td><img src="/files/obSKUfOVajJRclwtyb9B" alt=""></td><td>Legendary Ore: 24 Adamantine Fragment per dig</td><td></td></tr></tbody></table>

### Special Ore

The Blessing Ore is now available for mining, This extraordinary resource is not just your everyday find; it’s a game-changer!

<figure><img src="/files/xrXqtikIYmwY9PDYVhiQ" alt=""><figcaption><p>Blessing Ore</p></figcaption></figure>

**Condition for mining Blessing Ore**

HP 1/1 (It will spawn to other location after you mined)\
– Level ≥ 85\
– VIP Status\
– Mining Blessing Ore consumes 500 Stamina Points per attempt.\
Reward – Adamantine Blessing x9

{% hint style="info" %}
Mining process can be disrupted when a player is attack or killed. No stamina is consumed in the process.
{% endhint %}


---

# 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://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/game-guide/mining-system.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.
