# Wallet Page

The **Wallet** is where users manage funds and assets.

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

{% tabs %}
{% tab title="Balance Overview" %}

#### **Balance Overview**

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

Displays:

* ETH balance
* USDC balance
* Total portfolio value
* Active positions
* Profit & loss
  {% endtab %}

{% tab title="Deposits" %}

#### **Deposit (Top-Up)**

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

Users can add funds via:

* Secure payment links
* Wallet transfers

Deposits are processed and reflected in real time.
{% endtab %}

{% tab title="Withdrawals" %}

#### **Withdrawals**

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

Users can send funds to external wallets by:

* Entering destination address
* Selecting asset and amount
  {% endtab %}

{% tab title="Token Swaps" %}

#### **Token Swaps**

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

Powered by cross-chain infrastructure:

* Swap assets within the platform
* Perform cross-chain swaps
* Get real-time exchange rates
  {% endtab %}

{% tab title="Activity History" %}

#### Activity History

<figure><img src="/files/9TWAKHQatZUquyjlB6WI" alt=""><figcaption></figcaption></figure>

Track all wallet activity:

* Deposits
* Withdrawals
* Swaps

Each entry includes transaction status and blockchain reference.
{% endtab %}
{% endtabs %}


---

# 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.unimarkets.io/platform-guide/platform-overview/wallet-page.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.
