# Trait Shop

Our trait shop/editor can function is many ways. For the 2023 Sandstorm Hackathon we launched our NFT protocol called [Honeycomb](https://docs.honeyprotocol.com/) and demonstrated a unique minting experience utilizing Versioned Transactions and the new CMv3 candy-machine guards. The demo allows users to pick all the traits as SFT's (semi-fungible tokens) and to build a NFT using these traits.

You can test our submission demo on `devnet` at <https://demo.honeyprotocol.com/>

The application can be custom tailored to your needs as it is designed on our modular protocol. A simple use cases can be to allow users to submit traits and to swap or add in traits as SFTs with a SFT marketplace. The trait shop can also be used for project owners to release custom traits with the ability to not only edit traits but to also assemble and dismantle an existing NFT into SFTs.

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


---

# 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://docs.solpatrol.io/services/trait-shop.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.
