> For the complete documentation index, see [llms.txt](https://docs.blocksquare.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocksquare.io/infrastructure/tokenization-protocol/asset-valuation.md).

# Asset valuation

### Property valuation vs. Token valuation

A property’s valuation is traditionally created by qualified valuers, for instance, RICS ([rics.org](http://rics.org/)) is the most recognized international organization of valuers. On the other hand, big data and AI, has opened the world of “instant valuation” based on available market data. Additionally, companies like RCAnalytics ([rcanalytics.com](http://rcanalytics.com/)) offer access to accurate property valuation data by partnering with large corporations and investors.

Assessment of a property valuation is therefore well established and can be relied upon, although many professionals and RICS members will also tell you that there are cases where valuations made by different valuers with the same tools and qualifications might differ by as much as 10-20%. That being said, banking institutions usually update valuations of their portfolios (properties they have taken as collateral for debt issuance) on a yearly basis, depending on the regional standards of course.

A tokenized property’s valuation, on the other hand, is much more dynamic and can’t solely rely on the basis of a rather static traditional valuation model. For this reason, Blocksquare has developed a valuation model for properties based on the share of the tokenized portion in a property’s capital stack. For example, a property where 10,000 tokens have been issued, the token’s secondary market activity will have a lower impact on valuation, then for a property where 70,000 tokens have been issued.

### Real world assets value and liquidation events

Defining a safe model to properly value tokenized real estate is important for mitigating risks associated with possibilities of manipulating prices on secondary markets.

With real estate assets, relying solely on token pricing might prove to be challenging as the amount of data sources is very limited and perhaps even insufficient to establish a reliable pricing point. It can therefore be dangerous as a RWA token price could easily be manipulated.

Blocksquare’s protocol mitigates the previously mentioned challenge. Real estate properties hold their real world valuation within the PropToken smart contract itself.\
\ <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:

```
GET https://docs.blocksquare.io/infrastructure/tokenization-protocol/asset-valuation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
