# When launching a strategy, the exchange balance pause is enabled. What should I do?

If you see "exchange balance pause" - it means that you do not have enough funds on your exchange wallet. In this case, the bot will automatically activate the "Stop buying" function and will sell already bought positions, but will not open new ones.&#x20;

Your actions in this situation can be the following:&#x20;

1. You can wait until the bot sells already bought positions;&#x20;
2. Refill your wallet so that the bot continues to buy positions;&#x20;
3. Sell the asset in minus to free USDT to buy a position for further operation of the bot.


---

# 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://hash7-gitbook.gitbook.io/en/faq/trading-bots-strategies/when-launching-a-strategy-the-exchange-balance-pause-is-enabled.-what-should-i-do.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.
