# Skeleton NFTs

Skeleton NFTs are the foundation of every playable character in QUBIT. They’re not just collectibles—they’re the raw, class-bound blueprints from which all fighters are forged.

\
The lifecycle of a Skeleton NFT can be broken down into two stages:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Packed Skeleton NFT</td><td><a href="/files/iA03gxwciJ0ExWzLK0kX">/files/iA03gxwciJ0ExWzLK0kX</a></td></tr><tr><td>Skeleton NFT (revealed)</td><td><a href="/files/8Iq67VYLNGLwzG9lQ2k3">/files/8Iq67VYLNGLwzG9lQ2k3</a></td></tr><tr><td>Early bird (rare)</td><td><a href="/files/co2BwS2jB2tXWduM7Tt4">/files/co2BwS2jB2tXWduM7Tt4</a></td></tr></tbody></table>

### Stage 1: Packed (mystery state)

Skeletons are initially acquired in the form of Skeleton Packs—mystery boxes that contain a single, randomly generated Skeleton.

\
At this point:

* The contents (class and rarity) are hidden
* Players can choose to keep the pack sealed or open it to reveal what’s inside
* Packs are tradable on the marketplace as unopened collectibles

{% hint style="info" %}
Opening a pack is a one-time action. Once revealed, the Skeleton inside is permanently bound to your wallet.
{% endhint %}

### Stage 2: Revealed (Ready for Creation)

Once a pack is opened, the Skeleton NFT is revealed. Now you can:

* See its assigned class (e.g. Pyro, Frost, Arcane…)
* See its rarity tier, which affects base stats and long-term progression
* Use it as the base material to forge a Character NFT using the [QUBIT Creator Tool](/qubit-whitepaper/qubit-creator-tool.md)

At this stage, the Skeleton becomes a creative asset. You can either:

* Keep it and create+mint a unique character
* Sell or trade it on the [marketplace](/qubit-whitepaper/nft-trading-and-marketplace.md) as a revealed, un-forged Skeleton

![](/files/cSMk9LA7G92FfqV3mZVn)<br>

{% hint style="warning" %}
Once a Skeleton is used to create+mint a character, it is consumed and cannot be reused. One Skeleton = One Character
{% 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://qubit-5.gitbook.io/qubit-whitepaper/assets-and-creation/skeleton-nfts.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.
