> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/wallet/wallet-interface.md).

# Wallet Interface

The [Wallet](https://margex.com/app/wallet) page reflects current account wallet stats and allows you to[ Deposit](/help-center/wallet/deposit.md) and [Withdraw](/help-center/wallet/withdraw.md) funds to and from your account.<br>

## Total Balances

Located at the top of the page are your Wallet details, including total balance statistics

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

* **Total Balance** (BTC/ETH/USDT) - total combined balance of all currencies in your Wallet (can be reflected in BTC/ETH or USDT equivalent)
* **Available Balance** - total combined balance of all currencies in your Wallet, except funds that are currently reserved in active orders, open positions, or pending withdrawals (in USD)
* **In Orders** - funds (margin) currently reserved in active orders and open positions (in USD)

## **Your Balances**

The 'Assets' tab reflects a detailed breakdown of each separate Wallet for every available collateral currency, including its current Balance, available balance, bonus balance as well as quick access to Deposits/Withdrawals for that coin/token:

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

## **Transaction history**

On 'Transaction History' tab is located a log which reflects details about transfers made to/from your Wallets, particularly - deposits, withdrawals, and bonus rebates:

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

For a detailed guides on how to deposit and withdraw, make sure to check out our short tutorials:

* [How to Deposit](/help-center/wallet/deposit/how-to-deposit.md)
* [How to Withdraw](/help-center/wallet/withdraw/how-to-withdraw.md)

## Staking

The 'Staking' tab reflects information about staked currencies including - currently staked currencies, APY% calculator, reward creditation history

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

<figure><img src="/files/8lL8PgosD2LXhpi0gROI" alt=""><figcaption></figcaption></figure>

More information on Staking you can find in this article:

* [Staking Explained](/help-center/staking/what-is-staking.md)


---

# 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://help.margex.com/help-center/wallet/wallet-interface.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.
