# Wallet Sync

{% columns %}
{% column %}

<figure><img src="/files/XLg2nNDVjQJgEO4QYgwN" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Connecting / reconnecting your wallet(s) lets you see your packs, sync your inventory to the cloud, and appear in the Rankings.
{% endcolumn %}
{% endcolumns %}

***

## <mark style="color:violet;">Solana</mark>

<mark style="color:$warning;">Phantom, Backpack, Solflare, and other injected Solana wallets are supported.</mark>

1. Click <mark style="color:$warning;">**Connect**</mark> on the Solana row in the left panel
2. If multiple wallets are detected, a picker appears — choose your preferred one
3. <mark style="color:$warning;">Approve</mark> the connection in your wallet extension
4. Your address appears truncated (e.g. `3xKz…m9Pq`)

Once connected, the app automatically finds your Hex & Stitch packs and loads your inventory.

***

## <mark style="color:$primary;">Tezos</mark>

<mark style="color:$primary;">Temple, Kukai, and Naan wallets are supported via the Beacon protocol.</mark>

1. Click <mark style="color:$warning;">**Connect**</mark> on the Tezos row
2. <mark style="color:$warning;">Approve</mark> the pairing request in your wallet
3. Your `tz1…` address appears

***

## <mark style="color:$success;">What Connecting Unlocks</mark>

| Feature              | Without Wallet                                                                                            | With Wallet                                |
| -------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| Build & randomize    | <mark style="color:$success;">**✓**</mark>**&#x20;**<mark style="color:$info;">**(limited items)**</mark> | <mark style="color:$success;">✓</mark>     |
| Open packs           | <mark style="color:$danger;">✗</mark>                                                                     | <mark style="color:$success;">✓</mark>     |
| Cloud inventory sync | <mark style="color:$danger;">✗</mark>                                                                     | <mark style="color:$success;">✓</mark>     |
| Save Bound Soul      | <mark style="color:$danger;">✗</mark>                                                                     | <mark style="color:$success;">**✓**</mark> |
| Appear in Rankings   | <mark style="color:$danger;">✗</mark>                                                                     | <mark style="color:$success;">✓</mark>     |

***

## <mark style="color:$danger;">Disconnecting</mark>

Click <mark style="color:$warning;">**Disconnect**</mark> on the relevant row. Your local data is not affected.


---

# 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/wallet-sync.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.
