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

# Land NFT

![](/files/xQpawNnzpyScOJHQUMEE) ![](/files/JUoUmKCrc2Zncivi8LSG) ![](/files/Q2kJR4ZlVJ7imhOqa4I7)

After the player buys NFT land, he will own a piece of 8\*8 grid-sized land at a coordinated position in the game. On this land, the player can improve the development of the land through some specified gameplay, such as:

1. Any player on the land collects 50k resource fields to obtain development points.
2. The upgrade, training, and construction of the fort on the land consumes 50k of any resources to obtain development points.
3. Buying gold coins in the fort on this land will get development points and will get 1/8 development points of the adjacent land.

The better the development of the land, the more resources will be produced. In addition, the stable income of XTAL will be obtained constantly.

Development: Players will have their own fort when they enter the game. They need to keep upgrading, building and collecting monsters to improve the strength of the fort. The more resources they need for development, the faster they grow. Players can attack each other for resources. if their strength is limited, they can join a reliable alliance to seek shelter and development.


---

# 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, and the optional `goal` query parameter:

```
GET https://shatteredlegion.gitbook.io/en/nft/land-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
