# Start Game

In order to become a landowner on HappyLand, players need to create an account that is linked to a virtual wallet (metamask). The layer’s data is stored on HappyLand’s platform.

When starting HappyLand, players initially have 1 house and storage area, players have to buy a segment of land that contains soil in order to plant their seed and grow their cattle.&#x20;

The soil is purchased using $HPL &#x20;

They can buy land through HappyLand shops or through trading with other players on HappyLand MarketPlace.

​

![](https://lh4.googleusercontent.com/Bpf9k32x2JNcA9SfsKqKSSD4jWYHZj_1ohJ-zyXipFKJZqzbGORkD70zciTVHC1QufVAXwgsgpOfacPSljUNJ48Mm5VF8Qc0f2wGDNJheb8Z42njQJmYXM00LOTjHlzZmaUA23KC)

There are five land rarities in HappyLand, players have to use HPL to buy land

| Rarity         | Common | Rare  | Epic   | Legendary | Mythical |
| -------------- | ------ | ----- | ------ | --------- | -------- |
| Yield increase | 0%     | 1-10% | 11-20% | 21-30%    | 31-40%   |


---

# 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.happyland.finance/gameplay/start-game.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.
