> 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/tokens/gpsy/token-valuation.md).

# Token Valuation

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

REITs determine the value of their properties through a combination of market data, professional appraisals, and accepted appraisal methods. Appraisals consider the property's physical characteristics, location, and economic conditions. REITs hire appraisers to conduct appraisals and consider factors such as property size, age, condition, and local real estate market supply and demand. The appraisal, along with market data, is used to estimate the net asset value (NAV) of the property and is included in the REIT's portfolio valuation.

Gypsy will, at minimum, once a year has a property appraised to ensure an accurate depiction of the fair market value of the token backing.

### Backing Price

The backing price is the estimated value per token. Each token is backed by the Gypsy Treasury, which holds real estate and fiat.&#x20;

The backing price is determined by first getting the NAV or net asset value of the Gypsy Treasury. This is the sum of all the assets held. To do this, we sum up all of the most recent home appraisal prices and add them to the number of stablecoins held.

$$
NAV=\sum\_{}^{}HomeAppraisals + TreasuryStablecoins
$$

After the NAV is determined we need to divide it by the current supply of Gypsy. This gets the assets held per token.&#x20;

$$
GypsyBackingPrice = \frac{NAV}{GypsySupply}
$$

## Real-time token valuation

Gypsy has partnered with Parcl labs to bring on-chain real-time token valuation. The Parcl Price Feeds and the Parcl Protocol will provide real-time, representative, and comprehensive residential real estate pricing and enable a liquid market for real estate exposure.

The Parcl price feed provides an oracle that enables these price feeds to be used in smart contracts and Defi protocols. It is essential to have an on-chain price for a token to be used as collateral in Defi borrowing protocols to maintain the integrity of the stablecoin that is borrowed.

### Calculating NAV with Parcl Price Feed

$$
RealTimeNavEstimate=\sum\_{n}^{n=TotalHomes}PPF(Homes\_{n}) + TreasuryStablecoins
$$

$$
GypsyEstimatePrice = \frac{RealTimeNavEstimate}{GypsySupply}
$$

## Gypsy's Hybrid Approach

Gypsy will initially start off the protocol using standard NAV evaluation by using human appraisers with a plan to switch to real-time price evaluation as the PPF is ready. As for now, Gypsy will distinguish these two different price estimates as the **fair value** and **estimated value**.&#x20;

**The fair value:** is the price per token as estimated by the appraisers&#x20;

**the estimated value:** will be a real-time token valuation as determined by the Parcl price feed.&#x20;

This hybrid approach is selected to allow investors to see an estimated, real-time estimate for their token backing while still ensuring the backing is representative of appraisal pricing.<br>


---

# 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/tokens/gpsy/token-valuation.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.
