# Introduction

Candy Shop's JavaScript library allows you to create an NFT marketplace on Solana in minutes.

Drawing inspiration from Project Serum’s mission to accelerate Solana’s on-chain trading infrastructure, Candy Shop aspires to do the same for Solana NFT marketplaces.

Candy Shop provides an easy to integrate marketplace protocol & toolset with a full suite of data endpoints and command APIs to help users deliver a simplistic, seamless and efficient NFT marketplace experience.

#### Links

* [Github Repo](https://github.com/LIQNFT/candy-shop/)
* [Website](https://www.candyshop.space/)
* [Demo](https://master.d22tqykss69onq.amplifyapp.com/)
* [Starter Repo](https://github.com/LIQNFT/candy-shop-storefront)
* [Support](https://discord.com/invite/PYZWRHgVwM)

![](https://3915617876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQ6KIfS2ZHDvCU8pcauy%2Fuploads%2FCVNQbToBWYeVEuRjoExh%2F160229442-30f59d07-cd33-4b7d-8798-424013731f47.png?alt=media\&token=88af2e1b-75c3-474f-9c4d-f70e8a52f661)

### **Why Candy Shop?**

* **Open Source.** Built by developers for developers.&#x20;
* **Decentralized.** Support the decentralized movement. NFT transactions are on-chain and powered by Metaplex auction house program.
* **Easy to Integrate**. Create a fully functional marketplace in minutes.
* **Serverless.** No need to maintain your own backend to have a performant marketplace
* **Seamless User Experience**. Provide a simple and user friendly experience for browsing, buying and selling NFTs.
* **Lower Fees for Buyers**. Users save on fees when they transact on your marketplace.
* **Get a Share of Fees.** Earn 20% of the 1% transaction fee.
* **More Visibility**. Your NFT listings will be showcased on LIQNFT.com, giving your project better visibility while still retaining control and ownership of your own marketplace.

### **Key Features**

* Basic SOL marketplace
* Custom SPL token marketplace
* Multi-currency marketplace (e.g. SOL + SPL token)
* Multi-collection marketplace&#x20;
* Fully customized marketplace
* Auctions
* Verified NFT collections
* Credit card payments

Please submit a [Github Issue](https://github.com/LIQNFT/candy-shop/issues) for bugs and feature requests.


---

# 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://liqnft.gitbook.io/docs/sdk-for-developers/introduction.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.
