> For the complete documentation index, see [llms.txt](https://docs.h4.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.h4.world/profile-and-wallet.md).

# Profile and Wallet

The Profile page is the account home for balances, performance, wallet actions, and account history.

At the top of the page, H4 shows total account value together with balance performance across daily, weekly, monthly, and all-time ranges. It also shows PnL across daily, weekly, monthly, and all-time ranges.

<figure><img src="/files/DxZYAkIahcLeCfk2BY67" alt="" width="188"><figcaption></figcaption></figure>

### Wallet actions

#### Receive

`Receive` lets users fund their account from four supported chains.

{% hint style="warning" %}
Deposits below the listed minimums are not processed.
{% endhint %}

| Source chain | Supported asset          | Minimum   | Notes                                        |
| ------------ | ------------------------ | --------- | -------------------------------------------- |
| HyperCore    | Any asset from HyperCore | N/A       | Standard HyperCore funding flow.             |
| Bitcoin      | `BTC`                    | 0.001 BTC | Amounts below the minimum are not processed. |
| Ethereum     | `ETH`                    | 0.01 ETH  | Amounts below the minimum are not processed. |
| Solana       | `SOL`                    | 0.1 SOL   | Amounts below the minimum are not processed. |

#### Send

`Send` lets users send spot assets from their portfolio to four supported chains.

| Destination chain | Asset sent from H4 | Destination              |
| ----------------- | ------------------ | ------------------------ |
| HyperCore         | `Cash`             | Any address on HyperCore |
| Bitcoin           | `uBTC`             | Any address on Bitcoin   |
| Ethereum          | `uETH`             | Any address on Ethereum  |
| Solana            | `uSOL`             | Any address on Solana    |

#### Fund

`Fund` is not live yet. It will allow users to fund their account directly with bank transfer or Apple Pay.

#### Export

`Export` is the wallet export flow.

Because of Privy’s security model, the Export page opens a minimal React page in a secure browser context. The user logs in to their Privy account there and can then export their private key to use the account anywhere.

For account history and position management, continue to Account Pages.


---

# 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.h4.world/profile-and-wallet.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.
