> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hash7-gitbook.gitbook.io/en/quick-start/2.1-balance-top-up/2.1.4-balance-top-up-via-bybit.md).

# 2.1.4 Balance top up via Bybit

1. Open the HASH7 application and go to the **"More"** section.\
   In this section, click on **"Account balance"**, then **"Top up"** and copy your wallet address.

<figure><img src="/files/EuYbYVIMMjjYyF1iGsyJ" alt=""><figcaption></figcaption></figure>

2. Next, open the Bybit exchange app and go to the **“Assets”** section. In this section, click on **“Withdraw”.**

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

3. Select USDT.

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

4. In the *“Address”* field, paste the copied address from the HASH7 app.

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

5. In *“Network”* field, select **“TON”.**

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

6. Go back to the HASH7 app and copy the **MEMO**.

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

7. Open the Bybit app and paste the copied MEMO from the HASH7 app into the *"Tag/Memo"* field.\
   \
   ‼️ **IMPORTANT:** MEMO is a unique payment identifier required to correctly credit funds to your account. <mark style="color:red;">**This field is REQUIRED to fill in, since without specifying the MEMO, the funds will not be credited to your balance**</mark>.\
   \
   In the *"Amount"* field, specify the desired amount for transfer.\
   \
   To complete the process, click the **"Withdraw"** button and confirm the transaction.

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

**❗️❗️Please note that after sending funds to the HASH7 balance, the transaction processing takes about two minutes, after which the funds will be automatically credited to your balance in the app. Transaction processing time may also depend on the load on the TON network.**

<mark style="color:red;">**Pay special attention to the network, since if the transfer is not made through the TON network, this will lead to an irrevocable loss of the asset.**</mark>


---

# 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, and the optional `goal` query parameter:

```
GET https://hash7-gitbook.gitbook.io/en/quick-start/2.1-balance-top-up/2.1.4-balance-top-up-via-bybit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
