> For the complete documentation index, see [llms.txt](https://altava-land.gitbook.io/altava-land-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://altava-land.gitbook.io/altava-land-eng/land-function/farming/ingredients-farming.md).

# Ingredients Farming

<figure><img src="/files/tSGur3XI48DDJiKXlBAO" alt=""><figcaption></figcaption></figure>

On the land, you can install material production buildings to mine materials (Toolkit, Natural Fiber, Synthetic Fiber, and Sub-materials), and the number of buildings you can install depends on the land type. Material farming is an essential process in Altava Land's core economic system for creating fashion item NFTs.

Building Upgrades:

* Buildings can be upgraded using [$PTAVA](/altava-land-eng/land-ecosystem/tava-ecosystem/usdptava.md).
* Farming buildings can be leveled up through upgrades, increasing the production rate of materials per minute and the maximum amount of $FLT that can be charged in a single building, thereby enhancing the material production efficiency.
* Buildings can be upgraded up to a maximum level of 25.
* Upgrades generally take some time, but you can use the booster function to shorten the upgrade time and complete the upgrade immediately.

***

{% embed url="<https://youtu.be/F0bLybkYLUA>" %}

#### Building Types

<table><thead><tr><th width="214.5">Type</th><th width="320">Characteristic</th><th>Level</th></tr></thead><tbody><tr><td>Toolkit factory<br>(Production of basic tools required for fashion item creation)</td><td>Toolkit</td><td>1~25</td></tr><tr><td>Natural fiber factory<br>(Production of natural fabric)</td><td>Cotton</td><td>1~25</td></tr><tr><td></td><td>Denim</td><td>1~25</td></tr><tr><td></td><td>Silk</td><td>1~25</td></tr><tr><td></td><td>Wool</td><td>1~25</td></tr><tr><td>Synthetic fiber factory<br>(Production of synthetic materials)</td><td>Polyester / Outdoor fabric</td><td>1~25</td></tr><tr><td></td><td>Leather</td><td>1~25</td></tr><tr><td></td><td>Chiffon / Mesh</td><td>1~25</td></tr><tr><td>Supplies factory<br>(Production of sub-materials)</td><td>Rubber</td><td>1~25</td></tr><tr><td></td><td>Metal</td><td>1~25</td></tr><tr><td></td><td>Raffia</td><td>1~25</td></tr><tr><td></td><td>Feather</td><td>1~25</td></tr><tr><td></td><td>Gemstone</td><td>1~25</td></tr></tbody></table>

**LP Token Charging**

* Farming buildings operate by consuming $FLT to produce materials. When the charged $FLT is depleted, material production will be halted. Therefore, you need to manually recharge $FLT to the farming buildings whenever it is depleted.

**Number of Buildings Installable by Land Type**

* The number of buildings that can be installed varies depending on the land size.

<table><thead><tr><th width="304.5" align="center">Land type</th><th align="center">The number of buildings can be installed</th></tr></thead><tbody><tr><td align="center">1x1</td><td align="center">4</td></tr><tr><td align="center">1x2</td><td align="center">8</td></tr><tr><td align="center">1x3</td><td align="center">12</td></tr><tr><td align="center">2x2</td><td align="center">16</td></tr><tr><td align="center">2x3</td><td align="center">24</td></tr><tr><td align="center">4x4</td><td align="center">64</td></tr><tr><td align="center">8x8</td><td align="center">256</td></tr></tbody></table>


---

# 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://altava-land.gitbook.io/altava-land-eng/land-function/farming/ingredients-farming.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.
