# Safety Measures

LevelQ Finance has implemented a comprehensive set of security measures across the entire product lifecycle to safeguard user funds and ensure the robustness of its DeFi ecosystem.

## Smart contract level

* **Asset Security:** Neither Vault Operator nor Strategy Operator can divert user assets to unauthorized addresses.
* **User Autonomy:** Users can withdraw assets at any time from any strategy without the need for Vault Operator participation.

## Off-chain level

* **Data Monitoring:** Crucial for protocol security, data monitoring is actively employed to detect anomalies and potential threats.
* **Automated Position Closing:** Carefully configured signals allow for the automated closing of positions in response to specific events, ensuring swift response to emerging risks.
* **Predictive Analytics:** Advanced predictive analytic tools are utilized to detect potential protocol attacks. Preemptive actions are taken to secure assets before attacks occur.


---

# 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://docs.levelq.finance/architecture/safety-measures.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.
