> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickscope.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Positions

> View and manage your open positions in the Telegram bot

Track and manage all your open positions directly from Telegram.

## View Positions

Use `/qtp` or `/positions` to see all your current holdings:

```
/qtp
/mwp          Multi-wallet positions
```

Each position shows:

* **Token symbol & name**
* **Current value** in SOL and USD
* **P\&L** – profit/loss amount and percentage
* **Position size** – how much you're holding

## Position Actions

When viewing a position, you'll see action buttons:

| Button | Action                     |
| ------ | -------------------------- |
| 🔄     | Refresh position data      |
| ❌      | Close position (sell 100%) |
| 📊     | View detailed chart        |
| ⭐      | Add to watchlist           |

### Quick Sell Buttons

Below each position, you'll find quick-sell options based on your configured sell presets (default: 1%, 5%, 10%, 25%, 50%, 100%).

## Closing a Position

To close a position completely:

1. Run `/qtp` to view positions
2. Find the token you want to sell
3. Click the **❌** button or **100%** sell button
4. Confirm the transaction

<Tip>
  Taking partial profits? Use the 25% or 50% buttons to scale out of winning positions while keeping exposure.
</Tip>

## Position Not Showing?

<AccordionGroup>
  <Accordion title="Token under 0.1 SOL?">
    Tokens worth less than 0.1 SOL are hidden by default. The position exists but won't appear in your list until its value rises above the threshold.
  </Accordion>

  <Accordion title="Just bought?">
    Very new purchases may take a moment to index. Run `/qtp` again after a few seconds to refresh the list.
  </Accordion>
</AccordionGroup>

## Hiding Tokens

Clean up your positions list by hiding tokens you don't want to track:

```
/hide [address]     Hide a token from positions
/unhide [address]   Restore a hidden token
/hidden             List all hidden tokens
```

Hidden tokens still exist in your wallet – they're just removed from the positions display.

## P\&L Tracking

Your position P\&L is calculated from your average entry price. If you've made multiple buys of the same token, Quickscope averages your cost basis automatically.
