> For the complete documentation index, see [llms.txt](https://bibliotheca.gitbook.io/lootverse-master-scroll/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bibliotheca.gitbook.io/lootverse-master-scroll/the-realms/overview.md).

# Overview

## Realms: The Land Owners & Lords

Realms are the landowners of this world; they are the primary productive asset that keeps injecting liquidity into this ever-expanding Lootverse. They go to war, form allegiances (and break them) over these resources through an on-chain raiding and pillaging game called ‘Settling’. Each Realm contains a combination of the 22 different resources discovered thus far in the Lootverse, and has a varying amount of the traits; Regions, Cities, Rivers & Harbors. There are 50 mythical Wonders spread throughout the realms, such as *The Pantheon of Chaos, The Cerulean Reliquary & The Altar of Divine Will*.

{% embed url="<https://www.youtube.com/watch?v=hLBFu7ykuII>" %}

### Settling - MMOCCG

Settling is an open-source MMOCCG (Massively Multiplayer On-Chain Composable Game) of economics and Chivalry built on top of ZK STARKS. The goal of the game is to build up your Realm, form alliances, and harvest resources. If you do not maintain and defend your realm, you will be raided and a proportion of your resources stolen.

The conflicts commence once your realm is ‘Settled’ within the game contract, terraforming it into a productive asset generating Lords and Resources. These generated fungible tokens can be used to build up your Realm or summon armies to defeat your foes.

{% hint style="danger" %}
*<mark style="color:red;">All statistics in this document are alpha statistics and are subject to change as the game is balanced via alpha and beta deployments.</mark>*
{% endhint %}


---

# 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://bibliotheca.gitbook.io/lootverse-master-scroll/the-realms/overview.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.
