# Perpetual Wallet and Balance

### Deposits

To fund your Perps wallet and start trading perpetual futures, follow these steps:

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

1. **Connect your wallet via TON Connect**

* In the app, select your TON wallet.
* Make sure it holds USDT on the TON network.

2. **Open the Perps wallet**

* Tap the **Wallet** icon at the bottom of the screen.
* In the modal, select the **Perps** tab.

3. **Tap Deposit**

* Enter the amount of USDT you want to deposit.
* You will need two things:

– USDT on the TON network

– A small amount of TON to cover gas fees (recommended to keep at least 0.5 TON, though the actual fee is usually much smaller).

<figure><img src="/files/6tbr88uzLzyHHV3Weemk" alt=""><figcaption></figcaption></figure>

4. **Confirm the transaction**

* After tapping the button, you will be redirected to your TON Connect wallet.
* If the transfer does not open automatically, open your wallet manually and confirm the operation.

5. **Wait for confirmation**

* Once submitted, the deposit will be processed.
* You can track the status of the transaction directly on the main page of your Perps wallet.

<figure><img src="/files/2qt9sEThXZwvhLTHabqY" alt=""><figcaption></figcaption></figure>

**Cross Margin:** Blum Perps use a cross-margin system. This means your entire Perps wallet balance is used to support all open positions.

***

### Withdrawals

To withdraw funds from your Perps wallet back to your main Blum wallet:

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

1. Tap the **Wallet** icon (bottom right corner).
2. Select the **Perps** tab.
3. Tap **Withdraw**.

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

4. Enter the amount you want to move back.
5. Confirm the transaction.

Your funds will instantly transfer back to your main Blum wallet balance.

***


---

# Agent Instructions: 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://help.blum.io/blum-perps-faq/perpetual-wallet-and-balance.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.
