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

# Building NFTs

<figure><img src="/files/MNWAFqxRM9OdZQZlXwVN" alt=""><figcaption><p>Common Building</p></figcaption></figure>

#### The building is a newly added utility to the ecosystem. The building has level and grade, which can interact with land and users according to each option.

1. A building owner can ‘Locate(=Stake)’ a building to the land by contract with the landlord. By Locating, a building owner can produce Lay 007.
2. The building’s tier is not decided with different possibilities in the reveal, so every building is revealed in common 1LV. Therefore, you need to raise the level or tier to produce more Lay 007, thereby creating a burning system.
3. Building system has a concept of Construction(= a kind of breeding), and it works as a supplier of building needs. It takes one LV1 building to upgrade the building’s grade. By demand (Evolving=Tier up) and supply(Construction), the number of the building will try to be stable, and token burning will occur persistently.
4. We adopted the ‘Time Factor’ to the building system to support those basic concepts. We can maintain the balance between supply & demand for a while, but in the end, it will break down. Therefore, the Construction period is adjusted by the dynamic time change. As the building number exceeds the reference point, the Construction period will be longer. If the number goes down, then the Construction period gets shorter.


---

# 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://orbcity.gitbook.io/orbcity/economy/nfts/building-nfts.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.
