> For the complete documentation index, see [llms.txt](https://docs.pocketprotector.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pocketprotector.xyz/trade-solana-memes/manage-solana-memes-positions-on-pocket-pro-bot.md).

# Manage Solana Memes positions on Pocket Pro Bot

## Manage your Positions&#x20;

After purchasing spot, you have several options:

* **Broadcast:** Share your purchase with all copiers and followers, or target a specific group chat to keep everyone informed.
* **APE X:** Quickly buy more of the same token you just purchased with this button.
* **Check:** View the performance of your recent trade, including your “then” position, current position, and the change in value.
* **Sell:** Choose to sell the token immediately if you wish

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

## View your Positions&#x20;

Once you’ve opened a trade, you can view your positions anytime with the `/positions` command. This will display a summary of your active Spot trades:&#x20;

* **Balance:** Current market value of your holdings in this token.
* **Price:** Current market price of one unit of the token.
* **MC (Market Cap):** Total market capitalization of the token.
* **Avg. Entry:** Average price at which you bought the token.
* **P\&L (USD):** Profit or loss since buying the token in USD, shown as a percentage and raw value.

<figure><img src="/files/aGN18JK9yJfDwG6kztVD" alt="" width="375"><figcaption></figcaption></figure>

## Sell a Token&#x20;

* Run the command `/sell.`&#x20;
* Select the token that you would like to sell.&#x20;
* You can also set a **Limit Order** to define a specific trigger price and the amount of tokens to sell.

<figure><img src="/files/UkzPayyDGH43oMAwJbGa" alt="" width="375"><figcaption></figcaption></figure>

* Set your slippage tolerance.
* Choose the percentage of the position you'd like to sell. You can choose from the preset % values or set your own custom value.&#x20;

<figure><img src="/files/AEIP9qB4XaMKHACzs0d1" alt="" width="375"><figcaption></figcaption></figure>

## Closing a Position&#x20;

When you close a position,&#x20;

* **Broadcast:** You have the option to "Broadcast" and share your PP card (your trade performance) with your friends and followers in group chats.&#x20;

<figure><img src="/files/LVfAUxc3dXo9WzlsWjLN" alt="" width="491"><figcaption></figcaption></figure>

* **PP Card:** When you close a position,  Pocket Pro Bot automatically generates a summary card that highlights your trade performance.&#x20;

<figure><img src="/files/PTJjU2tSYOUCFqYgbNR2" alt="" width="343"><figcaption></figcaption></figure>


---

# 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.pocketprotector.xyz/trade-solana-memes/manage-solana-memes-positions-on-pocket-pro-bot.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.
