> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/clients/general/finance-tab.md).

# Finance tab

On this tab, you can find a list of a client’s deposit and withdrawal wallets, as well as a list of saved withdrawal templates.

Select the wallet type to view the details:

## Withdrawal wallets

On this page, you can view a list of wallets that were used by a client for withdrawal of funds.

**Method**

The [method](/back-office-guide/system/payout-system.md#payout-methods) used to withdraw funds.

***

**Currency**

The wallet currency.

***

**Address**

The public wallet address.

***

**Destination tag**

Applicable only for certain currencies (XRP, XLM, BNB, and XEM).

## Saved withdrawals

On this page, you can view a list of saved withdrawal templates. Such templates can be created by a client when making a withdrawal, to avoid specifying the same information repeatedly for similar subsequent withdrawals.

**Name**

The name of a [payment system](/integrations/payment-systems.md).

***

**Saved at**

The date and time when a withdrawal template was saved.

After clicking the **eye** icon, you are navigated to a page displaying the details of a selected withdrawal template.

The withdrawal template data is stored in the JSON format.

## Deposit wallets

On this page, you can view a list of cryptocurrency wallets that were generated for a client.

**Method**

The [method](/back-office-guide/system/deposit-system.md#deposit-methods) used to deposit funds.

***

**Currency**

The currencies enabled for a wallet.

***

**Address**

The public wallet address.

***

**Destination tag**

Applicable only for certain currencies (XRP, XLM, BNB, and XEM).


---

# 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:

```
GET https://docs.b2core.b2broker.com/back-office-guide/clients/general/finance-tab.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.
