> For the complete documentation index, see [llms.txt](https://docs.cityversetycoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cityversetycoon.com/cityverse-mode/in-game-assets/buildings.md).

# Buildings

In CityVerse Tycoon, Buildings are the key to upward mobility. If you want to maximize your earnings and progress toward becoming an Owner (and eventually a Landlord), sooner or later you’ll need to upgrade and purchase a building or two…or twelve.

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

### Buildings Upgrade and Piggy Multipliers

In CityVerse Tycoon, buildings aren’t just structures—they’re opportunities to expand your influence and increase your earnings. Upgrading your buildings is a strategic activity that not only enhances the building's value but also boosts your rewards through a unique feature called Piggy Multipliers.

### How Upgrades Work

**Upgrades**: Each time you upgrade a part of your building, you earn upgrade points and add Tycoon Coins to your Piggy. These points contribute to increasing both the building's rank and your player level.

**Piggy Multipliers**: Some buildings are equipped with Piggy Multipliers. These multipliers enhance the Tycoon Coins you add to your Piggy (Bank) each time you perform an upgrade. As you increase your building's rank, the multiplier may also increase, amplifying your rewards even further.

### Benefits of Upgrading Buildings

**Increased Multipliers**: Ranking up your building can enhance the Piggy Multiplier, which results in more Tycoon Coins for every subsequent upgrade.

**Additional Benefits and Rewards**: As your building’s rank increases, you unlock new benefits and rewards. These can include aesthetic enhancements, increased functionality, or special abilities that improve your gameplay experience.


---

# 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://docs.cityversetycoon.com/cityverse-mode/in-game-assets/buildings.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.
