# Balance management

The “Balances” tab contains info about your crypto account balances&#x20;

This is a crucial section where you can find

* Your balances are in different currencies
* Balance of funds received in VRCS, but not yet credited to the main balance
* Total balance of available funds
* All the last transactions
* Functions for withdrawal and liquidity deposit

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

### **Liquidity topup**

Adding liquidity without processing fee is possible only from trusted merchant addresses. To do this, when making a deposit, the merchant or[ merchant's manager](/quick-start/create-a-manager-role.md) must add his wallet address to the "white list".

1. Go to the menu Dashboard and click "Add liquidity".

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

2. Choose the cryptocurrency you want to add liquidity.

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

3. You can make a deposit of any amount in the selected currency from your wallet to the destination wallet address specified in the field below&#x20;

For liquidity deposits in each network, you will have your own personal permanent 0xprocessing address.

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

{% hint style="success" %}
Received funds will be credited to the merchant's balance immediately after the transaction is confirmed by the network. If you encounter any problems, please contact the support service.
{% endhint %}

### **Withdrawal of balances**

Withdrawal is possible only in the currencies of existing balances.

fter clicking on the "Withdraw" button you should confirm the withdrawal using verification code sent to your email bound to your processing account and [2fa code](/quick-start/account-security.md).

The minimum withdrawal amount is the equivalent of 10 USD

![](/files/reqlLDawaNYCLjrTtzBr)![](/files/ikdejn8FmePhdfhFX7Dk)

To withdraw funds in automatic or semi-automatic mode you can use integration through API. [Withdrawal by client](/0xprocessing-api/withdrawals/withdrawal-by-client.md)


---

# 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://docs.0xprocessing.com/quick-start/balance-management.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.
