# Positions

{% stepper %}
{% step %}
Tap :bar\_chart: `Positions` on the main menu to check your wallet balances.
{% endstep %}

{% step %}
The bot will display your wallet address, token balance, and current value in USD.&#x20;
{% endstep %}

{% step %}
Use the ⬅️ ➡️ buttons to switch between your different wallets.

<figure><img src="/files/QwcCIbMUb5ue3yuYy4Jw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
If your wallet holds multiple tokens, Ocean will display each one in a detailed list, showing all key stats so you know exactly where you stand:

* Token & PNL Badge
* Token address
* Price & Market Cap
* Average Entry
* Buys
* Sells
* PNL USD
* PNL SOL

<figure><img src="/files/E4ABdHvIkRPbntXoEihz" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
At the bottom, you'll find quick-sell options set for speed and control.

* Each token you hold gets its own button. Tap the one you’re looking to offload.
* You’ll also notice the Presets button **`P1`** — this handles advanced settings like slippage and more. We’ll dive deeper into that [here](/settings/presets.md).
* To choose how much to sell, use the percentage buttons ( `25%`, `50%`, `100%`) or tap `x%` ✍️ to enter a custom amount manually.
* Once you’re set, hit Sell to send it!

<figure><img src="/files/iS02WsS9HfwVCzdTwXKB" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Tap the :chart\_with\_upwards\_trend: `Switch to Buy` button to access the same quick-action tools for Buys.

<figure><img src="/files/8lTtSGjDeTj768zK0q2r" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# 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.oceanbots.ai/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.
