> For the complete documentation index, see [llms.txt](https://divine-panel.gitbook.io/divine-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://divine-panel.gitbook.io/divine-docs/prochie-instrumenty/calculator.md).

# Калькулятор прибыли

Калькулятор прибыли считает, сколько вы заработаете (или потеряете) на связке «купить на одной площадке — продать на другой», с учётом комиссий обеих площадок. Доступен только на тарифе ULTIMATE.

## Открытие

Есть два способа открыть калькулятор:

* Кнопка **Calculator** в сайдбаре — открывает плавающее окно калькулятора.
* Кнопка **Profit** на страницах Items (P2P), DMarket и Steam Manager — открывает окно автоматических порогов (см. [Цена закупки и калькулятор прибыли](/divine-docs/p2p-ploshadki-market.csgo-waxpeer/buy-price-profit.md)), это другая функция с похожим названием кнопки, не путайте.
*

```
<figure><img src="/files/zTfS50wT735GXUcIZhAl" alt=""><figcaption></figcaption></figure>
```

## Особенность окна

Калькулятор — не отдельная страница, а **плавающее окно**, которое можно перетаскивать по экрану за заголовок. Оно не закрывается при переключении между разделами панели и остаётся на экране, пока вы сами его не закроете (✕) или не свернёте (–) в маленький значок.

## Поля расчёта

| Поле                                  | Значение                                                            |
| ------------------------------------- | ------------------------------------------------------------------- |
| Platform 1 — deposit commission, %    | Комиссия площадки 1 за ввод/депонирование предмета (0, если её нет) |
| Platform 2 commission — Sell, %       | Комиссия площадки 2 за продажу                                      |
| Platform 2 commission — Withdrawal, % | Комиссия площадки 2 за вывод средств                                |
| Price on platform 1 (buy)             | Цена покупки на площадке 1                                          |
| Price on platform 2 (sell)            | Цена продажи на площадке 2                                          |

Результат — **Profit / Loss** — обновляется автоматически по мере ввода данных.

Кнопка-корзина рядом с заголовком «Prices» очищает только поля цен, оставляя введённые проценты комиссий нетронутыми — удобно для быстрого пересчёта по новой паре цен с теми же комиссиями.

## Дальше

Если у вас уже есть доступ к обеим площадкам через панель — сравнить реальные цены между ними можно в разделе [Parser](/divine-docs/parser/overview.md).


---

# 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://divine-panel.gitbook.io/divine-docs/prochie-instrumenty/calculator.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.
