# Robin of the Forest Marketplace Overview

The Robin Of The Forest 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 Robin Of The Forest sticks to the BSC standard. The ERC721 standard NFT can be seamlessly deposited on Robin Of The Forest, or in reverse.

The above diagram shows the framework of Nft Marketplace and Robin Of The Forest. 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 Robin Of The Forest. 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 Robin Of The Forest. Once the offer is matched, an AtomicMatch transaction that consists of a buy and sell offer will be sent to Robin Of The Forest to make the trade happen. Users can also cancel an offer manually by sending a cancel offer transaction to disable the backend-cached offer.


---

# Agent Instructions: 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://robinhoodtoken.gitbook.io/robinhood-token-whitepaper/products/robin-of-the-forest-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.
