# Why can't I specify less than 1% for ''Buy'' and ''Sell'' in the grid settings?

You can set a grid percentage value **from 0.5%** <mark style="color:purple;">**for buying**</mark> on all exchanges supported by the bot.&#x20;

However, <mark style="color:$danger;">**it is not possible to set a sell percentage below 1% on exchanges**</mark> (except Binance), because at values below this threshold, the bot would operate at a loss due to fees (both its own and the exchange's). Thus, the minimum sell percentage is set to account for the amount of commission fees, ensuring the bot can execute profitable trade


---

# 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/why-cant-i-specify-less-than-1-for-buy-and-sell-in-the-grid-settings.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.
