# SQNCR

**SQNCR** is an early-stage VIBES experiment. It's the root node of an idea maze that explores the intersection of utility NFTs, collectibles, and the concept of having an **NFT serve as a crypto-native digital product**.

{% hint style="info" %}
🚧 The **SQNCR** program is just getting started -- it might not make a lot of sense quite yet.&#x20;

Want to build it with us? Hop in the [Discord](https://discord.gg/qDrsjcGR2F) and let's ship some cool stuff together.
{% endhint %}

## What is a SQNCR?

**🖼 It's an NFT.** Like all NFTs... somebody owns it, and it can be traded, sold, purchased, etc.

**🧪 It's an experiment.** It's currently at the very first stage of development and it's likely to be a bit unclear as to what exactly it is. *That's okay*. In fact, that's kinda the point.

**🛍 It's a digital product**. In the same way you own and use your mobile phone or other consumer device... your SQNCR is something you own and use to interact with things within the VIBES ecosystem.

🌈 **It's customizable**. SQNCRs run a "shell" that determines their appearance (in OpenSea, wallets, etc). Shells can be hot-swapped after minting to change how they look.

⚙️ **It's a modular platform**. Users could install "modules" in their SQNCRs that give them additional functionality and state. Modules stay within a SQNCR, even across trades and sales.

## How Do I Get One?

You mint it. Currently, it costs nothing to mint, but there is a limit of the number of SQNCRs that can be minted by a single address.

{% hint style="info" %}
Mint your SQNCR at <https://sickvibes.xyz/sqncr/mint>
{% endhint %}


---

# 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.sickvibes.xyz/protocol/sqncr.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.
