> 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/faq/tokenization-protocol/asset-valuation.md).

# Asset valuation

<details>

<summary>How is valuation stored within the property token smart contract?</summary>

Within each property token contract, 2 values are possibly stored:

1. property valuation, and
2. token valuation.

#### Example

A property is valued at 1M USD and 50% has been tokenized and sold to investors for 10$ per token in a primary offering.

After the offering is completed, the 50,000 BSPT tokens are held across 100 token holder accounts. After some time, holders of these tokens can start trading them on the secondary market where they can resell these tokens for their desired price.

If one token sells for 11$, one could assume the valuation should now be 1.1M USD, however, it does not mean that every one of the 50,000 issued tokens would actually sell for the price of 11$, right?

This means that the "token value" not necessarily correlates with the "property value", but we can use price points together with trade volumes and capital stack structure to generate an overall valuation that takes into consideration both the traditional "property valuation" as well as the more volatile and less understood "token valuation", creating a live price feed for the tokenized property.

</details>


---

# 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.blocksquare.io/faq/tokenization-protocol/asset-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.
