> For the complete documentation index, see [llms.txt](https://propichain.gitbook.io/propichain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://propichain.gitbook.io/propichain/the-discovery-of-loophole/centralized-control.md).

# Centralized Control

Centralized systems dominate traditional real estate transactions by involving banks, government registries, and large real estate firms to manage and authenticate deals. In the U.S. alone, nearly 87% of homebuyers use a real estate agent or broker, showing the heavy reliance on intermediaries in the process.

These entities exert significant control over transactions, often adding layers of bureaucracy and driving up costs. Here are a few examples of major centralized controllers in the real estate industry:

🏘️ **Zillow Group**: As one of the largest real estate marketplaces, Zillow has been criticized for its influence over property listings and market data. By controlling access to a vast amount of real estate information, Zillow can influence market trends and consumer decisions, giving it significant power in the industry.

🏘️ **National Association of Realtors (NAR)**: The NAR is a powerful trade organization that represents real estate agents and brokers in the U.S. It has been accused of anti-competitive practices, particularly in maintaining the traditional commission structure. The NAR’s policies can make it difficult for alternative business models to gain traction, reinforcing the dominance of established agents and brokers.

> According to a study by [Deloitte](https://www2.deloitte.com/content/dam/insights/articles/us176319_cfs_fsi-outlook-commercial-real-estate/DI_2024-commercial-real-estate-outlook.pdf), nearly 30% of real estate professionals see the lack of transparency in property data as a critical issue. This controlled access to information creates barriers for buyers and sellers, who must depend on intermediaries to obtain essential data, ultimately making the process less efficient and more costly 🚨


---

# 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://propichain.gitbook.io/propichain/the-discovery-of-loophole/centralized-control.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.
