> For the complete documentation index, see [llms.txt](https://vulcano.gitbook.io/vulcano-whitepaper-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vulcano.gitbook.io/vulcano-whitepaper-en/gameplay/nft-s/lands.md).

# Lands

Characters will need a land to refuel their energy to be able to fight the next day. At the start of the game, each player will be given a free land (no NFT) on which only 3 of the player's characters can rest. If the player wishes to have more than 3 characters, at least one additional land must be purchased.

{% hint style="info" %}
The player may have more than 3 characters, with a single land, but may only rest up to 3 of them. The remainder may be hoarded and/or traded but may not be used in combat, as a land (not NFT) only allows a maximum of 3 characters to rest on it.
{% endhint %}

Land will be divided in 4 groups according to their rarity, which is determined by their utility:

* Common: players can rest up to three characters.&#x20;
* Rare: players can rest up to six characters.
* Legendary: players can rest up to twelve characters.&#x20;
* Mythic: players can rest up to twenty four characters.

  &#x20;

{% hint style="info" %}
Lands with a greater rarity will grant access to tournaments. Also, unused land-spaces, could be capitalized in the future.&#x20;
{% endhint %}

![](/files/FAKwyC3snweXJTJP5TCs)


---

# 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://vulcano.gitbook.io/vulcano-whitepaper-en/gameplay/nft-s/lands.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.
