# IV. Governable Parameters Overview

<table><thead><tr><th width="139">Parameter Name</th><th width="161">Function Description</th><th width="101">Default Value</th><th width="203">Governance Recommended</th></tr></thead><tbody><tr><td>Runway Thresholds</td><td>Three-stage lifetime thresholds for minting ratio switching (warning, danger, critical)</td><td>[180, 60, 30] days</td><td>Yes</td></tr><tr><td>Max Mint Ratio</td><td>Maximum minting ratio (User : Pool), prevents excessive inflation</td><td>1 : 5</td><td>Yes</td></tr><tr><td>Default Mint Ratios</td><td>Minting ratios corresponding to each lifetime stage (1:1 / 1:2.5 / 1:3.5 / 1:5)</td><td>[1, 2.5, 3.5, 5]</td><td>Yes</td></tr><tr><td>Enable AI Advisor</td><td>Whether to enable AI to provide minting ratio recommendations (not equivalent to automatic execution)</td><td>True</td><td>Yes</td></tr><tr><td>RCM Check Interval</td><td>RCM operation frequency (once daily / once per Epoch)</td><td>Once daily</td><td>Optional governance</td></tr></tbody></table>

***


---

# 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.2-five-regulation-modules/4.2.5-rcm-module-or-runway-control/iv.-governable-parameters-overview.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.
