> For the complete documentation index, see [llms.txt](https://entity.gitbook.io/entity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://entity.gitbook.io/entity/portfolio/track-your-portfolio.md).

# Track your portfolio

### Select a login method

To track your portfolio on Entity, simply click Portfolio and select a login method. Once logged in, Entity's Portfolio module provides a detailed breakdown of your crypto assets.&#x20;

### Wallet Balance&#x20;

![](/files/jdXeIlNqpqnz29SGzq5N)

**Wallet Balance** displays key metrics about your holdings.&#x20;

* The **total balance** of your assets is displayed in the center
* **Available** displays the amount of EGLD in your wallet that is immediately ready to use
* **Staked** displays the amount of EGLD you currently are staking
* **Value of other tokens** displays the total US$ value of your ESDTs, which means every token you have on MultiversX besides EGLD.&#x20;
* **Farms values** displays the total US$ value of your assets deposited in yield farms.&#x20;
* **Metabonding value** displays the total US$ of your LKMEX in the Metabonding farm.&#x20;

### Token Distribution

![](/files/fw00Y2bEExPZqtT9UzZs)

**Token Distribution** displays all of your tokens that are not currently staked or undelegating. The chart is divided based on current US$ value of each asset. Simply mouse over a color to view the name and price of each token.&#x20;

### Staking Details

![](/files/RtCWNtbIAQdlBt5gz3jX)

**Staking Details** displays key metrics about your staked assets. For each category, the total number of EGLD tokens is displayed in the middle column and the current US$ value on the right.&#x20;

* **Staked** displays the amount of EGLD currently staked
* **Claimable** displays your amount of unclaimed staking rewards
* **Undelegated** displays the amount of EGLD are currently in the 10-day unstaking period
* **Legacy staking** displays the amount of EGLD currently staked with Elrond Foundation nodes

{% hint style="info" %}
Legacy staking is when users delegate their funds to the Elrond Foundation. The Legacy Delegation Pool requires a waiting list to access, has a minimum staking amount of 10 EGLD, and does not allow restaking of rewards. As MultiversX transitions into Phase 4 and becomes even more decentralized, legacy staking's APR will be reduced and ultimately eliminated. We therefore recommend moving your funds to a different staking provider.&#x20;
{% endhint %}

### Tokens

<figure><img src="/files/24Chsgyb4NgsVn6sposM" alt=""><figcaption></figcaption></figure>

**Tokens** displays key metrics about your ESDT tokens.&#x20;

* **Name/Explorer** displays the name of the token and links to its Elrond Explorer page
* **Ticker** displays the abbreviation used to identify your tokens
* **Type** displays whether the token is an LP token or not
* **Token Amount** displays the number of each token you hold.&#x20;
* **US$ Balance** displays your total US$ value of a particular token
* **Token Price** displays the US$ price per token
* **Social Media** displays icons that link to each token's social media pages&#x20;

{% hint style="info" %}
Did you know you can view multiple wallets or monitor your friends' wallets? Simply go to the Settings page and enter another public key under Connected Wallet(s).&#x20;
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://entity.gitbook.io/entity/portfolio/track-your-portfolio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
