> For the complete documentation index, see [llms.txt](https://docs.definder.global/df-platform-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definder.global/df-platform-white-paper/operations/roadmap/definder-real-estate/real-estate-valuation.md).

# Real Estate Valuation

Identifying the value of a real estate asset on the Definder platform involves a multi-faceted approach that combines various valuation methods to ensure accuracy and reliability. This process is designed to accurately reflect the asset's market value, ensuring investors have a clear understanding of their investment's worth.&#x20;

### **Weighted Average of Combined Asset Value**

To ensure a balanced and comprehensive valuation, we employ a weighted average approach, combining the values derived from DCF analysis, comparable asset valuation, and construction cost valuation. This method allows us to consider various perspectives and market factors, ensuring a well-rounded valuation of the real estate asset.

**Example:** If DCF analysis values a property at $1.2 million, comparable asset valuation at $1.1 million, and construction cost valuation at $1.2 million, a weighted average might lean more towards the DCF and construction cost valuations, given their relevance to the property's income potential and actual construction costs, respectively.

* Offers a more rounded view by considering multiple valuation angles.
* &#x20;Weighting can be adjusted based on the relevance and reliability of each method for the particular property.
* To be effective, it necessitates detailed calculations and adjustments across all methods.

At Definder, valuation process is meticulously designed to provide a transparent, accurate, and comprehensive assessment of each real estate asset's value. By combining various valuation methods and incorporating an independent review, we ensure that the prices identified reflect the true market value of the assets. This rigorous approach allows us to maintain the highest standards of integrity and reliability, offering our community members confidence in the valuation and potential returns of their investments.


---

# 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.definder.global/df-platform-white-paper/operations/roadmap/definder-real-estate/real-estate-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.
