# My Positions

The Positions menu displays in real time all the tokens you currently hold, with their PNL calculated live.

Access it from the main menu → **📊 Positions**.

***

## What is displayed

For each position:

| Information               | Description                                |
| ------------------------- | ------------------------------------------ |
| 🏷️ **Token**             | Token name and address                     |
| 📌 **Strategy**           | Sniper / Copytrade / Cluster / Rug Tracker |
| 💵 **Invested**           | SOL spent on the buy                       |
| 📈 **PNL**                | Gain or loss in % and in SOL               |
| 🔒 **Active protections** | TP, SL, inactivity...                      |

***

## Manual sell

From any position, you can sell manually at any time:

1. Press the position
2. **Sell now**
3. Confirm

The sell is executed immediately and you receive a confirmation as soon as it is confirmed on the blockchain.

> A manual sell automatically cancels all active protections on that position.

***

## Restore after restart

All your positions are **permanently saved**. If the bot restarts for an update or any other reason, your positions and their protections are automatically restored exactly as they were.

You will not lose any open positions during a restart.


---

# 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://dark-entry.gitbook.io/dark-entry-docs/tools/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.
