> For the complete documentation index, see [llms.txt](https://docs.cryptocraftgame.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptocraftgame.com/genesis-land/gameplay/land-ownership.md).

# Land Ownership

The CryptoCraft map is 300x300 chunks. Each of the 90,000 chunks (excluding Spawn City) is able to be claimed and used by players.&#x20;

### Definitions

**Chunk** =  A procedurally generated 16 x 16 segment of the world that extends all the way down to the bedrock up to a height of 320 blocks.

**Land** = One of more chunks owned by a player. Owners can manage the permissions on their Land like giving their friends permission to build. Land can be sold or rented.&#x20;

**Area** = A section of a Land defined by the owner. Land owners can create up to 30 areas per Land. Each area can have separate permissions. Each area can be rented out separately. <br>

### Land Actions

1. **Claim**
2. **Buy & Sell**
3. **Rent**


---

# 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:

```
GET https://docs.cryptocraftgame.com/genesis-land/gameplay/land-ownership.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.
