# Packs

Packs are NFTs on the blockchain. Every pack is **single-use** — once opened, it cannot be opened again. There are packs distributed on many different blockchains & NFT platforms.

***

## <mark style="color:$success;">Rarity Packs</mark>

<div><figure><img src="/files/fJdylkC6hwC2hVeo1Khc" alt="COMMON PACK"><figcaption></figcaption></figure> <figure><img src="/files/Jzxke1DBA7Q0TghSe557" alt=""><figcaption></figcaption></figure> <figure><img src="/files/oEc78qGOATv0GUW9VY48" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2RhuW8H23w72PZQ4zvDp" alt=""><figcaption></figcaption></figure></div>

## <mark style="color:$success;">Pack Tiers & Drops</mark>

| Pack                                           | Items Received | Contents                                         | Bonus Chance                         |
| ---------------------------------------------- | -------------- | ------------------------------------------------ | ------------------------------------ |
| **Common**                                     | 5 items        | 5× Common                                        | 10% — one item becomes Rare          |
| <mark style="color:$warning;">**Rare**</mark>  | 3 items        | 2× Rare + 1× Common                              | 10% — one Rare becomes Legendary     |
| <mark style="color:cyan;">**Legendary**</mark> | 4 items        | 2× Legendary + 1× Rare + 1× Common               | 10% — one Legendary becomes Ultimate |
| <mark style="color:pink;">**Ultimate**</mark>  | 5 items        | 2× Ultimate + 1× Legendary + 1× Rare + 1× Common | No upgrade — already the peak        |

Every pack drops items from **different categories** — you won't get two blades from one pack.

***

## <mark style="color:$success;">How to Open a Pack</mark>

1. Connect your Solana wallet that you collected the Packs, wait for wallet sync
2. Your packs appear in the <mark style="color:$warning;">**Pack Inventory**</mark> section of the left panel
3. Click <mark style="color:$warning;">**Open**</mark> on the pack you want to open
4. Watch the ritual opening animation, or SKIP but dont !!
5. Your items are <mark style="color:$warning;">revealed one by one on the drop screen</mark>
6. Click <mark style="color:$warning;">**Claim**</mark> to confirm — items are added to your <mark style="color:$warning;">inventory</mark>

***

## <mark style="color:$success;">One-Time Use</mark>

If you attempt to open the same pack twice, the app will reject it. This check happens on the server <mark style="color:$warning;">— clearing local storage will not bypass it 😎, hacking is not fun, Voodoo Magic is !</mark>&#x20;

***

## <mark style="color:$success;">Inventory Storage</mark>

Your items are stored in two places:

* **Cloud (Wix)** — tied to your wallet, synced across devices
* **Local** — offline fallback

When your wallet connects, both sources are merged. Cloud always takes priority.


---

# 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:

```
GET https://alper-ozdil-projetcs.gitbook.io/hex-and-stitch/packs.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.
