> For the complete documentation index, see [llms.txt](https://docs.defined.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defined.fi/defined-docs/defined-classic/defined-features/portfolio.md).

# Portfolio

You can track all of your positions in real-time across your Defined Wallets in one convenient place.

Select "Portfolio" on the left sidebar to access your portfolio page 👇

<figure><img src="/files/OV0JohaMV6wuMrFMWHOt" alt=""><figcaption><p>Example of a portfolio with 1 wallet</p></figcaption></figure>

Each of your positions will show how many wallets own a particular token and what it's worth. Click the wallet drop-down to see specific holdings.

For large portfolios, use the search function or filters at the top to find specific holdings per network, or tokens with a minimum value.

## Hide/Unhide Tokens

You can Hide tokens that you don't want to see in your portfolio by selecting the <img src="/files/Sd7C4qtBwpQUm0lrdTi6" alt="" data-size="line"> button in the far right column.&#x20;

To show hidden tokens, select "Show hidden" at the top right of the portfolio table.

## Show Portfolio on Sidebar

You can also show your portfolio on the sidebar by selecting the down arrow<img src="/files/md8CmofFYb6TiqBrAc4t" alt="" data-size="line"> next to "Portfolio" on the left-side menu:

<figure><img src="/files/u9tGet3lgYKrErM8LJyS" alt="" width="203"><figcaption></figcaption></figure>

This gives you a convenient at-a-glance view of your portfolio while you browse other pages on Defined.


---

# 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://docs.defined.fi/defined-docs/defined-classic/defined-features/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.
