# Managing Positions

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

## Managing Positions

Managing your positions with TrenchBot.

Using the command /positions, users can view an overview of all their wallet balances and live positions across all chains.

The information provided here is a real-time status overview of the tokens the user holds.

***

\
**Wallet** **Balance Overview:** The total value of each chains collective tokens, including deployed and undeployed funds in both the native currency (e.g. SOL) and USD.

**Market Cap:** The current market cap of each token.

**24 Hour Price Change:** The 24 hour change in price of each token, displayed as a percentage.\
\
**Average Entry:** The average market cap entry point for each token. If a user has made multiple buys for a specific token this metric will show the average, if only a single purchase was made, this metric will show the entry of the single purchase.\
\
**Profit and Loss:** Real time view of your current PnL, measured in percentages to show how much profit or loss each position currently has made.

***

\
At the bottom of the positions view, users are able to filter to view tokens by specific chains, or select a specific token for an isolated view.&#x20;

Positions can be refreshed here for updated data.\
\
Specific actions can also be taken here such as Buy in various amounts, Sell in various amounts, Sell your initials (your initial investment) and also generate Profit and Loss images to showcase wins or losses to friends or on social media.

***

## Managing Positions Video Tutorial

{% embed url="<https://youtu.be/eSLIBhcJ4kU>" %}
How to manage your positions
{% endembed %}

{% hint style="info" %}
By clicking on a Ticker name from the positions menu, users are able to view charts for each token which will automatically display their entries and exits as indicators on the chart.
{% endhint %}

{% hint style="info" %}
If a token is purchased externally using the same wallet address, or transferred in to TrenchBot via a different wallet address, this will result in an inaccurate PnL.
{% endhint %}


---

# 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://docs.trenchbot.io/user-guide/managing-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.
