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

# Mining System

Embark on a server-wide treasure hunt with the exclusive **KhaosRO Mining System**, where valuable minerals are hidden throughout the depths of Midgard's dungeons. Exploration, timing, and competition are the keys to claiming these rare resources.

#### How It Works

* A total of **11 Mineral Nodes** are active across all dungeon first floors at any given time.
* Mineral locations are **completely randomized**, meaning not every dungeon is guaranteed to contain a Mineral Node.
* Once a Mineral Node is mined, it will **respawn after 2 hours** in a **different dungeon and location**, encouraging continuous exploration.
* Players must possess a **Pickaxe** or **Hoe** (Tool Dealer) to mine a Mineral Node.
* Successfully mining a Mineral Node rewards **1 Mining Point** and automatically triggers a **server-wide announcement**, letting everyone know who discovered it.

#### Mining Point Rewards

Mining Points serve as a valuable currency and can be exchanged for various premium progression items, including:

* HD Elunium
* HD Oridecon
* Enriched Elunium
* Enriched Oridecon
* Enchantment Stones
* Special upgrade materials
* And other more soon.

#### Competition & Exploration

The Mining System is designed to reward adventurers who actively explore the world. With Mineral Nodes constantly relocating every respawn cycle, players must search dungeons, monitor announcements, and stay ahead of the competition to secure valuable Mining Points.

Venture into the unknown, discover hidden Mineral Nodes, and gather Mining Points to obtain some of the most sought-after refinement and enchantment materials available in **KhaosRO**. ⛏️💎

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


---

# 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://khaosro.gitbook.io/khaosro-docs/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.
