# Fixed Grid

Grid Trading is a strategic automation system that captures value while maintaining price stability by implementing predictable selling at preset price intervals.

### How It Works

1. The strategy places incremental buy or sell orders at regular price intervals (a "grid")
2. Orders execute sequentially to follow market movements
3. Liquidity is revealed gradually with "shy" starting points, preventing market flooding
4. Profits are captured as price oscillates across grid levels

### Key Benefits

* **Controlled Price Management:** Predictable selling at predefined price points
* **Maximized Value Capture:** Automatically takes profits during upward movements
* **Adaptive Liquidity:** Gradually reveals more liquidity as market conditions warrant

### Ideal Use Cases

* Capturing large movements in one direction
* Treasury management requiring predictable selling

### Technical Parameters

* Grid price intervals and range
* Initial liquidity allocation per level
* "Shy" liquidity parameters


---

# 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://h20finance.gitbook.io/h20-docs/strategies/fixed-grid.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.
