# Recharging Grid

The Recharging Grid Strategy ensures continuous liquidity and effective price discovery through a recharging mechanism that maintains token availability at predefined price points.

### How It Works

1. Sets firm prices for batches of tokens (tranches) forming a stepped price curve
2. As each tranche clears, more tokens become available at predefined prices
3. Adjusts prices based on market conditions for efficient price discovery
4. Creates arbitrage opportunities when market prices move into or past a tranche

### Key Benefits

* **Continuous Liquidity:** "Recharging" mechanism ensures liquidity is always available
* **Dynamic Pricing:** Adjusts to market conditions for optimal price discovery
* **Market Stability:** Helps smooth out market fluctuations
* **Arbitrage Opportunities:** Promotes active trading and liquidity

### Ideal Use Cases

* Projects seeking predictable, programmatic selling mechanisms
* Markets requiring continuous liquidity provision
* Price discovery for new or thinly-traded assets
* Treasury management requiring systematic selling strategies

### Technical Parameters

* Tranche size and price levels
* Recharging rate and conditions
* Price step increments
* Liquidity allocation per tranche


---

# 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/recharging-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.
