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

# Wallet (old)

This page explains how the wallet works inside the Hattori Telegram Mini App and what actions you can do with your $HATTORI.

## **How to start**

In the bottom right corner of the Mini App you can see the **Wallet** tab.

<figure><img src="/files/hAhCIZ3Otb4ybRQ5zq7D" alt="" width="375"><figcaption></figcaption></figure>

To start using the wallet, **you need to connect your TON wallet.**

You can find the [connection guide here](/wallet-old/how-to-connect-old.md).

In the future you'll be able to connect wallet not only inside the Mini App but also on our [website](https://playhattori.io/).

## **Wallet functionality**

#### **1. Swap**

You can swap Hattori to USDT and USDT to Hattori. Please check the [detailed swap guide here](/wallet-old/how-to-swap-old.md).

<figure><img src="/files/G11DWhVoEYCqzQ19UyHp" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Keep in mind that you can swap only **unlocked (Red) $HATTORI**.

If you have **locked (Blue) $HATTORI**, they need to unlock first.

After they unlock they automatically become Red and can be swapped.

You can read more about Red and Blue $HATTORI [here](/pre-tge-vesting-mechanics.md).
{% endhint %}

After the swap, your USDT or $HATTORI will arrive directly to your TON wallet. You can use them in any way you want.

Each swap has the following costs:

<table><thead><tr><th width="135.90478515625">Cost</th><th>Why</th></tr></thead><tbody><tr><td>Pool Fee</td><td>This is the project fee. It is one of the ways the Hattori ecosystem earns money.</td></tr><tr><td>Slippage</td><td>Slippage is the small difference between the price you see and the price you get.<br>It happens because the price changes while the swap is being processed.</td></tr><tr><td>Network Fee</td><td>This is the TON blockchain fee. It is paid to TON validators, not to the project.</td></tr></tbody></table>

{% hint style="warning" %}
By default, the slippage uses the **auto mode**.

The exact values will appear after you enter the swap amount and press the **Swap** button.

You will then see the confirmation screen, where all fees and final numbers are shown before the transaction is sent.
{% endhint %}

#### **2. Claim**

Claim means sending your unlocked tokens to your TON wallet. You can claim tokens if you want to store them outside the Mini App or send them to someone else. The swap process includes an automatic claim, so if you want to sell tokens you can go directly to the [Swap page](/wallet-old/how-to-swap-old.md).

<figure><img src="/files/RJlgTZq1lzxNTYWOZXfY" alt="" width="363"><figcaption></figcaption></figure>

After claiming, the tokens are sent to your TON wallet.

You can check the detailed [claim guide here](/wallet-old/how-to-claim-old.md).

#### **3. History**

From any page in wallet you can see your transactions history.

<figure><img src="/files/OSOjS0ltV3eNS0wXNOJ3" alt="" width="375"><figcaption></figcaption></figure>

In the History tab you can see all your past actions and their statuses:

<figure><img src="/files/CVZ7BKjcg6oorUSM9prQ" alt="" width="333"><figcaption></figcaption></figure>

In the future we will also add deposits to the history.

### **Learn more**

Please continue with the next sections to understand every part of the wallet system in more detail.

{% content-ref url="/pages/Fc8FrGIDm9qJAuZgvV8W" %}
[How to connect (old)](/wallet-old/how-to-connect-old.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bwu65sV6svvTIfQkEiVM" %}
[How to swap (old)](/wallet-old/how-to-swap-old.md)
{% endcontent-ref %}

{% content-ref url="/pages/FIHXwwiqPBj1DRAI29e8" %}
[How to claim (old)](/wallet-old/how-to-claim-old.md)
{% endcontent-ref %}


---

# 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://docs.playhattori.io/wallet-old.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.
