# Build Your Own Strategy

### Automation building blocks

* **Reshape Liquidity (RL)**: maximize fees or swing trading gains by customizing liquidity concentration & distribution, without rebalancing
* **Auto-rebalance (AR):** to constantly generate fees by staying in-range
  * Fast auto-rebalance: Every 0 minutes, 30 minutes, 1 hour, or 1 day
  * Swapless or swapped rebalances: Swapless rebalance to maximize yield by avoiding DEX swap fees, or swap to double-side LP
  * Directional auto-rebalance: Price up-only, down-only, or bothways
  * Customized rebalance ranges: Rebalance into tight or wide range LPs
  * Ping Pong rebalance strategy ([More details](https://hawkfi.gitbook.io/whitepaper/hawkfi-cook-book/ping-pong-dlmm))
* **Auto-compound (AC):** to maximize yield by compounding fees earned
* **Auto-claim Fees (to SOL)**: Automatically claim and swap LP fees to SOL, to avoid potential PnL decline from falling token prices
* **Take Profit (TP):** to automatically set & execute earnings targets
* **Stop loss (SL):** to automatically minimize downside risks


---

# 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://hawkfi.gitbook.io/whitepaper/build-your-own-strategy.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.
