> For the complete documentation index, see [llms.txt](https://docs.defikingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defikingdoms.com/gameplay/quests/professions/gold-mining.md).

# Gold Mining

**Gold Mining Quests** can be performed by up to six Heroes at a time in each realm. These quests award **Gold**, and can award other rare items.

> *Oi! Want to work those wee arms ya got? Grab a pickaxe! There's plenty o' shinies awaiting eager hands ta take them home!*

Gold Mining Quests are begun in the **Professions** zone by speaking to the **Miner** or **Pickman**, depending on the realm. Any Hero can attempt Gold Mining Quests, but Heroes with the **Mining profession gene** will use their Stamina more efficiently and have increased chances of item rewards. Successfully completing a Gold Mining Quest will grant each Hero a small amount of XP, and a chance toward increasing their **Mining skill**.

These quests also have a chance to reward Heroes with **Gaia's Tears**, **Runes**, and **Yellow Pet Eggs**. All of these items may be swapped at the Trader in the [Marketplace](/gameplay/locations/marketplace.md) for other tokens or items. Some items are also used as reagents in **Potions** and [Enhancement Stones](/gameplay/items/enhancement-stones.md), for hatching [Pets](/gameplay/pets.md), and for [leveling Heroes](/gameplay/heroes/leveling.md).

### **Mining Basics**

#### Duration per Stamina

12 minutes (10 with the **Mining profession gene**)

#### Stamina Required

1 Stamina minimum

#### Required Hero Range

1-6 Heroes

#### Minimum XP Reward

4 XP per Stamina spent + 8 XP per 5 Stamina spent

### **Gold Rewards**

The amount of **Gold** rewarded from **Gold Mining Quests** per Stamina spent is based on the Hero's **Strength** and **Endurance** stats, its **Mining skill,** and the presence of the **Mining profession gene**. Each Hero calculates Gold rewards independently, even when questing as a group.

### **Item Rewards**

{% hint style="info" %}
The item drop rates below are increased by varying combinations of the Hero's **Strength** and **Endurance** stats, its **Mining skill,** and the presence of the **Mining profession gene**.
{% endhint %}

<table><thead><tr><th width="233.69851729818782">Name</th><th width="184">Base Drop Rate</th><th width="170">XP Awarded</th><th>Stamina Usage</th><th data-hidden align="center"> </th></tr></thead><tbody><tr><td><img src="https://defi-kingdoms.b-cdn.net/art-assets/items/gaias-tear.png" alt="" data-size="original"> Gaia's Tear</td><td>7.5% / 11.25% *</td><td>10 XP</td><td>per <strong>5</strong> Stamina</td><td align="center"></td></tr><tr><td><img src="https://defi-kingdoms.b-cdn.net/art-assets/items/shvas-rune.gif" alt=""> Shvās Rune</td><td>0.3% / 1.5% *</td><td>30 XP</td><td>per <strong>5</strong> Stamina</td><td align="center"></td></tr><tr><td><img src="https://defi-kingdoms.b-cdn.net/art-assets/items/moksha-rune.gif" alt=""> Moksha Rune</td><td>0.009% / 0.045% *</td><td>100 XP</td><td>per <strong>5</strong> Stamina</td><td align="center"></td></tr><tr><td><img src="https://defi-kingdoms.b-cdn.net/art-assets/items/pet-egg-yellow.png" alt="Green Pet Egg"> Yellow Pet Egg</td><td>0.005%</td><td>100 XP</td><td>per <strong>10</strong> Stamina</td><td align="center"><img src="https://defi-kingdoms.b-cdn.net/art-assets/items/pet-egg-green.png" alt="Green Pet Egg"></td></tr></tbody></table>

\* The higher percentage applies to Heroes with the **Mining profession gene**.


---

# 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://docs.defikingdoms.com/gameplay/quests/professions/gold-mining.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.
