# BlueBerryConst

The contract that includes the constants utilized across the Blueberry protocol

<table><thead><tr><th width="229">Constant</th><th width="101">Type</th><th width="325">Description</th><th>Value</th></tr></thead><tbody><tr><td>DENOMINATOR</td><td>uint256</td><td>value of the denominator</td><td>10000</td></tr><tr><td>MIN_LIQ_THRESHOD</td><td>uint256</td><td>lowest value for liquidations</td><td>8000</td></tr><tr><td>PRICE_PRECISION</td><td>uint256</td><td>decimal return for oracle</td><td>1e18</td></tr><tr><td>MAX_PRICE_DEVIATION</td><td>uint256</td><td>max price deviation</td><td>1000</td></tr><tr><td>MIN_TIME_GAP</td><td>uint32</td><td>the smallest acceptable gap for price reporting</td><td>1 hour</td></tr><tr><td>MAX_TIME_GAP</td><td>uint32</td><td>the largest acceptable gap for price repoting</td><td>2 days</td></tr><tr><td>MAX_FEE_RATE</td><td>uint256</td><td>the maximum fee that can be taken in the protocol</td><td>2000</td></tr><tr><td>MAX_WITHDRAW_VAULT_FEE_WINDOW</td><td>uint256</td><td>the maximum time period for vaults having additional withdraw penalty</td><td>60 days</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://v1.docs.blueberry.garden/developer-guides/contracts/utils/blueberryconst.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.
