# Landowner Game Loop

### Mining Plots

The Mines of Dalarnia Universe consists of three planets. Each planet is split into a 40 x 40 grid with every square containing a mining plot. The ownership, upkeep, and rental of these plots are a central pillar of the game’s economy.

Plots contain resources which are valuable for miners and owners alike, and necessary to progress in Mines of Dalarnia. Before mining a specific plot, players need to pay a “Rent Fee”, in $DAR to the owner of the mine.

The following image shows the full map of Terra Simia. This planet belongs to the planet type Terra. Future planets will feature different types.

<figure><img src="https://lh7-us.googleusercontent.com/3KY4Btla-a0dq8SaLtXB-I6lyY7OlF3-61DUErBv-naz27EMaeABQ5znR2zUkNb6YI3LHnY4qXCydW0bpfwn6qJZr87JXcXXo-J_zQ93LFlzAoe7QE2SGSG5Ao6sPNdbJad6qTbc3lDq5iHnh1DUsmM" alt=""><figcaption></figcaption></figure>


---

# 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://dar-open-network.gitbook.io/mines-of-dalarnia-litepaper/landowner-game-loop.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.
