> 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/models-and-automations-library/hawkfi-models/build-your-own-models.md).

# Build Your Own Models

HawkFi Automations are the building blocks that power HawkFi Models.

Each automation controls one part of how your position behaves: how liquidity is shaped, when the range moves, how fees are handled, and when the position exits.

Use this section as the automation map before going deeper into each feature.

## Automation Building Blocks

* [Reshape Liquidity (RL)](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/reshape-liquidity-rl.md) is a HawkFi automation that dynamically reshapes your liquidity distribution to stay concentrated around the active bin as price moves within your range.
* [Auto-rebalance (AR)](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/auto-rebalance-ar.md) is a HawkFi automation that strategically adjusts the distribution of assets between different tokens in a pool to maintain an optimal position within the market's price range.
  * [Swapped Auto-rebalance](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/auto-rebalance-ar/swapped-auto-rebalance.md) is the HawkFi Auto-rebalance (AR) type that moves the position range while swapping assets to match the required deposit ratio for another range.
  * [Swapless Auto-rebalance](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/auto-rebalance-ar/swapless-auto-rebalance.md) is the HawkFi Auto-rebalance (AR) type that moves the position range while keeping original assets intact for another range.
  * [Ping Pong Auto-rebalance](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/auto-rebalance-ar/ping-pong-auto-rebalance.md) is an Advanced swapless Auto-rebalance (AR) mode that alternates rebalance behavior between AR down and AR up range setups.
* [Auto-compound (AC)](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/auto-compound-ac.md) is a HawkFi automation that automatically reinvests trading volume fees or rewards back into your position.
* [Auto-accumulate Fees (AA)](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/auto-accumulate-fees-aa.md) is a HawkFi automation that strategically lets you accumulate fees into your HawkFi wallet.
* [Take Profit (TP)](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/take-profit-tp.md) is a HawkFi automation that automatically closes your position once a specific profit target is reached.
* [Stop Loss (SL)](/whitepaper/models-and-automations-library/hawkfi-models/build-your-own-models/stop-loss-sl.md) is a HawkFi automation that automatically closes your position once a selected downside condition is reached.
