# Lands

Lands are stakeable NFTs that generate ZBF. There are 4 types of Lands:

1. Land: regular land that generates 5 ZBF/hour when staked.
2. Home: upgraded Land that generates 6 ZBF/hour when staked.
3. Farm: upgraded Home that generates 7 ZBF/hour when staked.
4. Lake: upgraded Farm that generates 8 ZBF/hour when staked

Players can stake as many lands as they have.

Owning a Home, a Farm or a Lake unlocks the Harvesting task.

Owning a Lake unlocks the fishing task.

Lands are also required to have Pets, as described in the next chapter.


---

# 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://zombecoin.gitbook.io/zombiecoin-whitepaper/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.
