# Lands

### **Overview**

Pixotchi Lands expands the core plant-growing experience into a full onchain village simulation.\
Each Land is an NFT with its own coordinates and upgradeable infrastructure. Lands produce resources, generate progression, and introduce a long-term strategic layer to the ecosystem.

All Land data — ownership, building levels, coordinates, production — is stored onchain on Base.

***

### **Access**

Lands are accessible through:

* **Pixotchi App / Mini App**
* **Web App** at: `app.pixotchi.tech`

A Land NFT is required to participate but optional in terms of Plants journey.\
Some players received Lands via airdrop during earlier phases; others may mint depending on availability and current minting stage.

***

### **Supply**

* **Total Land Supply:** 20,000 NFTs
* Each Land features a unique **(x, y)** coordinate on a shared world map
* All Land properties are fully onchain and transferable

***

### **Land Structure**

Each Land consists of two functional zones:

#### **1. Resources View**

Buildings focused on automated production:

* **Soil Factory** — produces Plant Points (PTS)
* **Solar Farm** — produces Plant Points (PTS)
* **Bee Farm** — produces Time-of-Death (TOD) extensions

All three buildings:

* Start at Level 0
* Can be upgraded up to Level 3 (Solar Farm supports Level 4)
* Generate resources daily, based on level

#### **2. Village View**

Buildings supporting utility and progression:

* **Farmer House**
  * Unlocks quests and onchain task rewards
  * Upgradable to Level 3
* **Marketplace**
  * Allows SEED ⇄ LEAF swapping
  * Fixed at Level 1
* **Warehouse**
  * Stores resources (PTS, TOD, Rocks, etc.)
  * Pre-built at Level 1 (not upgradable)
* **Stakehouse**
  * Interface for staking SEED to earn LEAF
  * Pre-built at Level 1 (not upgradable)

***

### **Map System**

Every Land is assigned a permanent onchain coordinate.\
The world map is divided into four quadrants:

* (+,+)
* (+,−)
* (−,+)
* (−,−)

The center point (0,0) marks the origin of the map.

Within the Lands interface, players can:

* View their own position
* Explore neighbors
* Browse surrounding plots


---

# 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://doc.pixotchi.tech/game-mechanics/lands.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.
