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

# Challenges

## These are the critical issues being faced in the traditional real estate investment landscape:

1. **High Entry Barriers:** Real estate investment typically requires substantial capital, making it inaccessible to a large portion of the population. This limitation restricts investment opportunities to a relatively affluent segment, leaving a significant potential investor base untapped.
2. **Illiquidity of Assets:** Real estate is often characterized as an illiquid asset. The time-consuming and complex process of buying and selling properties makes it difficult for investors to quickly liquidate or shift their investments in response to market changes.
3. **Lack of Transparency and Efficiency:** Traditional real estate transactions can be fraught with opacity due to multiple intermediaries, leading to inefficiencies and increased transaction costs. This lack of transparency can result in trust issues and potential disputes among stakeholders.
4. **Geographical Limitations:** Conventional real estate investment is often confined by geographical boundaries, which limit investment choices and expose investors to localized market risks.

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

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


---

# 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.chaincrib.com/challenges.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.
