# Fertilizing

Fertility is an upgradable feature of FarmLand NFTs, allowing players to permanently increase their LP Farm reward multiplier by burning $FERT. Fertility upgrades are written to the metadata of the FarmLand NFT and are featured on FarmLand available in the marketplace.

<figure><img src="/files/c2vKRle95uBjWx571KDI" alt=""><figcaption><p>Increasing the fertility multiplier costs $FERT and increases LP Farm reward rates.</p></figcaption></figure>

By default, all FarmLand (and players farming without a FarmLand) have a 4x multiplier that applies to their reward rate. Burning $FERT increases this multiplier in steps of 0.25x, up to a maximum fertility multiplier of 16x.

Fertility mechanics are explored in detail in the sections [$FERT Burning](/tokens/fert/fert-burning.md) and [LP Farm](/nfts/farmland-nft/lp-farm.md).


---

# 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://docs.chikn.farm/gaming/farming/fertilizing.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.
