# Preparation

You need a [cryptocurrency wallet](/getting-started/get-started/wallets.md) to interact with game lands. This wallet will help manage your private key so that you can receive/send crypto tokens/assets, as well as signing transactions.

Evolution Land consists of continents deployed on different blockchains, so first, you have to choose which continent to play on. The hardware and software requirements for different continents can be seen in the following table:

|                                                 | **Atlantis**                                                                                                                                                                                                                                  | **Byzantine**                                                                                     |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| Blockchain                                      | Ethereum                                                                                                                                                                                                                                      | TRON                                                                                              |
| <p>Browser Plugins<br>- Chrome<br>- Firefox</p> | <p>✅ <a href="https://metamask.io/">MetaMask</a></p><p>✅ <a href="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/">MetaMask</a></p>                                                                                            | ✅ [TronLink](https://chrome.google.com/webstore/detail/tronlink/ibnejdfjmmkpcnlpebklmnkoeoihofec) |
| Mobile Wallet                                   | <p>✅ <a href="https://itunes.apple.com/us/app/imtoken-2-0-bitcoin-ethereum/id1384798940?mt=8">imToken</a></p><p>✅ <a href="https://wallet.coinbase.com/">Coinbase Wallet</a></p><p>✅ <a href="http://www.mathwallet.org/">Math Wallet</a></p> | ✅ [Math Wallet](http://www.mathwallet.org/)                                                       |
| Website                                         | [https://eth.evolution.land](https://atlantis.evolution.land/)                                                                                                                                                                                | [https://tron.evolution.land](https://tron.evolution.land/)                                       |

## Desktop

1. Download Chrome or Firefox
2. Install the plugin based on the continent you choose, MetaMask or TronLink
3. Visit the website of the continent, or switch to your continent from [https://www.evolution.land](https://www.evolution.land/)

## **Mobile:**

1. Download the mobile wallet according to the continent you choose
2. Find EvolutionLand in the Dapp market of the mobile wallet or simply use its in-wallet browser to visit  [https://www.evolution.land](https://www.evolution.land/)
3. Start the game and follow instructions


---

# 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://docs.evolution.land/getting-started/get-started/preparation.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.
