# VI. DAO Governable Parameters

The POL module allows the DAO to flexibly govern liquidity strategies. Below are the core parameters and suggested example values:

<table data-header-hidden><thead><tr><th></th><th width="389"></th><th></th></tr></thead><tbody><tr><td><strong>Parameter Name</strong></td><td><strong>Function Description</strong></td><td><strong>Example Value</strong></td></tr><tr><td>Shard Layer Count</td><td>Number of SLS layers (each layer configured with independent LP)</td><td>3 ~ 6 layers</td></tr><tr><td>Shard Allocation Ratio</td><td>Proportion of funds for each layer</td><td>10/20/30/40%</td></tr><tr><td>POL Liquidity Deployment Ratio</td><td>Proportion of each Bond deposit used for POL (remainder goes to ATS)</td><td>50%</td></tr><tr><td>LP Lockup Period</td><td>Duration of LP lockup after user purchases bonds (linked to discount)</td><td>30 / 60 / 90 days</td></tr><tr><td>Shard Trigger Band</td><td>Price range trigger bandwidth for each layer (e.g., ±X%)</td><td>±5%</td></tr><tr><td>Automatic Redeployment Cooldown</td><td>Minimum cooling interval after each LP deconstruction before redeployment to SLS</td><td>6 hours</td></tr></tbody></table>

All parameters can be adjusted through DAO proposals and can work alongside AI model outputs via the "Parameter Proposal Recommendation Mode" for smarter governance upgrades.


---

# 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/vi.-dao-governable-parameters.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.
