> For the complete documentation index, see [llms.txt](https://hawkfi.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hawkfi.gitbook.io/whitepaper/hawkfi-or-high-frequency-liquidity.md).

# HawkFi | High Frequency Liquidity

{% hint style="info" %}
:movie\_camera: HawkFi Video Tutorial: [Twitter/X Video](https://x.com/HawkFi_/status/2021933053871108571?s=20)
{% endhint %}

HawkFi is a High Frequency Liquidity (HFL) platform that empowers Liquidity Providers (LPers) to generate more fees for every token life cycle.

## Why HawkFi?

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

Maximum fee capture of permissionless assets depends on overcoming the human limits of active LPing with fast, smart, machine-executed LPing.

Manual LPing is limited by reaction time, attention, execution speed, and consistency. HawkFi automates DLMM LP management so liquidity can be reshaped, rebalanced, compounded, claimed, or closed according to configured strategy logic.

HawkFi's core edge is not that it changes market conditions. It helps LPers execute strategies that are difficult or impossible to run manually at the required speed and precision.

## Documentation Hierarchy

HawkFi documentation is organized from thesis to execution:

| Layer                                                                                                        | Purpose                                                                                | What lives there                                                                                |
| ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [HawkFi overview](https://hawkfi.gitbook.io/whitepaper)                                                      | Explains the High Frequency Liquidity thesis and why machine-executed DLMM LP matters. | The core idea behind HawkFi and the logic behind high-frequency liquidity.                      |
| [Models](/whitepaper/hawkfi-or-high-frequency-liquidity/hawkfi-models.md)                                    | Introduces HawkFi models and helps users choose where to start.                        | Strategy picker, market scenarios, strategy overview, and model table of contents.              |
| Variant of the model                                                                                         | Explains how one variation changes the parent model.                                   | What is wider, tighter, more directional, or more defensive, and when that variant fits better. |
| [Automations Library](/whitepaper/hawkfi-or-high-frequency-liquidity/hawkfi-models/build-your-own-models.md) | Explains and overview of the building blocks of HawkFi strategies - automations.       | A basic overview of the Automations people can build with.                                      |

## Start Here

[Models](/whitepaper/hawkfi-or-high-frequency-liquidity/hawkfi-models.md)\
Models is the next page after this thesis layer. It explains what HawkFi models are, when each model family fits, and where to go next.

[Build Your Own Strategy](/whitepaper/hawkfi-or-high-frequency-liquidity/hawkfi-models/build-your-own-models.md)\
Build Your Own Strategy is the automation-first path for users who want to combine HawkFi automations manually instead of starting from a model.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hawkfi.gitbook.io/whitepaper/hawkfi-or-high-frequency-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
