> For the complete documentation index, see [llms.txt](https://docs.mining-squad.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mining-squad.app/en/readme/recursos/tools/ferramentas-de-perfuracao.md).

# Drilling Tools

![](/files/DbCZWKUbpMT5p6OlD83K)

Also in the NFT model (BEP721) the drilling tools will be tokens sold for a limited time only during the official sales window and with limited quantity. After sales, on-chain sales will be released on the game's NFT marketplace. There are 3 different types of drilling tools and their uses will be exclusively to increase Hit power during [Quarry](/en/readme/o-jogo/game-modes/jazida-de-diamantes.md) exploration. Each type has a different cost, which increases according to its effectiveness in digging. The drilling tool will have an additional percentage based on the added HP (drilling tool alone, cannot mine, requiring at least 1 miner to operate it). Just like miners, tools that are added to the marketplace will not be able to work in the quarry, even after being removed from the marketplace, and will be able to work again after the pool cycle reset (00h UTC). Tools that are added to the quarry are also unable to be added to the Marketplace until the end of the day's exploration.

The number of tools each wallet can have is unlimited, but for [Quarry](/en/readme/o-jogo/game-modes/jazida-de-diamantes.md) exploration, the tools have an activation limit per player. Which means that the same account cannot activate two excavators or two Continuous Miners in the same quarry cycle. As for the Jackhammer, the limit is higher, but it is worth mentioning that each tool still requires a miner to operate it, so even if the player has, for example, 20 jackhammers, he will only be able to activate them all if he has 20 miners available at the camp.

<table><thead><tr><th>Name</th><th>Image</th><th width="117">Bonus HP</th><th width="118">Quarry Fee</th><th>Quarry Limit</th></tr></thead><tbody><tr><td>Jackhammer</td><td><img src="/files/po2K9AIiJ86h2iY0tgy6" alt=""></td><td>1%</td><td>10 MSB</td><td>10</td></tr><tr><td>Excavator</td><td><img src="/files/0nCMTpYJQfjvVXQV5h2j" alt=""></td><td>10%</td><td>50 MSB</td><td>1</td></tr><tr><td>Continuous Miner</td><td><img src="/files/vpuItNBNDVCP8MODlnZk" alt=""></td><td>20%</td><td>100 MSB</td><td>1</td></tr></tbody></table>


---

# 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.mining-squad.app/en/readme/recursos/tools/ferramentas-de-perfuracao.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.
