> For the complete documentation index, see [llms.txt](https://docs.iexexchanger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iexexchanger.com/help-center/ai-docs/nastroika-obmena/reserve-management/system-balance.md).

# Баланс системы

Для работы требуется право «Настройки балансов» или «Общие настройки».

## Где находится

Откройте:

**«Настройки» — «Общие настройки» — «Основные» — «Баланс системы»**

## Основная валюта

«Основная валюта баланса» задаёт код валюты, в которой работает пользовательский внутренний баланс. Она влияет на начисления, статистику и выплаты.

Не меняйте основную валюту после начала финансовых операций без отдельного плана переноса и сверки остатков. Простое сохранение нового кода не является пересчётом исторических значений.

## Альтернативные коды

«Альтернативные коды валют» необязательны. Они позволяют попробовать другие обозначения той же валюты, если основной код не найден в источнике курса.

Добавляйте только эквивалентные обозначения. Код другой валюты может привести к неверной оценке баланса.

## Проверка

1. Сверьте выбранный код со справочником валют.
2. Проверьте доступность курса по основному коду.
3. При использовании альтернатив проверьте порядок получения курса.
4. Создайте безопасное тестовое начисление.
5. Проверьте отображение баланса, историю и заявку на выплату.
6. Сверьте статистику в той же валюте.

Если курс не найден, не добавляйте случайный код. Сначала подтвердите, какой источник должен поставлять значение и какое обозначение он использует.


---

# 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.iexexchanger.com/help-center/ai-docs/nastroika-obmena/reserve-management/system-balance.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.
