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

# Mines

Ahoy, mateys! Welcome aboard PirateRush! If you love treasure hunting and the thrill of adventure, you'll love our Mines game! This game is similar to the classic game of Minesweeper, but with a twist!

In Mines, you can choose the number of mines on the board, from 3 to 24. Your goal is to uncover coins without hitting mines. The more coins you uncover, the higher your multiplier will be, giving you more earning power in the game.

You can wager anywhere from .02 SOL up to 1 SOL. Keep an eye on the "Next Multiplier" as you uncover coins. You'll see how much earning power you have if you uncover just one more coin. The maximum earning potential in this game is uncovered at 16 mines. If you manage to uncover all 9 coins at 16 mines, you'll be working with an over 800x multiplier!

Join us on the Mines game adventure at <https://piraterush.com/game/mines>. Hitting greater than a 2x payout with the Mines game will award you with a [raffle ticket](/piraterush/utility/raffles.md) towards the raffle event. Get ready to uncover the hidden treasures of Mines!

<figure><img src="/files/BLxhOw8yL1GxPPdfKCbz" alt=""><figcaption><p>Pirate Mines</p></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://piraterush.gitbook.io/piraterush/games-overview/mines.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.
