# Authority management

In terms of fund authority management, we have designed switches in each involved fund flows. Even in an emergency, the emergency measures can be taken to shut down various switches through risk management contract to prevent fund losses.

**1. User deposit switch**

When closed, user deposit is suspended.

**2. User withdraw switch**

When closed, user withdrawal is suspended.

**3. Deposit in DeFi switch**

When closed, depositing to DeFi projects is suspended.

**4. Withdraw from DeFi switch**

When closed, the withdrawal of DeFi projects is suspended.

**5. Donation switch**

When closed, the accumulated yields cannot be donated.


---

# 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.freedona.org/how-it-work/fund-controller/authority-management.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.
