# Pausing

Tetu platform can't pause contracts for withdrawing users' funds.

However, we can pause deposits or emergency withdraw funds into strategy from an external project.

By the nature of the emergency, these actions don't have any time-locks and can be done by governance multi-sig wallet immediately.

Vaults with paused deposits will be shown in the "Deactivated" section of the website UI. You freely withdraw your funds at any time


---

# 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.tetu.io/tetu-io/technical/security-overview/pausing.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.
