# Open Positions

This footer button lists all currently active trades.&#x20;

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

Monitor each position's performance in real-time, along with complimentary metrics to help take efficient decisions, such as the entry price, current price, and profit/loss percentage.

Use this section to track and manage ongoing positions while navigating the rest of the DegenFi platform. Anywhere on the platform, track in real-time the performance of your active trades, the PNLs (realized and unrealized), the balances, and the time since first entering the trade. You can even sell from this view, meaning you don’t have to browse back into the Terminal to perform your action.

**Management**

* **Sell All**: Sell all the supply of a specific token with one click.
* **Hide Positions**: Toggle the hide open position button to declutter your view while keeping active trades accessible.

**Top Banner**\
Access your open positions and Watchlist directly from below the top menu for seamless navigation. Click the chart icon to view a token’s price chart or the trash icon to remove it from your Watchlist, available across all platform pages.

#### Metrics

**Token:** The ticker, logo and contract address of the token.&#x20;

**Investment:** The total amount of SOL spent to trade the token.&#x20;

**Position Value:** The current realized value.&#x20;

**Realized PNL:** Profit or loss already earned.&#x20;

**Unrealized PNL:** Potential profit or loss not yet realized.&#x20;

**Balance:** Remaining token balance. Sell: Sell all of your token supply.


---

# 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://degenfi.gitbook.io/degenfi-solana-trading/manage-trades/open-positions.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.
