# FAQ

**How long does it take to setup my shop?**

30-60 minutes by following the instructions in these docs. Setting up a shop is a 100% self-service process for a developer. The quickest way to get started is using this [repo](https://github.com/LIQNFT/candy-machine-v2-with-marketplace).&#x20;

**What are the fees?**

No setup fees. 1% transaction fee, 20% to the project, 80% to LIQNFT.

#### **Can I launch an SPL token denominated marketplace?**

Yes.

#### **Can I see some sample shops?**

* [Boombox Market by Famouns Fox Federation ](https://boombox.market/marketplace)(uses `@liqnft/candy-shop-sdk`)
* [Solice](https://market.solice.io/)
* [RetroTrades](https://shop.retrotrades.com/)
* [World of Solana](https://shop.worldofsolana.io/)
* [SolanaLand](https://www.liqnft.com/solanaland/5) (uses `@liqnft/candy-shop-sdk`)
* [LIQNFT](https://www.liqnft.com/explore)

**I setup my shop with the `candy-machine-v2-with-marketplace` repo but get on-chain errors when I try to sell an NFT**

Common reasons:

* Shop is incorrectly configured
* You need to top-up syrup in your shop in [My Shop](https://candyshop.space)

**I'm using the `candy-machine-v2-with-marketplace` repo. Do I need to specify Candy Machine ID?**

Candy Machine V2 is not required for Candy Shop to run. You can comment out that part of the code.

**Can I bulk list NFTs?**

Yes, you can use the [Candy Shop CLI](https://github.com/LIQNFT/candy-shop/tree/master/core/cli) to bulk sell, buy and cancel NFT listings


---

# 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/solana/faq.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.
