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

# How to register

Eden Continent, the fifth Continent on the Evolution Land, is based on the Polygon. Matic is the cryptocurrency used in the Eden, and its value fluctuates with the market.

Players need to convert fiat money (US dollars, Canadian dollars, Pounds, etc.) into HT to pay for gas in the Eden - such as buying RING, buying land, etc.

Players cannot use fiat money to purchase RING or other assets on the Evolution Land - the fiat money needs to be converted to Matic first.

Players can withdraw Matic to Polygon address through exchanges, or purchase Matic from the exchange that supports the purchase of cryptocurrency and then transfer Matic from exchange to address which used to register Evolution Land.

There are two ways to register the Eden on the Evolution Land: Web and Mobile. Please choose your preferred and appropriate way to register:

## WEB

### Use "Metamask"

* Search for Metamask in the Chrome Store and install it, and then create a Huobi Wallet address.
* Metamask supports the creation and import of accounts. For users without wallets, you can create an address. Users with existing wallets can import them via a private key.
* After creating/importing the wallet, log in to the Evolution Land ( [https://www.evolution.land/ ](https://www.evolution.land/)), click on Metamask, select Register or Login.

## MOBILE

### 1. Use "imToken 2.0"

Download link：<https://token.im/?locale=en-us>

* Download the imToken2.0
* Register an ETH address or import one. The private key must be saved, and it cannot be recovered once it is lost.
* Find "Evolution Land" in "Browser" and click to register.

![](/files/-McJEWFtogt83SBfz2JU)

### 2. Use"Mathwallet"

Download link： <http://www.mathwallet.org/en/>

* Download the mathwallet IOS version for the first time, you need to trust the wallet in “Settings”, “General”, “Device Management”, “TT-LTD, TOV”.  The Android version does not need to be set.
* Register an ETH address or import one. The private key must be saved, and it cannot be recovered once it is lost.
* Find "Evolution Land" in "Dapps" and click to register.

![](/files/-McJMFdroACPRdWBj3--)


---

# 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.evolution.land/tutorials/eden-polygon/how-to-register.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.
