# V. AI-Guided Execution

ARK POL integrates AI models for liquidity deployment, price strategy adjustment, and LP dynamic redistribution. Its intelligent decision support includes:

<table data-header-hidden><thead><tr><th width="343"></th><th width="445"></th></tr></thead><tbody><tr><td><strong>AI Model Task</strong></td><td><strong>Function Description</strong></td></tr><tr><td><strong>Price Deviation Prediction</strong></td><td>Based on historical price volatility and slippage pressure models, this system predicts market downside risk intervals and recommends SLS liquidity concentration deployment to lower Shards (e.g., Shard 3/4).</td></tr><tr><td><strong>Liquidity Resource Reallocation</strong></td><td>Analyzes DEX real-time order depth and execution efficiency to adjust liquidity allocation ratios for middle and upper Shards, optimizing the slippage curve</td></tr><tr><td><strong>Price Support/Speculative Pressure Alert</strong></td><td>When combined with RBS price bands, if multiple funds attempt to break through the bottom price range in the short term, AI can recommend accelerated LP deployment or temporary suspension of withdrawals.</td></tr><tr><td><strong>Cooldown Adjustment Recommendations</strong></td><td>Controls the cooling period for automatic LP redeployment, preventing resource depletion from frequent adjustments triggered by temporary market fluctuations</td></tr><tr><td><strong>Strategy Back testing Report Generation</strong></td><td>Performs AI analysis on liquidity usage and price stability across multiple Epochs, helping the DAO formulate optimal strategy ranges and order plans</td></tr></tbody></table>

AI models don't issue direct commands, but instead periodically submit recommended parameters to the DAO or protocol governance contracts for consideration in governance proposals or as reference points for automatic adjustment modules.


---

# 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://ark-defai.gitbook.io/ark/4.-layer-1-or-economic-laws-of-ark-defai/4.3-arks-two-major-economic-support-systems/4.3.1-ark-pol-module-or-protocol-owned-liquidity/v.-ai-guided-execution.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.
