# NFTs and mining

<details>

<summary>Basic mining</summary>

Basic mining is available to anyone who holds a collab sticker, Maxcoin NFT, or Discord Heroes NFT (any rarity) in their wallet at the moment of pushing the command.

```markup
• $mine - can be used every 30 minutes and gives 1-5 maxcoins
```

</details>

<details>

<summary>Advanced mining</summary>

Advanced mining allows users to $mine, $collect, $duel, and purchase all items from the Discord $shop. Advanced mining is available only to users who own a Golden Membership in their wallet at the moment of using the commands. Beside $mine function, goldies also have:

```markup
• $collect - can be used once in a full hour and gives 15 maxcoins
```

```markup
• duels (RPS)
```

</details>

<table><thead><tr><th>NFT Name</th><th>Schema</th><th width="98">$mine</th><th width="96">$collect</th><th width="80">Duels</th></tr></thead><tbody><tr><td>Golden Membership</td><td>membership</td><td>     ✅</td><td>    ✅</td><td>   ✅</td></tr><tr><td>Discord Heroes</td><td>discord</td><td>     ✅</td><td>    ❌</td><td>   ❌</td></tr><tr><td>Collab Stickers</td><td>stickers</td><td>     ✅</td><td>    ❌</td><td>   ❌</td></tr><tr><td>Community Stickers</td><td>stickers</td><td>     ❌</td><td>    ❌</td><td>   ❌</td></tr><tr><td>Max Coin</td><td>maxcoin</td><td>     ✅</td><td>    ❌</td><td>   ❌</td></tr><tr><td>Maxcoin Comm. Token</td><td>maxcoin</td><td>     ✅</td><td>    ❌</td><td>   ❌</td></tr></tbody></table>


---

# Agent Instructions: 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://maxylab.gitbook.io/get-started/maxylab-ecosystem/nfts-and-mining.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.
