# Features & Services

### **Admin Panel**

Admin Panel is the control dashboard for your Candy Shop, you can view key stats such as how much operating balance you have in your shop as well as any transaction fee revenue generated as well as auctions and collection filter setup. In additional, you can also use the admin panel to create new auctions, new edition drops or mint NFTs directly. This is where it all comes together!

### **Marketplace**

An easy to navigate and full function storefront marketplace. With our easy to integrate SDK, you can customize and flare up your own marketplace to fit your project and community. Each Candy Shop comes with ready to use and modularized components such as filters, data widgets and activity tracking to allow you to bring the most to your user's buy/sell experience.&#x20;

<figure><img src="/files/j800H2cHYfZe2qOubXfT" alt=""><figcaption></figcaption></figure>

### **Mint NFT**

Mint NFT allows you to create a brand new NFT directly from your Candy Shop. You can create an NFT That is a single master copy or one that can be used to create additional limited edition copies via the "Edition Drops" feature later (simply select Edition Enabled). Newly created NFT will appear in the wallet connected to the Candy Shop.&#x20;

<figure><img src="/files/ySr9Fn5sc4DsEjFqwZG8" alt=""><figcaption></figcaption></figure>

### **Auction**

Auction allows you to sell an NFT to the highest bidder during a preset auction time window. You can create an auction for your marketplace by simply navigating to Auction from your Admin Panel and click on Create Auction.&#x20;

<figure><img src="/files/EuJb9dCDNKeqx55IKtWN" alt=""><figcaption></figcaption></figure>

### **Edition Drops**

Edition Drop allows you to create limited edition copies of your NFT and sell the copies to your users. Each additional edition minted will have a unique edition number assigned, however the NFT art will be the same as the original master copy. Edition Drop is a great way to create limited edition collectibles for your community, for a live example can visit <https://boombox.market/>. &#x20;

You can create the Master NFT using the Candy Shop Mint NFT feature and enabling the "Edition" tick box.&#x20;

Read more about Edition NFT here: [Master Edition NFT](https://docs.metaplex.com/guides/archived/architecture/deep_dive/overview#master-edition)

<figure><img src="/files/jWi5szNBe6rznDDPdRKi" alt=""><figcaption></figcaption></figure>

### **Flexible Token Settlement**

Candy Shop is compatible with all custom SPL tokens, allowing community shops to be able to transact using their own local SPL currencies. As we expand into the Ethereum and Polygon space, we will also support all custom ERC20 tokens as well to make our shop accessible to all types of projects.&#x20;


---

# 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/candy-shop/features-and-services.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.
