> For the complete documentation index, see [llms.txt](https://docs.gypsytoken.org/tokenomics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gypsytoken.org/tokenomics/nft-titles.md).

# NFT Titles

When Gypsy purchases new homes it mints an NFT with the Home's data and pictures of the home. This is done by minting a new item to an NFT collection which then represents every home Gypsy owns.

### Utility

The NFT titles contract has additional functionality on top of the ER721 NFT standard. The contract is able to set the rent price of the property, pay rent to the owner of the individual who owns the nft, set appraisal prices of the home, and set if a property is currently occupied and when that occupancy ends. These functions allow the REIT contract to calculate the accounting of its operation such as NAV, expected monthly rent, and occupancy rate. The NFT title contract also acts as a backend to booking Gypsy homes.

### Purchasing NFT Title

<figure><img src="/files/40226ObGz5ADldZpgRbE" alt=""><figcaption></figcaption></figure>

{% embed url="<https://testnets.opensea.io/collection/gypsy-porfolio-testnet-v1>" %}

Gypsy will create an NFT collection and have it viewable on Opensea. This collection will display all the homes and allow anyone to make an offer to purchase the home. If Gypsy sees a buyer it wants to sell to, and that buyer has their wallet linked to a Gypsy account then Gypsy will allow for the NFT to be sold to the buyer.\
\
When Gypsy sells a property through opensea the buyer could either\
\
1\) keep their property managed by Gypsy and instead earn the rental income entirely and own the rights to the property. \
2\) The user could request to have the LLC that owns the property transferred over to them. If this happens, Gypsy burns the equivalent GPSY and burns the NFT title.

### Effects of buying/selling properties

#### Buying properties

When Gypsy reaches its funding goal it will take out USDG from the REIT contract and convert it to fiat to purchase a property. This will increase the backing ratio of real estate and increase the monthly rental income of the protocol.

#### Selling properties

When Gypsy decides to sell a property it has two options. It can sell on-chain or off-chain. Gypsy aims to always sell homes on-chain to provide maximum transparency to all investors but may need to occasionally sell properties off-chain. If this happens, Gypsy will deposit the proceeds into USDG and transfer it to the Treasury where it can be sent as dividends to LGPSY holders.

If Gypsy sells the home on-chain the USDG will automatically be deposited to the Treasury and sent to all LGPSY holders.


---

# 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.gypsytoken.org/tokenomics/nft-titles.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.
