# Get Started

Blockchain game is quite different from traditional games we are familiar with.  You need to complete the following entry tasks to prove you are ready to explore this new adventurous world.

1. [**Get a cryptocurrency wallet**](/getting-started/get-started/preparation.md)**.** You need it to help you manage your keys, assets, and help you sign transactions.
2. **Backup your wallet.** All your assets stay in your wallet.  While you have the true ownership, you are also responsible to make it secure.  We have no way to access or recover your lost assets.&#x20;
3. **Fund your wallet** with some ETH or TRON to pay for on-chain [transaction fees](/getting-started/get-started/gas-and-fees.md).  You can acquire these cryptocurrencies via major exchanges, such as [huobi.com](https://huobi.com), [binance.com](https://binance.com).
4. &#x20;**Start exploring** by visiting <https://evolution.land> in your wallet's browser.

The following topics will help you understand the game better to be good at the game and maybe make some profit.

1. [Game Entities](/getting-started/game-entities.md): Learn about the in-game entities and objects as well as game players around them.
2. [Ways to Play](/getting-started/get-started/ways-to-play.md): To be a happy miner, smart trader, or collector, the choice is all yours.
3. [Token Economy](/getting-started/tokens.md): The game is a simulation of the free-market economy, you work, invest, and trade.  Understand the rules and economic settings will help you do better.


---

# 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.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.
