> For the complete documentation index, see [llms.txt](https://docs.minecrypto.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minecrypto.gg/game-economy/entry-methods.md).

# Entry Methods

**You have 3 options to join the MineCrypto ecosystem:**

### :large\_blue\_diamond: **Free To Play**

* Earn MCR by completing the daily quests, playing events and rising in the leaderboards
* You will have to reinvest your earnings to work your way up to a Battle Pass

### :large\_blue\_diamond: **Battle Pass**&#x20;

* They allow you to earn enough tokens to daily repair the Battle Pass while generating extra tokens that can be withdrawn or reinvested in other items.
* > This is where you purchase our battle pass: <https://minecrypto.gg/app/shop>
* > Need to be on BSC to interact with our application. Here is how you change networks <https://chainlist.org/>

### :large\_blue\_diamond: **Battle Pass and NFT Rank**

* The NFT Ranks boost your earnings when completing the daily quests:

|     NFT Rank     | Earning multiplier |
| :--------------: | :----------------: |
|   **Gold Rank**  |        \~x5        |
| **Diamond Rank** |        \~x10       |
| **Emerald Rank** |        \~x20       |

{% hint style="info" %}
*The NFT ranks will offer many other features both in the web application and in-game. We will keep adding more features as the project progresses.*
{% endhint %}

{% hint style="success" %}
***How do I join the server?***

**You can directly access with the following IP (less features):**&#x20;

*mc.minecrypto.gg*\
\
**Or you can link your Metamask with your Minecraft account:**&#x20;

*1 minute tutorial:* [**https://minecrypto.gg/video/how-to-join-server.mp4**](https://minecrypto.gg/video/how-to-join-server.mp4)
{% 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, and the optional `goal` query parameter:

```
GET https://docs.minecrypto.gg/game-economy/entry-methods.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.
