> For the complete documentation index, see [llms.txt](https://plano.gitbook.io/plano-core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plano.gitbook.io/plano-core/marketplace/blockchain-listing-service.md).

# Blockchain Listing Service

The Blockchain Listing Service is a distributed service where listings of for-sale real estate assets are stored on the blockchain so as to create an open source data set of listing data. This data is collected so as to be resource that may be consumed by other dApps provided by Plano and others.

### Access <a href="#f632t5g9s0g1" id="f632t5g9s0g1"></a>

The listing service does not store or maintain any actual listing data. Instead, the service provides a specific design pattern to which new and existing providers of data can adapt. This service pattern is similar to that used by other distributed applications within the Web3.0 space such as the Ethereum Name Service (ENS).

Use of this pattern by Plano and other providers will break the current monopolies on data that existing MLS providers have.

### &#x20;<a href="#uz8wi0wi6uwc" id="uz8wi0wi6uwc"></a>


---

# 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://plano.gitbook.io/plano-core/marketplace/blockchain-listing-service.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.
