> For the complete documentation index, see [llms.txt](https://guides.upland.me/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.upland.me/getting-started/earn/property.md).

# Property

Upland is one of the most dynamic virtual city builders, and it all starts with acquiring properties.

Players use properties to:

* Earn passive UPX through property yields
* Complete property Collections
* Gain a foothold in key locations

Here's a brief introduction to the different types of properties. Visit the Cities and Properties section of the guide for more information on buying and selling properties as well as property Collections.

#### Property Color Coding <a href="#property-color-coding" id="property-color-coding"></a>

* **Bright Green Property:** Unlocked properties that are currently unminted. By minting it, you'd become the property's very first owner.
* **FSA Property:** Fair Start Act, or FSA, properties are reserved for newer players, and are generally less expensive than non-FSA properties. We highly recommend new players (Visitors and Uplanders) to buy FSA.
* **Dark Green Property:** These are owned, minted properties that are currently listed on the secondary market for other Uplanders to purchase.
* **Blue Property:** These are owned, minted properties that are owned by other players and ***not*** currently listed on the secondary market.
* **Dark Blue Property:** These are minted properties that you currently own.‍
* **Gray Property:** These are locked, unminted properties (never minted on the blockchain) that have not been opened for minting yet.


---

# 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://guides.upland.me/getting-started/earn/property.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.
