> For the complete documentation index, see [llms.txt](https://sherlockhomes.gitbook.io/sherlockhomes-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sherlockhomes.gitbook.io/sherlockhomes-whitepaper/products/sherlock-homes-marketplace-overview.md).

# Sherlock Homes Marketplace Overview

The Sherlock Homes Marketplace is targeted to be an open-source NFT marketplace for users to browse, buy, sell, or create their own NFT. The meta-data of NFT on Sherlock Homes sticks to the BSC standard. The ERC721 standard NFT can be seamlessly deposited on Sherlock Homes, or in reverse.

The above diagram shows the framework of Nft Marketplace and Sherlock Homes. All the buy/sell offers, meta-data of NFT/Collection, medium resources, and account profiles are stored in the backend of the NFT marketplace, only the contendHash, ownership, creatorTreasuryRate, and a few other fields are recorded on Sherlock Homes. To encourage price discovery, anyone can place a buy/sell offer in the marketplace without paying any fees since the offer is cached in the backend instead of being sent to Sherlock Homes. Once the offer is matched, an AtomicMatch transaction that consists of a buy and sell offer will be sent to Sherlock Homes to make the trade happen. Users can also cancel an offer manually by sending a cancel offer transaction to disable the backend-cached offer.

<br>


---

# 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://sherlockhomes.gitbook.io/sherlockhomes-whitepaper/products/sherlock-homes-marketplace-overview.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.
