# 4.1 Infinity Grid bot

📊 *Infinity Grid bot is a trading strategy that sells at a high price and buys at a low price, making it suitable for working in a volatile market.*

Once the strategy is set up, the invested amount is divided into many parts. When prices are falling, the bot automatically buys assets by creating a grid of orders. When prices increase, the bot sells assets at the level of each order that is at the specified percentage interval in the grid above the buy level.

<mark style="color:purple;">**➡ The way it works in HASH7:**</mark> the grid contains the percentage intervals of price change for each step that define the buy and sell triggers. ***(Note that the buy/sell percentage cannot be less than 1%).***

The first position is bought at the market price when the strategy is launched. Next, the bot works according to the set grid using the specified deposit. Subsequent steps work according to the proportion and percentage difference specified in the settings.

The Infinity Grid bot strategy offers endless possibilities for automated trading, making your experience stable and profitable.

<figure><img src="/files/IM33zpNYoPVzpatUwk7M" alt=""><figcaption></figcaption></figure>


---

# 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/trading-bots/4.1-infinity-grid-bot.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.
