> For the complete documentation index, see [llms.txt](https://docs.glue.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glue.net/glue-alphanet/welcome-to-glue-alphanet/alphanet-user-guide/my-portfolio.md).

# My Portfolio

'My Portfolio' is your one-stop solution for managing all your addresses and accounts in one convenient location. With 'My Portfolio', you can effortlessly view all your assets, access quick charts, and obtain additional information without the hassle of searching and browsing the web.

<table data-header-hidden><thead><tr><th width="407"></th><th></th></tr></thead><tbody><tr><td>This section provides a comprehensive view of your portfolio, including a detailed summary of all your assets. You can quickly access visual charts and key metrics that help you track your portfolio's health and make informed decisions.</td><td><img src="/files/mAhGCfN4j2uh9lLPoGc6" alt="" data-size="original"></td></tr></tbody></table>

{% tabs %}
{% tab title="Overview" %}
If you have already followed the [AlphaNet User Guide](/glue-alphanet/welcome-to-glue-alphanet/alphanet-user-guide.md), your address has already been added. However, you can add as many accounts or addresses as you like.&#x20;

<figure><img src="/files/otCKJjFoPmJqC1MTUA2U" alt=""><figcaption></figcaption></figure>

For this guide, lets start fresh by adding your addresses and accounts. For this, click on the 'Add Addresses / Accounts' on the top right hand side.&#x20;

<figure><img src="/files/OQPqMykDpmnLplVtXopG" alt=""><figcaption></figcaption></figure>

You will be prompted with a pop up.

<figure><img src="/files/ba4FiGaj7PnPHEFMJ27W" alt=""><figcaption></figcaption></figure>

After filling in the name, address, selecting if you are the owner or not and category, click on 'Add Address'.

<figure><img src="/files/MFeGTRgLyXxtOLY18wka" alt=""><figcaption></figcaption></figure>

Addresses and accounts that you have added will show up at the top, alongside all your assets in a clean and user friendly way.&#x20;

<figure><img src="/files/Uw4Sp1yqBOKfJPGNfV9h" alt=""><figcaption></figcaption></figure>

From 'My Portfolio', it is simple and easy to manage your portfolio as the option to trade and see the charts are available, only 1 click away.&#x20;

<figure><img src="/files/cxx1BGy8ZPvFVZABXaew" alt="" width="213"><figcaption><p>'Trade' on the left and 'Charts' on the right. </p></figcaption></figure>

**Trade**

'Trade' will take you to the the '[Buy & Sell Crypto](/glue-alphanet/welcome-to-glue-alphanet/alphanet-user-guide/buy-and-sell-crypto.md)' page where you can buy, sell and swap.

<figure><img src="/files/IjQX97S2xbjoIoXL6wrK" alt=""><figcaption></figcaption></figure>

&#x20;**Charts**

The chart icon, unsurprisingly leads you to charts. Clicking on it will start a pop up with 1-day, 7-day, 30-day and 1-year charts.&#x20;

<figure><img src="/files/7A9NaMfFBYTn1gy8Kyi1" alt=""><figcaption></figcaption></figure>

Through this pop up, the options to 'Trade' and 'Research' are available. Alongside adding to watchlist, sharing and changing the chart settings. 'Trade' will take you to '[Buy & Sell Crypto](/glue-alphanet/welcome-to-glue-alphanet/alphanet-user-guide/buy-and-sell-crypto.md)' and 'Research' will take you to the '[Asset Research](/glue-alphanet/welcome-to-glue-alphanet/alphanet-user-guide/market.md#asset-research)' section.&#x20;

<figure><img src="/files/zNRPsdGxUXaMl5c3WRcb" alt=""><figcaption></figcaption></figure>

In the settings, you can change the charts to your taste. Chart preferences will be applied to all the charts, but you can change them anytime.&#x20;

<figure><img src="/files/KPlc0JMbG6STbgUSZGHP" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.glue.net/glue-alphanet/welcome-to-glue-alphanet/alphanet-user-guide/my-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.
