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

# Pickaxes

**Pickaxes** are the tools players need to have in order to mine for gemstones. They differ in correlation with two factors, ***mining power and durability.*** Each factor plays a major role in impacting the gameplay.&#x20;

**Mining power** refers to the power of pickaxes, the greater the mining power the easier the pickaxe is able to mine more valuable gems while preserving its durability.

**Durability** is the pickaxe's stamina, it prolongs a pickaxe's mining time. the higher the durability bar the longer a player can mine. However, it is always correlated with the mining power thus being heavily influenced by it and the way players use it.&#x20;

Pickaxes come in 5 different rarities, "***common, uncommon, rare, epic, mythic (JACKHAMMER)***".&#x20;

![Mythic (JACKHAMMER)](/files/Dlb9tysCU7m4T4eAxbu3) ![Common](/files/WSIsARsjPusxv2jU0hyU) ![Uncommon](/files/PLfKY6Ur8fErv8FDEYLn) ![Rare](/files/hheMYGaOYQI7hSTU82q4) ![Epic](/files/aw7tq3RBt4DmRL8CQraf)

Each rarity has 2 stats lines.

<table><thead><tr><th width="278.42603826411573" align="center">Pickaxe</th><th width="150" align="center">Durability</th><th align="center">Mining Power (%)</th></tr></thead><tbody><tr><td align="center"><strong>Common</strong></td><td align="center"><em><strong>100</strong></em></td><td align="center"><em><strong>10</strong></em></td></tr><tr><td align="center"><strong>Uncommon</strong></td><td align="center"><em><strong>200</strong></em></td><td align="center"><em><strong>20</strong></em></td></tr><tr><td align="center"><strong>Rare</strong></td><td align="center"><em><strong>500</strong></em></td><td align="center"><em><strong>30</strong></em></td></tr><tr><td align="center"><strong>Epic</strong></td><td align="center"><em><strong>750</strong></em></td><td align="center"><em><strong>50</strong></em></td></tr><tr><td align="center"><strong>Mythic (JACKHAMMER)</strong></td><td align="center"><em><strong>1000</strong></em></td><td align="center"><em><strong>100</strong></em></td></tr></tbody></table>

{% hint style="warning" %}
Using a lower-grade pickaxe on a higher-grade Gem mine will consume your pickaxe's durability at a much faster rate.
{% endhint %}

{% hint style="info" %}
In order to calculate how many times a particular gem mine can be farmed, the formula below can help you :

***x = Pickaxe's Durability / Gem mine's*** [***recommended Mining Power***](/cryptogem-whitepaper/nfts/gem-mines.md#recommended-mining-power)

***For Example :***&#x20;

You will be able to mine the **Quartz** gem mine ***10 times*** with a ***common*** pickaxe.

**x = 100 / 10 = 10 times**

You will be able to mine the **Diamond** gem mine ***1 time*** with a ***common*** pickaxe.

**x = 100 / 100 = 1 time**
{% endhint %}

{% hint style="info" %}
***Durability requires 3 hours to be fully charged when it is fully drained.***
{% 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:

```
GET https://onehp69.gitbook.io/cryptogem-whitepaper/nfts/pickaxes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
