# 新手上路

区块链游戏与我们所熟悉的传统游戏有很大不同。在开始游戏前，你需要完成以下几个步骤，为探索这个新的冒险世界做好充分的准备。

1. **创建一个加密**[**数字钱包**](/simplified-chinese/getting-started/get-started/preparation.md)。你需要它来帮助你管理密钥、资产，进行签名交易。
2. **备份你的钱包**。 你所有的资产都存放在你的钱包里。你持有钱包所有权的同时，你也有责任确保它的安全。请注意，我们无法获取或找回你丢失的资产。
3. **为你的钱包充值一定的 ETH 或 TRON 以支付链上交易**[**燃料费**](/simplified-chinese/getting-started/get-started/gas-and-fees.md)。你可以通过以下几大交易所进行充值，如 [huobi.com](https://huobi.com)，[binance.com](https://binance.com).
4. **开始游戏**。在你的钱包浏览器里搜索 <https://evolution.land> 以开始你的新探索。

另外，我们还准备了下列游戏相关介绍，希望能帮助你更好地理解和参与游戏。

1. [**游戏实体**](/simplified-chinese/getting-started/game-entities.md)：了解游戏中的实体，道具以及相关的游戏角色。
2. [**玩法概述**](/simplified-chinese/getting-started/get-started/ways-to-play.md)：做一个快乐的矿工、精明的的交易者，还是收藏家，选择权全在你。
3. [**通证**](/simplified-chinese/getting-started/tokens.md)：进化星球模拟的是自由市场经济，你可以在这里工作、投资、交易等。了解规则和经济环境会帮助你更好地游戏。


---

# 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/simplified-chinese/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.
