> For the complete documentation index, see [llms.txt](https://docs.solpatrol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solpatrol.io/services/trait-shop.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.solpatrol.io/services/trait-shop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
