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

# How to Play?

Kryxivia is an online MMORPG game working with any compatible modern browsers, you can play it on any computer with a minimum required correct GPU. To authenticate and log in to the game, you will need to have a Metamask based wallet.

### What is MetaMask?

*MetaMask is a software cryptocurrency wallet used to interact with EVM blockchains such as Ethereum or Binance Smart Chain. It allows users to access their wallets through a browser extension or mobile app, which can then be used to interact with decentralized applications.*

![Icon of MetaMask](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR3ZTsL_YsClxSGi0ZR5iWp05VD97aqjfJlJm9qxtA-fg\&s)

[> Check this article to know how to create a Metamask Wallet (account)](https://myterablock.medium.com/how-to-create-or-import-a-metamask-wallet-a551fc2f5a6b)

Once you have your own wallet, you need to head to [kryxivia.io](https://kryxivia.io) and click on the "Play" button available on the home page, the website by the Metamask extension will first ask you to choose a wallet you want to connect with. Then a transaction for digital signature verification should appear to be sure that you own your public wallet address used as an account.

You will need to use the Binance Smart Chain network, to switch networks on Metamask, you can use this official tutorial from Binance: [on the Binance academy](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain).

After successfully verifying your signature, the browser will automatically start the Kryxivia client and will begin the downloading of the game if it is your first load time and then launch it. After one successful download, usually browsers saved the game as cache in your computer, so you won't need to wait again on your next connection.

When you have started the game, you will be going through the login queue: you will have to select a region to play on, for now, we have two options, this is made to reduce your latency (potential network sync issues) while you're playing:

* Europe Region (Based in the Netherlands)
* United States (Based in San-Francisco)

Then you will just have to create your first character and join the adventure.

## Welcome to Kryxivia, good luck finding the best Kryxit and NFTs during your sessions!


---

# 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.kryxivia.io/how-to-play.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.
