> 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.5-balance-top-up-via-bingx.md).

# 2.1.5 Balance top up via BingX

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 BingX exchange app and go to the **“Assets”** section. In this section, click on **“Withdraw”.**

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

3. Select **"Cryptocurrency"**.

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

4. Select USDT.

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

5. Then select **"On-chain Withdrawal".**

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

6. In the “USDT Address” field, paste the copied address from the HASH7 app. <mark style="color:purple;">**The TON network should be pulled up automatically after inserting the wallet address.**</mark>

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

7. Open the BingX app and paste the copied MEMO from the HASH7 app into the *"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 *"Withdrawal amount"* field, specify the desired amount for transfer.\
   \
   To complete the process, click the **"Withdraw"** button and confirm the transaction.

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


---

# 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.5-balance-top-up-via-bingx.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.
