> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/swoop-ru/otkrytye-pozicii.md).

# Открытые позиции

**Чтобы попасть в данный раздел,** нажмите кнопку **«Открытые позиции»,** в главном меню бота или используйте команду `/positions`

<div align="left"><figure><img src="/files/nVj19EOtUMOKD4aDszJ2" alt="" width="215"><figcaption></figcaption></figure></div>

Здесь отображаются все ваши открытые позиции с краткой сводкой по каждой: тикер токена, время покупки, сумма в SOL и текущий PnL.\
Чтобы увидеть подробную информацию, нажмите на тикер токена или кнопку «1. Bonk».

<div align="left"><figure><img src="/files/HcNj9IQ43AsQmKAq2bKI" alt="" width="375"><figcaption></figcaption></figure></div>

После нажатия на тикер откроется общая информация о токене, а также подробные данные, касающиеся вашей позиции:

* **У вас** – текущая стоимость вашей позиции в SOL.
* **Всего токенов** – количество купленных вами токенов.
* **PnL** – ваша текущая прибыль или убыток.
* **Продано** – количество проданных токенов.
* **Средняя цена / Капитализация** – средняя рыночная капитализация токена на момент всех ваших покупок.

<div align="left"><figure><img src="/files/NbpjzcxteE9z7HZRz3z0" alt="" width="186"><figcaption></figcaption></figure></div>

**Нажмите кнопку:**

* **«Обновить»** для обновления данных.
* **«Назад»** для возврата в раздел **«Открытые позиции» .**
* **«Поделиться PnL»** , чтобы создать изображение вашего PnL и поделиться результатами.

<br>


---

# 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.swoop.fun/swoop-ru/otkrytye-pozicii.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.
