# Dracula Marketplace Overview

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

The above diagram shows the framework of Nft Marketplace and Dracula. 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 Dracula. 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 Dracula. Once the offer is matched, an AtomicMatch transaction that consists of a buy and sell offer will be sent to Dracula 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: 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://dracula-1.gitbook.io/dracula-whitepaper/product/dracula-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.
