# Dashboard

You can view the dashboard immediately after connecting the wallet or track a specific address. "**Dashboard**" is the main component of DePocket. It is designed to be simple and easy to understand with the following main functions:

* [Shows the "**Net Worth**" of all your wallets. ](/products/dashboard.md#net-worth)
* [List all assets in your wallet](/products/dashboard.md#list-all-assets-in-your-wallet)
* [List all assets locked in DeFi protocols](/products/dashboard.md#list-all-assets-locked-in-defi-protocols)
* [Manage wallet addresses](/products/dashboard.md#manage-wallet-addresses)
* [Other utilities](/products/dashboard.md#other-utilities)

{% hint style="info" %}
[**Click here**](https://app.depocket.com/addresses/0x3e8734Ec146C981E3eD1f6b582D447DDE701d90c) to see the demo pocket.
{% endhint %}

### Net Worth

Net worth is the cumulative sum of funds in all wallets. Values will be converted to real-time prices.&#x20;

{% hint style="info" %}
DePocket supports viewing multiple wallets at once.
{% endhint %}

![](/files/-Mh-_jKlw6sSEIHRIzXu)

### List all assets in your wallet

{% hint style="success" %}
DePocket supports tracking over 1500 tokens on the Binance Smart Chain.
{% endhint %}

![](/files/-Mh-_vBepApOfn1fp2HP)

### List all assets locked in DeFi protocols

{% hint style="success" %}
Currently supports [PancakeSwap](https://pancakeswap.finance/) and [Venus](https://app.venus.io/). **We are working hard to quickly bring support for many other protocols.**&#x20;
{% endhint %}

![](/files/-Mh-aKagjsN05t1Iu3cC)

![](/files/-Mh-aTecVRgXyFNpjdk9)

### Manage wallet addresses

You can add multiple wallet addresses, add or delete any address easily.

![](/files/-Mh-ckE9KN0HHmsTaye8)

### Other utilities

DePocket also has other utilities as follows to make it the most convenient for users to use:

* Select currency
* Dark mode
* Change language
* Search for specific address


---

# 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.depocket.com/products/dashboard.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.
