> For the complete documentation index, see [llms.txt](https://wiki.weedreborn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.weedreborn.com/beginners-guide/mining-system-1.md).

# Mining System

The **Mining System** is one of the main ways to get ores and refining materials.

Mine to collect **Gold Ore** and **Mithril Ore**. Exchange them for **Enriched** and **HD** refining items.

## Mining rewards

Mining rewards these ores:

* ![](/files/fIUdzAUlRpXBhC2cvFsE) **Gold Ore** — used for **Enriched** refining items
* ![](/files/6xka5ENwJnz7GhDctrvM) **Mithril Ore** — used for **HD** refining items

***

## Entry requirements

Before you enter the Mining Area, make sure you:

* Complete the **Mine Hat quest** in **Weed Hall**
* Equip a ![](/files/rqobmSqGRrXkhBwlZVx7) **Mine Hat** as either a headgear or costume
* Use a **Whitesmith Class**
* Reach **level 255/120**
* Pay the **1,000,000 Zeny** entry fee

{% hint style="warning" %}
After **300 minutes** of mining, you get a **12-hour cooldown** before you can enter again.
{% endhint %}

***

## Entering the Mining Area

After meeting the requirements, talk to **Jakdreo** in **Prontera** to enter the Mining Area.<br>

<div data-with-frame="true"><figure><img src="/files/QF0XpDbyHAvBM82C9cbF" alt="" width="563"><figcaption></figcaption></figure></div>

***

## Important NPCs

After you enter the Mining Area, you will meet these NPCs:

<div data-with-frame="true"><figure><img src="/files/sjNFpoGO8hUtV5LwiBcI" alt=""><figcaption></figcaption></figure></div>

* **Milyo the Miner** explains the mining system and basic rules
* **Denzel** sells mining tools and other supplies

***

## Mining level drop rate

Your mining level increases your drop rate:

* **Level 0** — New Miner, **0 to 25,000 EXP** — **15%**
* **Level 1** — **25,000 to 50,000 EXP** — **20%**
* **Level 2** — **50,000 to 100,000 EXP** — **30%**
* **Level 3** — **100,000+ EXP** — **40%**


---

# 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://wiki.weedreborn.com/beginners-guide/mining-system-1.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.
