# How to deposits and withdraw funds

You can deposit or withdraw funds to/from your wallets in the B2CORE UI using the available fiat and crypto payment methods.

{% hint style="info" %}
To make deposits, and especially withdrawals, you typically need to meet a specific verification level. If your current level isn’t sufficient, a message will prompt you to go to the **Verification** page and obtain a higher level.
{% endhint %}

To deposit or withdraw funds:

{% stepper %}
{% step %}
In the B2CORE UI, navigate to **Wallets** in the main menu.

{% hint style="info" %}
The names of menu items and other UI elements depend on your broker’s configuration and may differ from those shown in this guide.
{% endhint %}
{% endstep %}

{% step %}
Click the desired wallet, and then click **Deposit** or **Withdraw** in right panel that appears.

<figure><img src="/files/yogp00BNGW09waRCJbTg" alt="Finance options"><figcaption><p>Finance options</p></figcaption></figure>
{% endstep %}

{% step %}
Select your preferred payment method.
{% endstep %}

{% step %}
For fiat transactions, enter the desired amount. The form will automatically display applicable limits and commissions based on the selected method.
{% endstep %}

{% step %}
Review the transaction details:

* For **deposits**, you’ll see the payment instructions based on the selected method — such as a wallet address, QR code, or bank account details.
* For **withdrawals**, the destination information will be displayed — for example, a wallet address, bank details, or other payment method information.

Make sure the information is correct before proceeding.

<figure><img src="/files/J4BVSQniylOkIva94ZOF" alt="Withdraw"><figcaption><p>Withdraw</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Submit** to initiate the deposit or withdrawal request.
{% endstep %}

{% step %}
If required, confirm the action using your 2FA code or a code sent to your email.
{% endstep %}
{% endstepper %}

Withdrawals are first sent for approval to your broker. Once approved, the transaction will be executed.

You can monitor the status of your deposit or withdrawal directly on the **Wallets** page by clicking the wallet and displaying the right panel, or view the full transaction history in the **Transaction History** menu.


---

# 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.b2core.b2broker.com/front-office-guide/manage-your-finances/how-to-deposits-and-withdraw-funds.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.
