# Profile

## Connecting the wallet

The profile page in the W3gate DApp serves as a personalized dashboard for users to access and manage their cryptocurrency assets. To utilize this function, users are required to connect their crypto wallets securely to the DApp.&#x20;

## Total Balance

Upon connecting their wallet, users gain access to an overview of their total balance, which includes the combined value of all the cryptocurrencies held in their wallet. This balance is dynamically updated in real-time, providing users with an up-to-date reflection of their crypto portfolio.

## Assets

The profile page also provides detailed information about the user's assets. Users can view a comprehensive list of the cryptocurrencies they own, along with their corresponding quantities. Additionally, the DApp displays the current market value of each asset, allowing users to assess the performance of their investments.

## Transaction history

To enhance transparency and trackability, the transaction history section of the profile page showcases a comprehensive record of all previous transactions. This includes details such as whether the user received or sent tokens, the specific token involved, the amount transacted, the corresponding wallet address, and the date of the transaction. Users can conveniently review and analyze their transaction history, aiding them in understanding their financial activity within the DApp.

{% hint style="info" %}
The profile page ensures that users have a clear overview of their cryptocurrency holdings, transaction history, and overall portfolio performance. By providing essential information in an accessible and user-friendly manner, this function empowers individuals to make informed decisions and effectively manage their crypto assets within the DApp.
{% endhint %}


---

# 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://web3-gate.gitbook.io/web3-gate/product-tour/profile.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.
